| Constructor and Description |
|---|
MariaDbParameterMetaData(ColumnInformation[] parametersInformation) |
MariaDbResultSetMetaData(ColumnInformation[] fieldPackets,
int datatypeMappingFlags,
boolean returnTableAlias)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ColumnInformation |
ColumnInformation.create(String name,
MariaDbType type)
Constructor.
|
| Constructor and Description |
|---|
BinaryRowPacket(ColumnInformation[] columnInformation,
int columnInformationLength)
Constructor.
|
| Constructor and Description |
|---|
ColumnNameMap(ColumnInformation[] columnInformations) |
| Constructor and Description |
|---|
MariaSelectResultSet(ColumnInformation[] columnInformation,
List<byte[][]> resultSet,
Protocol protocol,
int resultSetScrollType)
Create filled resultset.
|
MariaSelectResultSet(ColumnInformation[] columnInformation,
Results results,
Protocol protocol,
ReadPacketFetcher fetcher,
boolean callableResult)
Create Streaming resultSet.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnInformation[] |
ServerPrepareResult.getColumns() |
ColumnInformation[] |
ServerPrepareResult.getParameters() |
| Constructor and Description |
|---|
ServerPrepareResult(String sql,
int statementId,
ColumnInformation[] columns,
ColumnInformation[] parameters,
Protocol unProxiedProtocol)
PrepareStatement Result object.
|
ServerPrepareResult(String sql,
int statementId,
ColumnInformation[] columns,
ColumnInformation[] parameters,
Protocol unProxiedProtocol)
PrepareStatement Result object.
|
Copyright © 2016. All rights reserved.