| Package | Description |
|---|---|
| org.mariadb.jdbc.internal.common | |
| org.mariadb.jdbc.internal.mysql |
| Modifier and Type | Field and Description |
|---|---|
protected MySQLType |
AbstractValueObject.dataType |
| Constructor and Description |
|---|
AbstractValueObject(byte[] rawBytes,
MySQLType dataType) |
| Modifier and Type | Method and Description |
|---|---|
static MySQLType |
MySQLType.fromServer(int typeValue) |
MySQLType |
MySQLColumnInformation.getType() |
static MySQLType |
MySQLType.toServer(int javaType) |
static MySQLType |
MySQLType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MySQLType[] |
MySQLType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static MySQLColumnInformation |
MySQLColumnInformation.create(String name,
MySQLType type) |
static String |
MySQLType.getClassName(MySQLType t,
int len,
boolean signed,
boolean binary,
int flags) |
static String |
MySQLType.getColumnTypeName(MySQLType t,
long len,
boolean signed,
boolean binary) |
Copyright © 2014. All rights reserved.