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 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.