| Package | Description |
|---|---|
| com.mysql.cj.x.protobuf |
Message classes used for serialization with Google Protocol Buffers to support the X Protocol.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MysqlxExpr.Array
An array of expressions
|
static class |
MysqlxExpr.Array.Builder
An array of expressions
|
| Modifier and Type | Field and Description |
|---|---|
private com.google.protobuf.SingleFieldBuilderV3<MysqlxExpr.Array,MysqlxExpr.Array.Builder,MysqlxExpr.ArrayOrBuilder> |
MysqlxExpr.Expr.Builder.arrayBuilder_ |
| Modifier and Type | Method and Description |
|---|---|
MysqlxExpr.ArrayOrBuilder |
MysqlxExpr.ExprOrBuilder.getArrayOrBuilder()
optional .Mysqlx.Expr.Array array = 9; |
MysqlxExpr.ArrayOrBuilder |
MysqlxExpr.Expr.getArrayOrBuilder()
optional .Mysqlx.Expr.Array array = 9; |
MysqlxExpr.ArrayOrBuilder |
MysqlxExpr.Expr.Builder.getArrayOrBuilder()
optional .Mysqlx.Expr.Array array = 9; |
| 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; |