| Package | Description |
|---|---|
| org.mariadb.jdbc | |
| org.mariadb.jdbc.internal.common.query.parameters | |
| org.mariadb.jdbc.internal.mysql | |
| org.mariadb.jdbc.internal.mysql.packet.commands |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMySQLPrepareStatement.setNull(int parameterIndex,
MySQLType mysqlType)
Sets the designated parameter to SQL
NULL. |
| Modifier and Type | Method and Description |
|---|---|
MySQLType |
TimestampParameter.getMySQLType() |
MySQLType |
TimeParameter.getMySQLType() |
MySQLType |
StringParameter.getMySQLType() |
MySQLType |
StreamParameter.getMySQLType() |
MySQLType |
ShortParameter.getMySQLType() |
MySQLType |
SerializableParameter.getMySQLType() |
MySQLType |
ReaderParameter.getMySQLType() |
abstract MySQLType |
ParameterHolder.getMySQLType() |
MySQLType |
NullParameter.getMySQLType() |
MySQLType |
LongParameter.getMySQLType() |
MySQLType |
IntParameter.getMySQLType() |
MySQLType |
FloatParameter.getMySQLType() |
MySQLType |
DoubleParameter.getMySQLType() |
MySQLType |
DateParameter.getMySQLType() |
MySQLType |
ByteParameter.getMySQLType() |
MySQLType |
ByteArrayParameter.getMySQLType() |
MySQLType |
BigIntParameter.getMySQLType() |
MySQLType |
BigDecimalParameter.getMySQLType() |
| Constructor and Description |
|---|
NullParameter(MySQLType type) |
| 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) |
QueryResult |
Protocol.executePreparedQuery(String sql,
ParameterHolder[] parameters,
PrepareResult prepareResult,
MySQLType[] parameterTypeHeader,
boolean isStreaming) |
QueryResult |
MySQLProtocol.executePreparedQuery(String sql,
ParameterHolder[] parameters,
PrepareResult prepareResult,
MySQLType[] parameterTypeHeader,
boolean isStreaming) |
QueryResult |
Protocol.executePreparedQueryAfterFailover(String sql,
ParameterHolder[] parameters,
PrepareResult oldPrepareResult,
MySQLType[] parameterTypeHeader,
boolean isStreaming) |
QueryResult |
MySQLProtocol.executePreparedQueryAfterFailover(String sql,
ParameterHolder[] parameters,
PrepareResult oldPrepareResult,
MySQLType[] parameterTypeHeader,
boolean isStreaming) |
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) |
static boolean |
MySQLType.isNumeric(MySQLType t) |
| Constructor and Description |
|---|
SendExecutePrepareStatementPacket(PrepareResult prepareResult,
ParameterHolder[] parameters,
int parameterCount,
MySQLType[] parameterTypeHeader) |
Copyright © 2015. All rights reserved.