Package io.dingodb.sdk.common.table
Class ColumnDefinition
java.lang.Object
io.dingodb.sdk.common.table.ColumnDefinition
- All Implemented Interfaces:
Column
-
Field Summary
Fields inherited from interface io.dingodb.sdk.common.table.Column
DEFAULT_PRECISION, DEFAULT_SCALE, DISABLE, HIDDEN -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.dingodb.sdk.common.table.Column
getCreateVersion, getDefaultValue, getDeleteVersion, getElementType, getName, getPrecision, getScale, getType, getUpdateVersion, isAutoIncrement, isNullable, isPrimary
-
Constructor Details
-
Method Details
-
getPrimary
public int getPrimary()- Specified by:
getPrimaryin interfaceColumn
-
getState
public int getState() -
getComment
- Specified by:
getCommentin interfaceColumn
-