接口 MysqlxDatatypes.Scalar.StringOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public static interface MysqlxDatatypes.Scalar.StringOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 longgetCollation()optional uint64 collation = 2;com.google.protobuf.ByteStringgetValue()required bytes value = 1;booleanhasCollation()optional uint64 collation = 2;booleanhasValue()required bytes value = 1;
-
-
-
方法详细资料
-
hasValue
boolean hasValue()
required bytes value = 1;- 返回:
- Whether the value field is set.
-
getValue
com.google.protobuf.ByteString getValue()
required bytes value = 1;- 返回:
- The value.
-
hasCollation
boolean hasCollation()
optional uint64 collation = 2;- 返回:
- Whether the collation field is set.
-
getCollation
long getCollation()
optional uint64 collation = 2;- 返回:
- The collation.
-
-