| Package | Description |
|---|---|
| com.mysql.cj.x.protobuf |
Message classes used for serialization with Google Protocol Buffers to support the X Protocol.
|
| Modifier and Type | Field and Description |
|---|---|
private static MysqlxExpr.Expr.Type[] |
MysqlxExpr.Expr.Type.VALUES |
| Modifier and Type | Field and Description |
|---|---|
private static com.google.protobuf.Internal.EnumLiteMap<MysqlxExpr.Expr.Type> |
MysqlxExpr.Expr.Type.internalValueMap |
| Modifier and Type | Method and Description |
|---|---|
static MysqlxExpr.Expr.Type |
MysqlxExpr.Expr.Type.forNumber(int value) |
MysqlxExpr.Expr.Type |
MysqlxExpr.ExprOrBuilder.getType()
required .Mysqlx.Expr.Expr.Type type = 1; |
MysqlxExpr.Expr.Type |
MysqlxExpr.Expr.getType()
required .Mysqlx.Expr.Expr.Type type = 1; |
MysqlxExpr.Expr.Type |
MysqlxExpr.Expr.Builder.getType()
required .Mysqlx.Expr.Expr.Type type = 1; |
static MysqlxExpr.Expr.Type |
MysqlxExpr.Expr.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MysqlxExpr.Expr.Type |
MysqlxExpr.Expr.Type.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MysqlxExpr.Expr.Type |
MysqlxExpr.Expr.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MysqlxExpr.Expr.Type[] |
MysqlxExpr.Expr.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<MysqlxExpr.Expr.Type> |
MysqlxExpr.Expr.Type.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
MysqlxExpr.Expr.Builder |
MysqlxExpr.Expr.Builder.setType(MysqlxExpr.Expr.Type value)
required .Mysqlx.Expr.Expr.Type type = 1; |