Package io.dingodb.meta
Interface Meta.ColumnDefinitionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Meta.ColumnDefinition,Meta.ColumnDefinition.Builder
- Enclosing class:
- Meta
public static interface Meta.ColumnDefinitionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring comment = 30;com.google.protobuf.ByteStringstring comment = 30;intuint32 create_version = 51;string default_val = 9;com.google.protobuf.ByteStringstring default_val = 9;intuint32 delete_version = 53;string element_type = 3;com.google.protobuf.ByteStringstring element_type = 3;booleanbool has_default_val = 8;intint32 indexOfKey = 7;booleanbool is_auto_increment = 10;getName()string name = 1;com.google.protobuf.ByteStringstring name = 1;booleanbool nullable = 6;intint32 precision = 4;intgetScale()int32 scale = 5;.dingodb.pb.common.SchemaState schemaState = 31;int.dingodb.pb.common.SchemaState schemaState = 31;string sql_type = 2;com.google.protobuf.ByteStringstring sql_type = 2;intgetState()int32 state = 20;intuint32 update_version = 52;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1;- Returns:
- The bytes for name.
-
getSqlType
String getSqlType()string sql_type = 2;- Returns:
- The sqlType.
-
getSqlTypeBytes
com.google.protobuf.ByteString getSqlTypeBytes()string sql_type = 2;- Returns:
- The bytes for sqlType.
-
getElementType
String getElementType()string element_type = 3;- Returns:
- The elementType.
-
getElementTypeBytes
com.google.protobuf.ByteString getElementTypeBytes()string element_type = 3;- Returns:
- The bytes for elementType.
-
getPrecision
int getPrecision()int32 precision = 4;- Returns:
- The precision.
-
getScale
int getScale()int32 scale = 5;- Returns:
- The scale.
-
getNullable
boolean getNullable()bool nullable = 6;- Returns:
- The nullable.
-
getIndexOfKey
int getIndexOfKey()int32 indexOfKey = 7;- Returns:
- The indexOfKey.
-
getHasDefaultVal
boolean getHasDefaultVal()bool has_default_val = 8;- Returns:
- The hasDefaultVal.
-
getDefaultVal
String getDefaultVal()string default_val = 9;- Returns:
- The defaultVal.
-
getDefaultValBytes
com.google.protobuf.ByteString getDefaultValBytes()string default_val = 9;- Returns:
- The bytes for defaultVal.
-
getIsAutoIncrement
boolean getIsAutoIncrement()bool is_auto_increment = 10;- Returns:
- The isAutoIncrement.
-
getState
int getState()int32 state = 20;- Returns:
- The state.
-
getComment
String getComment()string comment = 30;- Returns:
- The comment.
-
getCommentBytes
com.google.protobuf.ByteString getCommentBytes()string comment = 30;- Returns:
- The bytes for comment.
-
getSchemaStateValue
int getSchemaStateValue().dingodb.pb.common.SchemaState schemaState = 31;- Returns:
- The enum numeric value on the wire for schemaState.
-
getSchemaState
Common.SchemaState getSchemaState().dingodb.pb.common.SchemaState schemaState = 31;- Returns:
- The schemaState.
-
getCreateVersion
int getCreateVersion()uint32 create_version = 51;- Returns:
- The createVersion.
-
getUpdateVersion
int getUpdateVersion()uint32 update_version = 52;- Returns:
- The updateVersion.
-
getDeleteVersion
int getDeleteVersion()uint32 delete_version = 53;- Returns:
- The deleteVersion.
-