Modifier and Type | Field and Description |
---|---|
private ColumnInformation[] |
MariaDbResultSetMetaData.fieldPackets |
private ColumnInformation[] |
MariaDbParameterMetaData.parametersInformation |
Modifier and Type | Method and Description |
---|---|
private ColumnInformation |
MariaDbResultSetMetaData.getColumnInformation(int column) |
private ColumnInformation |
MariaDbParameterMetaData.getParameterInformation(int param) |
Constructor and Description |
---|
MariaDbParameterMetaData(ColumnInformation[] parametersInformation) |
MariaDbResultSetMetaData(ColumnInformation[] fieldPackets,
Options options,
boolean returnTableAlias)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
private ColumnInformation[] |
ColumnNameMap.columnInfo |
Constructor and Description |
---|
ColumnNameMap(ColumnInformation[] columnInformations) |
Modifier and Type | Class and Description |
---|---|
class |
UpdatableColumnInformation |
Modifier and Type | Field and Description |
---|---|
protected ColumnInformation[] |
SelectResultSet.columnsInformation |
private static ColumnInformation[] |
SelectResultSet.INSERT_ID_COLUMNS |
Modifier and Type | Method and Description |
---|---|
static ColumnInformation |
ColumnInformation.create(java.lang.String name,
ColumnType type)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
private void |
SelectResultSet.rangeCheck(java.lang.Object className,
long minValue,
long maxValue,
long value,
ColumnInformation columnInfo) |
private java.lang.String |
SelectResultSet.zeroFillingIfNeeded(java.lang.String value,
ColumnInformation columnInformation) |
Constructor and Description |
---|
ColumnInformation(ColumnInformation other)
Constructor for extent.
|
SelectResultSet(ColumnInformation[] columnInformation,
java.util.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.
|
Modifier and Type | Field and Description |
---|---|
private ColumnInformation[] |
BinaryRowProtocol.columnInformation |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
BinaryRowProtocol.getInternalBigDecimal(ColumnInformation columnInfo)
Get BigDecimal from raw binary format.
|
java.math.BigDecimal |
TextRowProtocol.getInternalBigDecimal(ColumnInformation columnInfo)
Get BigDecimal from raw text format.
|
abstract java.math.BigDecimal |
RowProtocol.getInternalBigDecimal(ColumnInformation columnInfo) |
java.math.BigInteger |
BinaryRowProtocol.getInternalBigInteger(ColumnInformation columnInfo)
Get BigInteger from raw binary format.
|
java.math.BigInteger |
TextRowProtocol.getInternalBigInteger(ColumnInformation columnInfo)
Get BigInteger format from raw text format.
|
abstract java.math.BigInteger |
RowProtocol.getInternalBigInteger(ColumnInformation columnInfo) |
boolean |
BinaryRowProtocol.getInternalBoolean(ColumnInformation columnInfo)
Get boolean from raw binary format.
|
boolean |
TextRowProtocol.getInternalBoolean(ColumnInformation columnInfo)
Get boolean from raw text format.
|
abstract boolean |
RowProtocol.getInternalBoolean(ColumnInformation columnInfo) |
byte |
BinaryRowProtocol.getInternalByte(ColumnInformation columnInfo)
Get byte from raw binary format.
|
byte |
TextRowProtocol.getInternalByte(ColumnInformation columnInfo)
Get byte from raw text format.
|
abstract byte |
RowProtocol.getInternalByte(ColumnInformation columnInfo) |
java.sql.Date |
BinaryRowProtocol.getInternalDate(ColumnInformation columnInfo,
java.util.Calendar cal,
java.util.TimeZone timeZone)
Get date from raw binary format.
|
java.sql.Date |
TextRowProtocol.getInternalDate(ColumnInformation columnInfo,
java.util.Calendar cal,
java.util.TimeZone timeZone)
Get date from raw text format.
|
abstract java.sql.Date |
RowProtocol.getInternalDate(ColumnInformation columnInfo,
java.util.Calendar cal,
java.util.TimeZone timeZone) |
double |
BinaryRowProtocol.getInternalDouble(ColumnInformation columnInfo)
Get double from raw binary format.
|
double |
TextRowProtocol.getInternalDouble(ColumnInformation columnInfo)
Get double from raw text format.
|
abstract double |
RowProtocol.getInternalDouble(ColumnInformation columnInfo) |
float |
BinaryRowProtocol.getInternalFloat(ColumnInformation columnInfo)
Get float from raw binary format.
|
float |
TextRowProtocol.getInternalFloat(ColumnInformation columnInfo)
Get float from raw text format.
|
abstract float |
RowProtocol.getInternalFloat(ColumnInformation columnInfo) |
int |
BinaryRowProtocol.getInternalInt(ColumnInformation columnInfo)
Get int from raw binary format.
|
int |
TextRowProtocol.getInternalInt(ColumnInformation columnInfo)
Get int from raw text format.
|
abstract int |
RowProtocol.getInternalInt(ColumnInformation columnInfo) |
java.time.LocalDate |
BinaryRowProtocol.getInternalLocalDate(ColumnInformation columnInfo,
java.util.TimeZone timeZone)
Get LocalDate from raw binary format.
|
java.time.LocalDate |
TextRowProtocol.getInternalLocalDate(ColumnInformation columnInfo,
java.util.TimeZone timeZone)
Get LocalDate format from raw text format.
|
abstract java.time.LocalDate |
RowProtocol.getInternalLocalDate(ColumnInformation columnInfo,
java.util.TimeZone timeZone) |
java.time.LocalTime |
BinaryRowProtocol.getInternalLocalTime(ColumnInformation columnInfo,
java.util.TimeZone timeZone)
Get LocalTime from raw binary format.
|
java.time.LocalTime |
TextRowProtocol.getInternalLocalTime(ColumnInformation columnInfo,
java.util.TimeZone timeZone)
Get LocalTime format from raw text format.
|
abstract java.time.LocalTime |
RowProtocol.getInternalLocalTime(ColumnInformation columnInfo,
java.util.TimeZone timeZone) |
long |
BinaryRowProtocol.getInternalLong(ColumnInformation columnInfo)
Get long from raw binary format.
|
long |
TextRowProtocol.getInternalLong(ColumnInformation columnInfo)
Get long from raw text format.
|
abstract long |
RowProtocol.getInternalLong(ColumnInformation columnInfo) |
protected long |
RowProtocol.getInternalMediumInt(ColumnInformation columnInfo) |
java.lang.Object |
BinaryRowProtocol.getInternalObject(ColumnInformation columnInfo,
java.util.TimeZone timeZone)
Get Object from raw binary format.
|
java.lang.Object |
TextRowProtocol.getInternalObject(ColumnInformation columnInfo,
java.util.TimeZone timeZone)
Get Object from raw text format.
|
abstract java.lang.Object |
RowProtocol.getInternalObject(ColumnInformation columnInfo,
java.util.TimeZone timeZone) |
java.time.OffsetTime |
BinaryRowProtocol.getInternalOffsetTime(ColumnInformation columnInfo,
java.util.TimeZone timeZone)
Get OffsetTime from raw binary format.
|
java.time.OffsetTime |
TextRowProtocol.getInternalOffsetTime(ColumnInformation columnInfo,
java.util.TimeZone timeZone)
Get OffsetTime format from raw text format.
|
abstract java.time.OffsetTime |
RowProtocol.getInternalOffsetTime(ColumnInformation columnInfo,
java.util.TimeZone timeZone) |
short |
BinaryRowProtocol.getInternalShort(ColumnInformation columnInfo)
Get short from raw binary format.
|
short |
TextRowProtocol.getInternalShort(ColumnInformation columnInfo)
Get short from raw text format.
|
abstract short |
RowProtocol.getInternalShort(ColumnInformation columnInfo) |
protected int |
RowProtocol.getInternalSmallInt(ColumnInformation columnInfo) |
java.lang.String |
BinaryRowProtocol.getInternalString(ColumnInformation columnInfo,
java.util.Calendar cal,
java.util.TimeZone timeZone)
Get string from raw binary format.
|
java.lang.String |
TextRowProtocol.getInternalString(ColumnInformation columnInfo,
java.util.Calendar cal,
java.util.TimeZone timeZone)
Get String from raw text format.
|
abstract java.lang.String |
RowProtocol.getInternalString(ColumnInformation columnInfo,
java.util.Calendar cal,
java.util.TimeZone timeZone) |
java.sql.Time |
BinaryRowProtocol.getInternalTime(ColumnInformation columnInfo,
java.util.Calendar cal,
java.util.TimeZone timeZone)
Get time from raw binary format.
|
java.sql.Time |
TextRowProtocol.getInternalTime(ColumnInformation columnInfo,
java.util.Calendar cal,
java.util.TimeZone timeZone)
Get time from raw text format.
|
abstract java.sql.Time |
RowProtocol.getInternalTime(ColumnInformation columnInfo,
java.util.Calendar cal,
java.util.TimeZone timeZone) |
java.sql.Timestamp |
BinaryRowProtocol.getInternalTimestamp(ColumnInformation columnInfo,
java.util.Calendar userCalendar,
java.util.TimeZone timeZone)
Get timestamp from raw binary format.
|
java.sql.Timestamp |
TextRowProtocol.getInternalTimestamp(ColumnInformation columnInfo,
java.util.Calendar userCalendar,
java.util.TimeZone timeZone)
Get timestamp from raw text format.
|
abstract java.sql.Timestamp |
RowProtocol.getInternalTimestamp(ColumnInformation columnInfo,
java.util.Calendar userCalendar,
java.util.TimeZone timeZone) |
java.lang.String |
BinaryRowProtocol.getInternalTimeString(ColumnInformation columnInfo)
Get Time in string format from raw binary format.
|
java.lang.String |
TextRowProtocol.getInternalTimeString(ColumnInformation columnInfo)
Get Time in string format from raw text format.
|
abstract java.lang.String |
RowProtocol.getInternalTimeString(ColumnInformation columnInfo) |
protected int |
RowProtocol.getInternalTinyInt(ColumnInformation columnInfo) |
java.time.ZonedDateTime |
BinaryRowProtocol.getInternalZonedDateTime(ColumnInformation columnInfo,
java.lang.Class clazz,
java.util.TimeZone timeZone)
Get ZonedDateTime from raw binary format.
|
java.time.ZonedDateTime |
TextRowProtocol.getInternalZonedDateTime(ColumnInformation columnInfo,
java.lang.Class clazz,
java.util.TimeZone timeZone)
Get ZonedDateTime format from raw text format.
|
abstract java.time.ZonedDateTime |
RowProtocol.getInternalZonedDateTime(ColumnInformation columnInfo,
java.lang.Class clazz,
java.util.TimeZone timeZone) |
protected void |
RowProtocol.rangeCheck(java.lang.Object className,
long minValue,
long maxValue,
java.math.BigDecimal value,
ColumnInformation columnInfo) |
protected void |
RowProtocol.rangeCheck(java.lang.Object className,
long minValue,
long maxValue,
long value,
ColumnInformation columnInfo) |
protected java.lang.String |
RowProtocol.zeroFillingIfNeeded(java.lang.String value,
ColumnInformation columnInformation) |
Constructor and Description |
---|
BinaryRowProtocol(ColumnInformation[] columnInformation,
int columnInformationLength,
int maxFieldSize,
Options options)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
private ColumnInformation[] |
ServerPrepareResult.columns |
private ColumnInformation[] |
ServerPrepareResult.parameters |
Modifier and Type | Method and Description |
---|---|
ColumnInformation[] |
ServerPrepareResult.getColumns() |
ColumnInformation[] |
ServerPrepareResult.getParameters() |
Constructor and Description |
---|
ServerPrepareResult(java.lang.String sql,
int statementId,
ColumnInformation[] columns,
ColumnInformation[] parameters,
Protocol unProxiedProtocol)
PrepareStatement Result object.
|
ServerPrepareResult(java.lang.String sql,
int statementId,
ColumnInformation[] columns,
ColumnInformation[] parameters,
Protocol unProxiedProtocol)
PrepareStatement Result object.
|