Constructor and Description |
---|
MariaDbParameterMetaData(ColumnInformation[] parametersInformation) |
MariaDbResultSetMetaData(ColumnInformation[] fieldPackets,
int datatypeMappingFlags,
boolean returnTableAlias)
Constructor.
|
Constructor and Description |
---|
ColumnNameMap(ColumnInformation[] columnInformations) |
Modifier and Type | Class and Description |
---|---|
class |
UpdatableColumnInformation |
Modifier and Type | Field and Description |
---|---|
protected ColumnInformation[] |
SelectResultSet.columnsInformation |
Modifier and Type | Method and Description |
---|---|
static ColumnInformation |
ColumnInformation.create(String name,
ColumnType type)
Constructor.
|
Constructor and Description |
---|
ColumnInformation(ColumnInformation other)
Constructor for extent.
|
SelectResultSet(ColumnInformation[] columnInformation,
List<byte[]> resultSet,
Protocol protocol,
int resultSetScrollType)
Create filled result-set.
|
SelectResultSet(ColumnInformation[] columnInformation,
Results results,
Protocol protocol,
PacketInputStream reader,
boolean callableResult,
boolean eofDeprecated)
Create Streaming resultSet.
|
UpdatableColumnInformation(ColumnInformation columnInformation,
boolean canBeNull,
boolean hasDefault,
boolean generated,
boolean primary,
boolean autoIncrement)
Constructor of Column metadata.
|
UpdatableResultSet(ColumnInformation[] columnsInformation,
Results results,
Protocol protocol,
PacketInputStream reader,
boolean callableResult,
boolean eofDeprecated)
Constructor.
|
Constructor and Description |
---|
BinaryRowProtocol(ColumnInformation[] columnInformation,
int columnInformationLength,
int maxFieldSize)
Constructor.
|
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 © 2017. All rights reserved.