public class Tuple
extends java.lang.Object
Title: Tuple meta data
Description: Dataspace Framework
Copyright: Copyright (c) 2013
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
ColumnBase |
getColumnBase() |
java.lang.String |
getComment() |
com.streamscape.ds.types.Type |
getDataspaceType()
Returns tuple dataspace SQL type
|
java.lang.String |
getName()
Returns tuple name.
|
int |
getPrecision()
Returns precisison
|
int |
getScale()
Returns precisison
|
java.lang.String |
getTypeName()
Returns tuple type name.
|
static java.lang.String |
getTypeName(ColumnBase column) |
static java.lang.String |
getTypeName(com.streamscape.ds.types.Type type) |
boolean |
isIdentity() |
boolean |
isIndex() |
boolean |
isNullable()
Returns true if column is nullable.
|
boolean |
isPrimaryKey() |
boolean |
isSearchable()
Returns true if column is searchable.
|
public java.lang.String getName()
public static java.lang.String getTypeName(com.streamscape.ds.types.Type type)
public static java.lang.String getTypeName(ColumnBase column)
public java.lang.String getTypeName()
public int getPrecision()
public int getScale()
public com.streamscape.ds.types.Type getDataspaceType()
public boolean isNullable()
public boolean isSearchable()
public boolean isPrimaryKey()
public boolean isIndex()
public boolean isIdentity()
public ColumnBase getColumnBase()
public java.lang.String getComment()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.