| 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.Identifier
Identifier: name, schame.name
@par production list
@code{unparsed}
identifier: string "." string |
: string
@endcode
|
static class |
MysqlxExpr.Identifier.Builder
Identifier: name, schame.name
@par production list
@code{unparsed}
identifier: string "." string |
: string
@endcode
|
| Modifier and Type | Field and Description |
|---|---|
private com.google.protobuf.SingleFieldBuilderV3<MysqlxExpr.Identifier,MysqlxExpr.Identifier.Builder,MysqlxExpr.IdentifierOrBuilder> |
MysqlxExpr.FunctionCall.Builder.nameBuilder_ |
| Modifier and Type | Method and Description |
|---|---|
MysqlxExpr.IdentifierOrBuilder |
MysqlxExpr.FunctionCallOrBuilder.getNameOrBuilder()
identifier of function; at least name of it
|
MysqlxExpr.IdentifierOrBuilder |
MysqlxExpr.FunctionCall.getNameOrBuilder()
identifier of function; at least name of it
|
MysqlxExpr.IdentifierOrBuilder |
MysqlxExpr.FunctionCall.Builder.getNameOrBuilder()
identifier of function; at least name of it
|
| Modifier and Type | Method and Description |
|---|---|
private com.google.protobuf.SingleFieldBuilderV3<MysqlxExpr.Identifier,MysqlxExpr.Identifier.Builder,MysqlxExpr.IdentifierOrBuilder> |
MysqlxExpr.FunctionCall.Builder.getNameFieldBuilder()
identifier of function; at least name of it
|