| Package | Description |
|---|---|
| com.mysql.cj.x.protobuf |
Message classes used for serialization with Google Protocol Buffers to support the X Protocol.
|
| com.mysql.cj.xdevapi |
Java classes for X DevAPI support.
|
| Modifier and Type | Field and Description |
|---|---|
private MysqlxExpr.Array |
MysqlxExpr.Expr.array_ |
private MysqlxExpr.Array |
MysqlxExpr.Expr.Builder.array_ |
private static MysqlxExpr.Array |
MysqlxExpr.Array.DEFAULT_INSTANCE |
| Modifier and Type | Field and Description |
|---|---|
private com.google.protobuf.SingleFieldBuilderV3<MysqlxExpr.Array,MysqlxExpr.Array.Builder,MysqlxExpr.ArrayOrBuilder> |
MysqlxExpr.Expr.Builder.arrayBuilder_ |
static com.google.protobuf.Parser<MysqlxExpr.Array> |
MysqlxExpr.Array.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MysqlxExpr.Array |
MysqlxExpr.Array.Builder.build() |
MysqlxExpr.Array |
MysqlxExpr.Array.Builder.buildPartial() |
MysqlxExpr.Array |
MysqlxExpr.ExprOrBuilder.getArray()
optional .Mysqlx.Expr.Array array = 9; |
MysqlxExpr.Array |
MysqlxExpr.Expr.getArray()
optional .Mysqlx.Expr.Array array = 9; |
MysqlxExpr.Array |
MysqlxExpr.Expr.Builder.getArray()
optional .Mysqlx.Expr.Array array = 9; |
static MysqlxExpr.Array |
MysqlxExpr.Array.getDefaultInstance() |
MysqlxExpr.Array |
MysqlxExpr.Array.getDefaultInstanceForType() |
MysqlxExpr.Array |
MysqlxExpr.Array.Builder.getDefaultInstanceForType() |
static MysqlxExpr.Array |
MysqlxExpr.Array.parseDelimitedFrom(java.io.InputStream input) |
static MysqlxExpr.Array |
MysqlxExpr.Array.parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxExpr.Array |
MysqlxExpr.Array.parseFrom(byte[] data) |
static MysqlxExpr.Array |
MysqlxExpr.Array.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxExpr.Array |
MysqlxExpr.Array.parseFrom(java.nio.ByteBuffer data) |
static MysqlxExpr.Array |
MysqlxExpr.Array.parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxExpr.Array |
MysqlxExpr.Array.parseFrom(com.google.protobuf.ByteString data) |
static MysqlxExpr.Array |
MysqlxExpr.Array.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxExpr.Array |
MysqlxExpr.Array.parseFrom(com.google.protobuf.CodedInputStream input) |
static MysqlxExpr.Array |
MysqlxExpr.Array.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxExpr.Array |
MysqlxExpr.Array.parseFrom(java.io.InputStream input) |
static MysqlxExpr.Array |
MysqlxExpr.Array.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
private com.google.protobuf.SingleFieldBuilderV3<MysqlxExpr.Array,MysqlxExpr.Array.Builder,MysqlxExpr.ArrayOrBuilder> |
MysqlxExpr.Expr.Builder.getArrayFieldBuilder()
optional .Mysqlx.Expr.Array array = 9; |
com.google.protobuf.Parser<MysqlxExpr.Array> |
MysqlxExpr.Array.getParserForType() |
static com.google.protobuf.Parser<MysqlxExpr.Array> |
MysqlxExpr.Array.parser() |
| Modifier and Type | Method and Description |
|---|---|
MysqlxExpr.Expr.Builder |
MysqlxExpr.Expr.Builder.mergeArray(MysqlxExpr.Array value)
optional .Mysqlx.Expr.Array array = 9; |
MysqlxExpr.Array.Builder |
MysqlxExpr.Array.Builder.mergeFrom(MysqlxExpr.Array other) |
static MysqlxExpr.Array.Builder |
MysqlxExpr.Array.newBuilder(MysqlxExpr.Array prototype) |
MysqlxExpr.Expr.Builder |
MysqlxExpr.Expr.Builder.setArray(MysqlxExpr.Array value)
optional .Mysqlx.Expr.Array array = 9; |
| Modifier and Type | Method and Description |
|---|---|
(package private) static java.lang.String |
ExprUnparser.arrayToString(MysqlxExpr.Array e) |