public static interface MysqlxDatatypes.Scalar.StringOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCollation()
optional uint64 collation = 2; |
com.google.protobuf.ByteString |
getValue()
required bytes value = 1; |
boolean |
hasCollation()
optional uint64 collation = 2; |
boolean |
hasValue()
required bytes value = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasValue()
required bytes value = 1;com.google.protobuf.ByteString getValue()
required bytes value = 1;boolean hasCollation()
optional uint64 collation = 2;long getCollation()
optional uint64 collation = 2;