| 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.FunctionCall |
MysqlxExpr.FunctionCall.DEFAULT_INSTANCE |
private MysqlxExpr.FunctionCall |
MysqlxExpr.Expr.functionCall_ |
private MysqlxExpr.FunctionCall |
MysqlxExpr.Expr.Builder.functionCall_ |
| Modifier and Type | Field and Description |
|---|---|
private com.google.protobuf.SingleFieldBuilderV3<MysqlxExpr.FunctionCall,MysqlxExpr.FunctionCall.Builder,MysqlxExpr.FunctionCallOrBuilder> |
MysqlxExpr.Expr.Builder.functionCallBuilder_ |
static com.google.protobuf.Parser<MysqlxExpr.FunctionCall> |
MysqlxExpr.FunctionCall.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MysqlxExpr.FunctionCall |
MysqlxExpr.FunctionCall.Builder.build() |
MysqlxExpr.FunctionCall |
MysqlxExpr.FunctionCall.Builder.buildPartial() |
static MysqlxExpr.FunctionCall |
MysqlxExpr.FunctionCall.getDefaultInstance() |
MysqlxExpr.FunctionCall |
MysqlxExpr.FunctionCall.getDefaultInstanceForType() |
MysqlxExpr.FunctionCall |
MysqlxExpr.FunctionCall.Builder.getDefaultInstanceForType() |
MysqlxExpr.FunctionCall |
MysqlxExpr.ExprOrBuilder.getFunctionCall()
optional .Mysqlx.Expr.FunctionCall function_call = 5; |
MysqlxExpr.FunctionCall |
MysqlxExpr.Expr.getFunctionCall()
optional .Mysqlx.Expr.FunctionCall function_call = 5; |
MysqlxExpr.FunctionCall |
MysqlxExpr.Expr.Builder.getFunctionCall()
optional .Mysqlx.Expr.FunctionCall function_call = 5; |
static MysqlxExpr.FunctionCall |
MysqlxExpr.FunctionCall.parseDelimitedFrom(java.io.InputStream input) |
static MysqlxExpr.FunctionCall |
MysqlxExpr.FunctionCall.parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxExpr.FunctionCall |
MysqlxExpr.FunctionCall.parseFrom(byte[] data) |
static MysqlxExpr.FunctionCall |
MysqlxExpr.FunctionCall.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxExpr.FunctionCall |
MysqlxExpr.FunctionCall.parseFrom(java.nio.ByteBuffer data) |
static MysqlxExpr.FunctionCall |
MysqlxExpr.FunctionCall.parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxExpr.FunctionCall |
MysqlxExpr.FunctionCall.parseFrom(com.google.protobuf.ByteString data) |
static MysqlxExpr.FunctionCall |
MysqlxExpr.FunctionCall.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxExpr.FunctionCall |
MysqlxExpr.FunctionCall.parseFrom(com.google.protobuf.CodedInputStream input) |
static MysqlxExpr.FunctionCall |
MysqlxExpr.FunctionCall.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxExpr.FunctionCall |
MysqlxExpr.FunctionCall.parseFrom(java.io.InputStream input) |
static MysqlxExpr.FunctionCall |
MysqlxExpr.FunctionCall.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
private com.google.protobuf.SingleFieldBuilderV3<MysqlxExpr.FunctionCall,MysqlxExpr.FunctionCall.Builder,MysqlxExpr.FunctionCallOrBuilder> |
MysqlxExpr.Expr.Builder.getFunctionCallFieldBuilder()
optional .Mysqlx.Expr.FunctionCall function_call = 5; |
com.google.protobuf.Parser<MysqlxExpr.FunctionCall> |
MysqlxExpr.FunctionCall.getParserForType() |
static com.google.protobuf.Parser<MysqlxExpr.FunctionCall> |
MysqlxExpr.FunctionCall.parser() |
| Modifier and Type | Method and Description |
|---|---|
MysqlxExpr.FunctionCall.Builder |
MysqlxExpr.FunctionCall.Builder.mergeFrom(MysqlxExpr.FunctionCall other) |
MysqlxExpr.Expr.Builder |
MysqlxExpr.Expr.Builder.mergeFunctionCall(MysqlxExpr.FunctionCall value)
optional .Mysqlx.Expr.FunctionCall function_call = 5; |
static MysqlxExpr.FunctionCall.Builder |
MysqlxExpr.FunctionCall.newBuilder(MysqlxExpr.FunctionCall prototype) |
MysqlxExpr.Expr.Builder |
MysqlxExpr.Expr.Builder.setFunctionCall(MysqlxExpr.FunctionCall value)
optional .Mysqlx.Expr.FunctionCall function_call = 5; |
| Modifier and Type | Method and Description |
|---|---|
(package private) static java.lang.String |
ExprUnparser.functionCallToString(MysqlxExpr.FunctionCall e)
Function call to string.
|