|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ColumnDefinition
Represents the description of a column in a Content Engine database table. A 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.
Metadata
Auditable: false
Method Summary | |
---|---|
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()
Returns the value of the IsSingleIndexed property. |
java.lang.String |
get_Name()
Returns the value of the Name property. |
void |
set_IsSingleIndexed(java.lang.Boolean value)
Sets the value of the IsSingleIndexed property. |
Methods inherited from interface com.filenet.api.core.RepositoryObject |
---|
getObjectStore |
Methods inherited from interface com.filenet.api.core.EngineObject |
---|
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |