| 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 |
|---|
MySQLParameterMetaData(MySQLColumnInformation[] columnInformations) |
MySQLResultSetMetaData(MySQLColumnInformation[] fieldPackets,
int datatypeMappingFlags,
boolean returnTableAlias) |
| Modifier and Type | Field and Description |
|---|---|
MySQLColumnInformation[] |
PrepareResult.columns |
MySQLColumnInformation[] |
PrepareResult.parameters |
| Modifier and Type | Method and Description |
|---|---|
MySQLColumnInformation[] |
UpdateResult.getColumnInformation() |
MySQLColumnInformation[] |
SelectQueryResult.getColumnInformation() |
abstract MySQLColumnInformation[] |
QueryResult.getColumnInformation() |
MySQLColumnInformation[] |
CachedSelectResult.getColumnInformation() |
| Constructor and Description |
|---|
CachedSelectResult(MySQLColumnInformation[] ci,
List<ValueObject[]> result,
short warningCount) |
ColumnNameMap(MySQLColumnInformation[] columnInformations) |
PrepareResult(int statementId,
MySQLColumnInformation[] columns,
MySQLColumnInformation[] parameters) |
PrepareResult(int statementId,
MySQLColumnInformation[] columns,
MySQLColumnInformation[] parameters) |
| Modifier and Type | Method and Description |
|---|---|
static MySQLColumnInformation |
MySQLColumnInformation.create(String name,
MySQLType type) |
| Constructor and Description |
|---|
MySQLValueObject(byte[] rawBytes,
MySQLColumnInformation columnInfo,
boolean isBinaryEncoded,
Options options) |
MySQLValueObject(byte[] rawBytes,
MySQLColumnInformation columnInfo,
Options options) |
| Constructor and Description |
|---|
MySQLBinaryRowPacket(RawPacket rawPacket,
MySQLColumnInformation[] columnInformation2,
Options options) |
MySQLRowPacket(RawPacket rawPacket,
MySQLColumnInformation[] columnInformation2,
Options options) |
Copyright © 2015. All rights reserved.