Package com.mysql.cj.x.protobuf
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.ByteStringgetCatalog()optional bytes catalog = 7;longgetCollation()optional uint64 collation = 8;intgetContentType()optional uint32 content_type = 12;intgetFlags()optional uint32 flags = 11;intgetFractionalDigits()optional uint32 fractional_digits = 9;intgetLength()optional uint32 length = 10;com.google.protobuf.ByteStringgetName()optional bytes name = 2;com.google.protobuf.ByteStringgetOriginalName()optional bytes original_name = 3;com.google.protobuf.ByteStringgetOriginalTable()optional bytes original_table = 5;com.google.protobuf.ByteStringgetSchema()optional bytes schema = 6;com.google.protobuf.ByteStringgetTable()optional bytes table = 4;MysqlxResultset.ColumnMetaData.FieldTypegetType()datatype of the field in a rowbooleanhasCatalog()optional bytes catalog = 7;booleanhasCollation()optional uint64 collation = 8;booleanhasContentType()optional uint32 content_type = 12;booleanhasFlags()optional uint32 flags = 11;booleanhasFractionalDigits()optional uint32 fractional_digits = 9;booleanhasLength()optional uint32 length = 10;booleanhasName()optional bytes name = 2;booleanhasOriginalName()optional bytes original_name = 3;booleanhasOriginalTable()optional bytes original_table = 5;booleanhasSchema()optional bytes schema = 6;booleanhasTable()optional bytes table = 4;booleanhasType()datatype of the field in a rowMethods 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
MysqlxResultset.ColumnMetaData.FieldType 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.
-