Interface MysqlxResultset.ColumnMetaDataOrBuilder

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

public static interface MysqlxResultset.ColumnMetaDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type Method Description
    com.google.protobuf.ByteString getCatalog()
    optional bytes catalog = 7;
    long getCollation()
    optional uint64 collation = 8;
    int getContentType()
    optional uint32 content_type = 12;
    int getFlags()
    optional uint32 flags = 11;
    int getFractionalDigits()
    optional uint32 fractional_digits = 9;
    int getLength()
    optional uint32 length = 10;
    com.google.protobuf.ByteString getName()
    optional bytes name = 2;
    com.google.protobuf.ByteString getOriginalName()
    optional bytes original_name = 3;
    com.google.protobuf.ByteString getOriginalTable()
    optional bytes original_table = 5;
    com.google.protobuf.ByteString getSchema()
    optional bytes schema = 6;
    com.google.protobuf.ByteString getTable()
    optional bytes table = 4;
    MysqlxResultset.ColumnMetaData.FieldType getType()
    datatype of the field in a row
    boolean hasCatalog()
    optional bytes catalog = 7;
    boolean hasCollation()
    optional uint64 collation = 8;
    boolean hasContentType()
    optional uint32 content_type = 12;
    boolean hasFlags()
    optional uint32 flags = 11;
    boolean hasFractionalDigits()
    optional uint32 fractional_digits = 9;
    boolean hasLength()
    optional uint32 length = 10;
    boolean hasName()
    optional bytes name = 2;
    boolean hasOriginalName()
    optional bytes original_name = 3;
    boolean hasOriginalTable()
    optional bytes original_table = 5;
    boolean hasSchema()
    optional bytes schema = 6;
    boolean hasTable()
    optional bytes table = 4;
    boolean hasType()
    datatype of the field in a row

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasType

      boolean hasType()
       datatype of the field in a row
       
      required .Mysqlx.Resultset.ColumnMetaData.FieldType type = 1;
      Returns:
      Whether the type field is set.
    • getType

       datatype of the field in a row
       
      required .Mysqlx.Resultset.ColumnMetaData.FieldType type = 1;
      Returns:
      The type.
    • hasName

      boolean hasName()
      optional bytes name = 2;
      Returns:
      Whether the name field is set.
    • getName

      com.google.protobuf.ByteString getName()
      optional bytes name = 2;
      Returns:
      The name.
    • hasOriginalName

      boolean hasOriginalName()
      optional bytes original_name = 3;
      Returns:
      Whether the originalName field is set.
    • getOriginalName

      com.google.protobuf.ByteString getOriginalName()
      optional bytes original_name = 3;
      Returns:
      The originalName.
    • hasTable

      boolean hasTable()
      optional bytes table = 4;
      Returns:
      Whether the table field is set.
    • getTable

      com.google.protobuf.ByteString getTable()
      optional bytes table = 4;
      Returns:
      The table.
    • hasOriginalTable

      boolean hasOriginalTable()
      optional bytes original_table = 5;
      Returns:
      Whether the originalTable field is set.
    • getOriginalTable

      com.google.protobuf.ByteString getOriginalTable()
      optional bytes original_table = 5;
      Returns:
      The originalTable.
    • hasSchema

      boolean hasSchema()
      optional bytes schema = 6;
      Returns:
      Whether the schema field is set.
    • getSchema

      com.google.protobuf.ByteString getSchema()
      optional bytes schema = 6;
      Returns:
      The schema.
    • hasCatalog

      boolean hasCatalog()
      optional bytes catalog = 7;
      Returns:
      Whether the catalog field is set.
    • getCatalog

      com.google.protobuf.ByteString getCatalog()
      optional bytes catalog = 7;
      Returns:
      The catalog.
    • hasCollation

      boolean hasCollation()
      optional uint64 collation = 8;
      Returns:
      Whether the collation field is set.
    • getCollation

      long getCollation()
      optional uint64 collation = 8;
      Returns:
      The collation.
    • hasFractionalDigits

      boolean hasFractionalDigits()
      optional uint32 fractional_digits = 9;
      Returns:
      Whether the fractionalDigits field is set.
    • getFractionalDigits

      int getFractionalDigits()
      optional uint32 fractional_digits = 9;
      Returns:
      The fractionalDigits.
    • hasLength

      boolean hasLength()
      optional uint32 length = 10;
      Returns:
      Whether the length field is set.
    • getLength

      int getLength()
      optional uint32 length = 10;
      Returns:
      The length.
    • hasFlags

      boolean hasFlags()
      optional uint32 flags = 11;
      Returns:
      Whether the flags field is set.
    • getFlags

      int getFlags()
      optional uint32 flags = 11;
      Returns:
      The flags.
    • hasContentType

      boolean hasContentType()
      optional uint32 content_type = 12;
      Returns:
      Whether the contentType field is set.
    • getContentType

      int getContentType()
      optional uint32 content_type = 12;
      Returns:
      The contentType.