public interface BetterResultSet
extends java.sql.ResultSet
| Modifier and Type | Method and Description |
|---|---|
static BetterResultSet |
from(java.sql.ResultSet resultSet) |
<T> T[] |
getArrayCasted(int columnIndex) |
<T> T[] |
getArrayCasted(java.lang.String columnLabel) |
java.lang.Boolean |
getBooleanNullable(int columnIndex) |
java.lang.Boolean |
getBooleanNullable(java.lang.String columnLabel) |
java.lang.Byte |
getByteNullable(int columnIndex) |
java.lang.Byte |
getByteNullable(java.lang.String columnLabel) |
java.lang.Double |
getDoubleNullable(int columnIndex) |
java.lang.Double |
getDoubleNullable(java.lang.String columnLabel) |
java.lang.Float |
getFloatNullable(int columnIndex) |
java.lang.Float |
getFloatNullable(java.lang.String columnLabel) |
java.lang.Integer |
getIntNullable(int columnIndex) |
java.lang.Integer |
getIntNullable(java.lang.String columnLabel) |
java.time.LocalDate |
getLocalDate(int columnIndex) |
java.time.LocalDate |
getLocalDate(java.lang.String columnLabel) |
java.time.LocalDateTime |
getLocalDateTime(int columnIndex) |
java.time.LocalDateTime |
getLocalDateTime(java.lang.String columnLabel) |
java.time.LocalTime |
getLocalTime(int columnIndex) |
java.time.LocalTime |
getLocalTime(java.lang.String columnLabel) |
java.lang.Long |
getLongNullable(int columnIndex) |
java.lang.Long |
getLongNullable(java.lang.String columnLabel) |
java.lang.Short |
getShortNullable(int columnIndex) |
java.lang.Short |
getShortNullable(java.lang.String columnLabel) |
absolute, afterLast, beforeFirst, cancelRowUpdates, clearWarnings, close, deleteRow, findColumn, first, getArray, getArray, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCharacterStream, getCharacterStream, getClob, getClob, getConcurrency, getCursorName, getDate, getDate, getDate, getDate, getDouble, getDouble, getFetchDirection, getFetchSize, getFloat, getFloat, getHoldability, getInt, getInt, getLong, getLong, getMetaData, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getObject, getObject, getObject, getObject, getRef, getRef, getRow, getRowId, getRowId, getShort, getShort, getSQLXML, getSQLXML, getStatement, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getType, getUnicodeStream, getUnicodeStream, getURL, getURL, getWarnings, insertRow, isAfterLast, isBeforeFirst, isClosed, isFirst, isLast, last, moveToCurrentRow, moveToInsertRow, next, previous, refreshRow, relative, rowDeleted, rowInserted, rowUpdated, setFetchDirection, setFetchSize, updateArray, updateArray, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateBigDecimal, updateBigDecimal, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBlob, updateBlob, updateBlob, updateBlob, updateBlob, updateBlob, updateBoolean, updateBoolean, updateByte, updateByte, updateBytes, updateBytes, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateClob, updateClob, updateClob, updateClob, updateClob, updateClob, updateDate, updateDate, updateDouble, updateDouble, updateFloat, updateFloat, updateInt, updateInt, updateLong, updateLong, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNString, updateNString, updateNull, updateNull, updateObject, updateObject, updateObject, updateObject, updateObject, updateObject, updateObject, updateObject, updateRef, updateRef, updateRow, updateRowId, updateRowId, updateShort, updateShort, updateSQLXML, updateSQLXML, updateString, updateString, updateTime, updateTime, updateTimestamp, updateTimestamp, wasNullstatic BetterResultSet from(java.sql.ResultSet resultSet)
<T> T[] getArrayCasted(int columnIndex)
throws java.sql.SQLException
java.sql.SQLException<T> T[] getArrayCasted(java.lang.String columnLabel)
throws java.sql.SQLException
java.sql.SQLExceptionjava.time.LocalTime getLocalTime(int columnIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.time.LocalTime getLocalTime(java.lang.String columnLabel)
throws java.sql.SQLException
java.sql.SQLExceptionjava.time.LocalDate getLocalDate(int columnIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.time.LocalDate getLocalDate(java.lang.String columnLabel)
throws java.sql.SQLException
java.sql.SQLExceptionjava.time.LocalDateTime getLocalDateTime(int columnIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.time.LocalDateTime getLocalDateTime(java.lang.String columnLabel)
throws java.sql.SQLException
java.sql.SQLExceptionjava.lang.Boolean getBooleanNullable(int columnIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.lang.Byte getByteNullable(int columnIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.lang.Short getShortNullable(int columnIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.lang.Integer getIntNullable(int columnIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.lang.Long getLongNullable(int columnIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.lang.Float getFloatNullable(int columnIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.lang.Double getDoubleNullable(int columnIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.lang.Boolean getBooleanNullable(java.lang.String columnLabel)
throws java.sql.SQLException
java.sql.SQLExceptionjava.lang.Byte getByteNullable(java.lang.String columnLabel)
throws java.sql.SQLException
java.sql.SQLExceptionjava.lang.Short getShortNullable(java.lang.String columnLabel)
throws java.sql.SQLException
java.sql.SQLExceptionjava.lang.Integer getIntNullable(java.lang.String columnLabel)
throws java.sql.SQLException
java.sql.SQLExceptionjava.lang.Long getLongNullable(java.lang.String columnLabel)
throws java.sql.SQLException
java.sql.SQLExceptionjava.lang.Float getFloatNullable(java.lang.String columnLabel)
throws java.sql.SQLException
java.sql.SQLExceptionjava.lang.Double getDoubleNullable(java.lang.String columnLabel)
throws java.sql.SQLException
java.sql.SQLException