Interface UserProtos.ColumnMetadataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UserProtos.ColumnMetadata, UserProtos.ColumnMetadata.Builder
Enclosing class:
UserProtos

public static interface UserProtos.ColumnMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasCatalogName

      boolean hasCatalogName()
      optional string catalog_name = 1;
      Returns:
      Whether the catalogName field is set.
    • getCatalogName

      String getCatalogName()
      optional string catalog_name = 1;
      Returns:
      The catalogName.
    • getCatalogNameBytes

      com.google.protobuf.ByteString getCatalogNameBytes()
      optional string catalog_name = 1;
      Returns:
      The bytes for catalogName.
    • hasSchemaName

      boolean hasSchemaName()
      optional string schema_name = 2;
      Returns:
      Whether the schemaName field is set.
    • getSchemaName

      String getSchemaName()
      optional string schema_name = 2;
      Returns:
      The schemaName.
    • getSchemaNameBytes

      com.google.protobuf.ByteString getSchemaNameBytes()
      optional string schema_name = 2;
      Returns:
      The bytes for schemaName.
    • hasTableName

      boolean hasTableName()
      optional string table_name = 3;
      Returns:
      Whether the tableName field is set.
    • getTableName

      String getTableName()
      optional string table_name = 3;
      Returns:
      The tableName.
    • getTableNameBytes

      com.google.protobuf.ByteString getTableNameBytes()
      optional string table_name = 3;
      Returns:
      The bytes for tableName.
    • hasColumnName

      boolean hasColumnName()
      optional string column_name = 4;
      Returns:
      Whether the columnName field is set.
    • getColumnName

      String getColumnName()
      optional string column_name = 4;
      Returns:
      The columnName.
    • getColumnNameBytes

      com.google.protobuf.ByteString getColumnNameBytes()
      optional string column_name = 4;
      Returns:
      The bytes for columnName.
    • hasOrdinalPosition

      boolean hasOrdinalPosition()
      optional int32 ordinal_position = 5;
      Returns:
      Whether the ordinalPosition field is set.
    • getOrdinalPosition

      int getOrdinalPosition()
      optional int32 ordinal_position = 5;
      Returns:
      The ordinalPosition.
    • hasDefaultValue

      boolean hasDefaultValue()
      optional string default_value = 6;
      Returns:
      Whether the defaultValue field is set.
    • getDefaultValue

      String getDefaultValue()
      optional string default_value = 6;
      Returns:
      The defaultValue.
    • getDefaultValueBytes

      com.google.protobuf.ByteString getDefaultValueBytes()
      optional string default_value = 6;
      Returns:
      The bytes for defaultValue.
    • hasIsNullable

      boolean hasIsNullable()
      optional bool is_nullable = 7;
      Returns:
      Whether the isNullable field is set.
    • getIsNullable

      boolean getIsNullable()
      optional bool is_nullable = 7;
      Returns:
      The isNullable.
    • hasDataType

      boolean hasDataType()
      optional string data_type = 8;
      Returns:
      Whether the dataType field is set.
    • getDataType

      String getDataType()
      optional string data_type = 8;
      Returns:
      The dataType.
    • getDataTypeBytes

      com.google.protobuf.ByteString getDataTypeBytes()
      optional string data_type = 8;
      Returns:
      The bytes for dataType.
    • hasCharMaxLength

      boolean hasCharMaxLength()
      optional int32 char_max_length = 9;
      Returns:
      Whether the charMaxLength field is set.
    • getCharMaxLength

      int getCharMaxLength()
      optional int32 char_max_length = 9;
      Returns:
      The charMaxLength.
    • hasCharOctetLength

      boolean hasCharOctetLength()
      optional int32 char_octet_length = 10;
      Returns:
      Whether the charOctetLength field is set.
    • getCharOctetLength

      int getCharOctetLength()
      optional int32 char_octet_length = 10;
      Returns:
      The charOctetLength.
    • hasNumericPrecision

      boolean hasNumericPrecision()
      optional int32 numeric_precision = 11;
      Returns:
      Whether the numericPrecision field is set.
    • getNumericPrecision

      int getNumericPrecision()
      optional int32 numeric_precision = 11;
      Returns:
      The numericPrecision.
    • hasNumericPrecisionRadix

      boolean hasNumericPrecisionRadix()
      optional int32 numeric_precision_radix = 12;
      Returns:
      Whether the numericPrecisionRadix field is set.
    • getNumericPrecisionRadix

      int getNumericPrecisionRadix()
      optional int32 numeric_precision_radix = 12;
      Returns:
      The numericPrecisionRadix.
    • hasNumericScale

      boolean hasNumericScale()
      optional int32 numeric_scale = 13;
      Returns:
      Whether the numericScale field is set.
    • getNumericScale

      int getNumericScale()
      optional int32 numeric_scale = 13;
      Returns:
      The numericScale.
    • hasDateTimePrecision

      boolean hasDateTimePrecision()
      optional int32 date_time_precision = 14;
      Returns:
      Whether the dateTimePrecision field is set.
    • getDateTimePrecision

      int getDateTimePrecision()
      optional int32 date_time_precision = 14;
      Returns:
      The dateTimePrecision.
    • hasIntervalType

      boolean hasIntervalType()
      optional string interval_type = 15;
      Returns:
      Whether the intervalType field is set.
    • getIntervalType

      String getIntervalType()
      optional string interval_type = 15;
      Returns:
      The intervalType.
    • getIntervalTypeBytes

      com.google.protobuf.ByteString getIntervalTypeBytes()
      optional string interval_type = 15;
      Returns:
      The bytes for intervalType.
    • hasIntervalPrecision

      boolean hasIntervalPrecision()
      optional int32 interval_precision = 16;
      Returns:
      Whether the intervalPrecision field is set.
    • getIntervalPrecision

      int getIntervalPrecision()
      optional int32 interval_precision = 16;
      Returns:
      The intervalPrecision.
    • hasColumnSize

      boolean hasColumnSize()
      optional int32 column_size = 17;
      Returns:
      Whether the columnSize field is set.
    • getColumnSize

      int getColumnSize()
      optional int32 column_size = 17;
      Returns:
      The columnSize.