Package | Description |
---|---|
org.mariadb.jdbc | |
org.mariadb.jdbc.internal.common.queryresults | |
org.mariadb.jdbc.internal.mysql | |
org.mariadb.jdbc.internal.mysql.packet |
Constructor and Description |
---|
MySQLResultSetMetaData(MySQLColumnInformation[] fieldPackets,
int datatypeMappingFlags) |
Modifier and Type | Method and Description |
---|---|
MySQLColumnInformation[] |
CachedSelectResult.getColumnInformation() |
MySQLColumnInformation[] |
UpdateResult.getColumnInformation() |
MySQLColumnInformation[] |
SelectQueryResult.getColumnInformation() |
abstract MySQLColumnInformation[] |
QueryResult.getColumnInformation() |
Constructor and Description |
---|
CachedSelectResult(MySQLColumnInformation[] ci,
List<ValueObject[]> result,
short warningCount) |
ColumnNameMap(MySQLColumnInformation[] columnInformations) |
Modifier and Type | Field and Description |
---|---|
MySQLColumnInformation[] |
MySQLProtocol.PrepareResult.columns |
MySQLColumnInformation[] |
MySQLProtocol.PrepareResult.parameters |
Modifier and Type | Method and Description |
---|---|
static MySQLColumnInformation |
MySQLColumnInformation.create(String name,
MySQLType type) |
Constructor and Description |
---|
MySQLValueObject(byte[] rawBytes,
MySQLColumnInformation columnInfo) |
PrepareResult(int statementId,
MySQLColumnInformation[] columns,
MySQLColumnInformation[] parameters) |
PrepareResult(int statementId,
MySQLColumnInformation[] columns,
MySQLColumnInformation[] parameters) |
Modifier and Type | Method and Description |
---|---|
static MySQLColumnInformation |
MySQLFieldPacket.columnInformationFactory(RawPacket rawPacket) |
Constructor and Description |
---|
MySQLRowPacket(RawPacket rawPacket,
MySQLColumnInformation[] columnInformation2) |
Copyright © 2015. All rights reserved.