| 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 MysqlxDatatypes.Scalar.Type[] |
MysqlxDatatypes.Scalar.Type.VALUES |
| Modifier and Type | Field and Description |
|---|---|
private static com.google.protobuf.Internal.EnumLiteMap<MysqlxDatatypes.Scalar.Type> |
MysqlxDatatypes.Scalar.Type.internalValueMap |
| Modifier and Type | Method and Description |
|---|---|
static MysqlxDatatypes.Scalar.Type |
MysqlxDatatypes.Scalar.Type.forNumber(int value) |
MysqlxDatatypes.Scalar.Type |
MysqlxDatatypes.ScalarOrBuilder.getType()
required .Mysqlx.Datatypes.Scalar.Type type = 1; |
MysqlxDatatypes.Scalar.Type |
MysqlxDatatypes.Scalar.getType()
required .Mysqlx.Datatypes.Scalar.Type type = 1; |
MysqlxDatatypes.Scalar.Type |
MysqlxDatatypes.Scalar.Builder.getType()
required .Mysqlx.Datatypes.Scalar.Type type = 1; |
static MysqlxDatatypes.Scalar.Type |
MysqlxDatatypes.Scalar.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MysqlxDatatypes.Scalar.Type |
MysqlxDatatypes.Scalar.Type.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MysqlxDatatypes.Scalar.Type |
MysqlxDatatypes.Scalar.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MysqlxDatatypes.Scalar.Type[] |
MysqlxDatatypes.Scalar.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<MysqlxDatatypes.Scalar.Type> |
MysqlxDatatypes.Scalar.Type.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
MysqlxDatatypes.Scalar.Builder |
MysqlxDatatypes.Scalar.Builder.setType(MysqlxDatatypes.Scalar.Type value)
required .Mysqlx.Datatypes.Scalar.Type type = 1; |