| 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 static MysqlxExpr.Identifier |
MysqlxExpr.Identifier.DEFAULT_INSTANCE |
private MysqlxExpr.Identifier |
MysqlxExpr.FunctionCall.name_ |
private MysqlxExpr.Identifier |
MysqlxExpr.FunctionCall.Builder.name_ |
| Modifier and Type | Field and Description |
|---|---|
private com.google.protobuf.SingleFieldBuilderV3<MysqlxExpr.Identifier,MysqlxExpr.Identifier.Builder,MysqlxExpr.IdentifierOrBuilder> |
MysqlxExpr.FunctionCall.Builder.nameBuilder_ |
static com.google.protobuf.Parser<MysqlxExpr.Identifier> |
MysqlxExpr.Identifier.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MysqlxExpr.Identifier |
MysqlxExpr.Identifier.Builder.build() |
MysqlxExpr.Identifier |
MysqlxExpr.Identifier.Builder.buildPartial() |
static MysqlxExpr.Identifier |
MysqlxExpr.Identifier.getDefaultInstance() |
MysqlxExpr.Identifier |
MysqlxExpr.Identifier.getDefaultInstanceForType() |
MysqlxExpr.Identifier |
MysqlxExpr.Identifier.Builder.getDefaultInstanceForType() |
MysqlxExpr.Identifier |
MysqlxExpr.FunctionCallOrBuilder.getName()
identifier of function; at least name of it
|
MysqlxExpr.Identifier |
MysqlxExpr.FunctionCall.getName()
identifier of function; at least name of it
|
MysqlxExpr.Identifier |
MysqlxExpr.FunctionCall.Builder.getName()
identifier of function; at least name of it
|
static MysqlxExpr.Identifier |
MysqlxExpr.Identifier.parseDelimitedFrom(java.io.InputStream input) |
static MysqlxExpr.Identifier |
MysqlxExpr.Identifier.parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxExpr.Identifier |
MysqlxExpr.Identifier.parseFrom(byte[] data) |
static MysqlxExpr.Identifier |
MysqlxExpr.Identifier.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxExpr.Identifier |
MysqlxExpr.Identifier.parseFrom(java.nio.ByteBuffer data) |
static MysqlxExpr.Identifier |
MysqlxExpr.Identifier.parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxExpr.Identifier |
MysqlxExpr.Identifier.parseFrom(com.google.protobuf.ByteString data) |
static MysqlxExpr.Identifier |
MysqlxExpr.Identifier.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxExpr.Identifier |
MysqlxExpr.Identifier.parseFrom(com.google.protobuf.CodedInputStream input) |
static MysqlxExpr.Identifier |
MysqlxExpr.Identifier.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxExpr.Identifier |
MysqlxExpr.Identifier.parseFrom(java.io.InputStream input) |
static MysqlxExpr.Identifier |
MysqlxExpr.Identifier.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 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
|
com.google.protobuf.Parser<MysqlxExpr.Identifier> |
MysqlxExpr.Identifier.getParserForType() |
static com.google.protobuf.Parser<MysqlxExpr.Identifier> |
MysqlxExpr.Identifier.parser() |
| Modifier and Type | Method and Description |
|---|---|
MysqlxExpr.Identifier.Builder |
MysqlxExpr.Identifier.Builder.mergeFrom(MysqlxExpr.Identifier other) |
MysqlxExpr.FunctionCall.Builder |
MysqlxExpr.FunctionCall.Builder.mergeName(MysqlxExpr.Identifier value)
identifier of function; at least name of it
|
static MysqlxExpr.Identifier.Builder |
MysqlxExpr.Identifier.newBuilder(MysqlxExpr.Identifier prototype) |
MysqlxExpr.FunctionCall.Builder |
MysqlxExpr.FunctionCall.Builder.setName(MysqlxExpr.Identifier value)
identifier of function; at least name of it
|
| Modifier and Type | Method and Description |
|---|---|
(package private) MysqlxExpr.Identifier |
ExprParser.identifier()
Parse an identifier for a function call: [schema.]name
|