接口 MysqlxDatatypes.Scalar.OctetsOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public static interface MysqlxDatatypes.Scalar.OctetsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 intgetContentType()optional uint32 content_type = 2;com.google.protobuf.ByteStringgetValue()required bytes value = 1;booleanhasContentType()optional uint32 content_type = 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.
-
hasContentType
boolean hasContentType()
optional uint32 content_type = 2;- 返回:
- Whether the contentType field is set.
-
getContentType
int getContentType()
optional uint32 content_type = 2;- 返回:
- The contentType.
-
-