public interface ColumnInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getCollation()
optional int32 collation = 3 [(.gogoproto.nullable) = false]; |
long |
getColumnId()
optional int64 column_id = 1 [(.gogoproto.nullable) = false]; |
int |
getColumnLen()
optional int32 columnLen = 4 [(.gogoproto.nullable) = false]; |
int |
getDecimal()
optional int32 decimal = 5 [(.gogoproto.nullable) = false]; |
com.google.protobuf.ByteString |
getDefaultVal()
Encoded datum.
|
String |
getElems(int index)
repeated string elems = 7; |
com.google.protobuf.ByteString |
getElemsBytes(int index)
repeated string elems = 7; |
int |
getElemsCount()
repeated string elems = 7; |
List<String> |
getElemsList()
repeated string elems = 7; |
int |
getFlag()
optional int32 flag = 6 [(.gogoproto.nullable) = false]; |
boolean |
getPkHandle()
PK handle column value is row handle.
|
int |
getTp()
MySQL type.
|
boolean |
hasCollation()
optional int32 collation = 3 [(.gogoproto.nullable) = false]; |
boolean |
hasColumnId()
optional int64 column_id = 1 [(.gogoproto.nullable) = false]; |
boolean |
hasColumnLen()
optional int32 columnLen = 4 [(.gogoproto.nullable) = false]; |
boolean |
hasDecimal()
optional int32 decimal = 5 [(.gogoproto.nullable) = false]; |
boolean |
hasDefaultVal()
Encoded datum.
|
boolean |
hasFlag()
optional int32 flag = 6 [(.gogoproto.nullable) = false]; |
boolean |
hasPkHandle()
PK handle column value is row handle.
|
boolean |
hasTp()
MySQL type.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasColumnId()
optional int64 column_id = 1 [(.gogoproto.nullable) = false];
long getColumnId()
optional int64 column_id = 1 [(.gogoproto.nullable) = false];
boolean hasTp()
MySQL type.
optional int32 tp = 2 [(.gogoproto.nullable) = false];
int getTp()
MySQL type.
optional int32 tp = 2 [(.gogoproto.nullable) = false];
boolean hasCollation()
optional int32 collation = 3 [(.gogoproto.nullable) = false];
int getCollation()
optional int32 collation = 3 [(.gogoproto.nullable) = false];
boolean hasColumnLen()
optional int32 columnLen = 4 [(.gogoproto.nullable) = false];
int getColumnLen()
optional int32 columnLen = 4 [(.gogoproto.nullable) = false];
boolean hasDecimal()
optional int32 decimal = 5 [(.gogoproto.nullable) = false];
int getDecimal()
optional int32 decimal = 5 [(.gogoproto.nullable) = false];
boolean hasFlag()
optional int32 flag = 6 [(.gogoproto.nullable) = false];
int getFlag()
optional int32 flag = 6 [(.gogoproto.nullable) = false];
List<String> getElemsList()
repeated string elems = 7;
int getElemsCount()
repeated string elems = 7;
String getElems(int index)
repeated string elems = 7;
index
- The index of the element to return.com.google.protobuf.ByteString getElemsBytes(int index)
repeated string elems = 7;
index
- The index of the value to return.boolean hasDefaultVal()
Encoded datum.
optional bytes default_val = 8;
com.google.protobuf.ByteString getDefaultVal()
Encoded datum.
optional bytes default_val = 8;
boolean hasPkHandle()
PK handle column value is row handle.
optional bool pk_handle = 21 [(.gogoproto.nullable) = false];
boolean getPkHandle()
PK handle column value is row handle.
optional bool pk_handle = 21 [(.gogoproto.nullable) = false];
Copyright © 2024 PingCAP. All rights reserved.