| Package | Description |
|---|---|
| com.mysql.cj.protocol.a |
| Modifier and Type | Method and Description |
|---|---|
static NativeConstants.IntegerDataType |
NativeConstants.IntegerDataType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NativeConstants.IntegerDataType[] |
NativeConstants.IntegerDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
long |
NativePacketPayload.readInteger(NativeConstants.IntegerDataType type)
Read data according to provided Integer type.
|
void |
NativePacketPayload.writeInteger(NativeConstants.IntegerDataType type,
long l)
Write data according to provided Integer type.
|