public interface ColumnDefinition extends RepositoryObject, EngineObject, DependentObject
ColumnDefinition
object describes a column
used by a TableDefinition
object. By reading the properties of these objects, you can query the values contained in a
table.
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
get_AllowsNull()
Returns the value of the AllowsNull property.
|
Id |
get_ColumnId()
Returns the value of the ColumnId property.
|
java.lang.String |
get_ColumnName()
Returns the value of the ColumnName property.
|
java.lang.Integer |
get_ColumnSize()
Returns the value of the ColumnSize property.
|
TypeID |
get_DataType()
Returns the value of the DataType property.
|
Id |
get_Id()
Returns the value of the Id property.
|
java.lang.Boolean |
get_IsSingleIndexed()
Deprecated.
Deprecated in 5.2.1
|
java.lang.String |
get_Name()
Returns the value of the Name property.
|
void |
set_IsSingleIndexed(java.lang.Boolean value)
Deprecated.
Deprecated in 5.2.1
|
getObjectStore
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
Id get_ColumnId()
java.lang.String get_ColumnName()
TypeID get_DataType()
java.lang.Integer get_ColumnSize()
java.lang.Boolean get_AllowsNull()
java.lang.Boolean get_IsSingleIndexed()
void set_IsSingleIndexed(java.lang.Boolean value)
Id get_Id()
java.lang.String get_Name()
© Copyright IBM Corporation 2006, 2015. All rights reserved.