public class TableColumnInfo extends CachedObjectPointer
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CACHE_NAME |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCacheName() |
java.lang.String |
getColumnName()
Returns the column name.
|
int |
getLength()
Returns maximum number of bytes allowed for the value
stored in this column.
|
java.lang.String |
getMaxType()
Returns MAXIMO datatype of the column.
|
int |
getPrimaryKeyColSequence()
Returns the primary key column sequence number.
|
int |
getScale()
Returns the maximum number of decimal values allowed for the value
stored in this column.
|
java.lang.String |
getTableName()
Returns the name of the table that has this column information.
|
TableColumnInfoBase |
getTypedReference() |
TableColumnInfoBase |
getTypedReferenceForSet() |
boolean |
isNullAllowed()
Returns whether nulls are allowed or not.
|
boolean |
isTenantOwned() |
getClonedInfo, getID, getParent, getReference, getReferenceForSet, isSameTenantAsReference, setID, setParent, setReference, setTenantReference
public static final java.lang.String CACHE_NAME
public TableColumnInfoBase getTypedReference()
public TableColumnInfoBase getTypedReferenceForSet()
public java.lang.String getColumnName()
public int getLength()
public java.lang.String getMaxType()
public boolean isNullAllowed()
public int getPrimaryKeyColSequence()
public int getScale()
public java.lang.String getTableName()
public boolean isTenantOwned()
public java.lang.String getCacheName()
getCacheName
in class CachedObjectPointer