Uses of Class
org.springframework.jdbc.InvalidResultSetAccessException
Package
Description
Provides a convenient holder for disconnected result sets.
-
Uses of InvalidResultSetAccessException in org.springframework.jdbc.support.rowset
Modifier and TypeMethodDescriptionboolean
ResultSetWrappingSqlRowSet.absolute
(int row) boolean
SqlRowSet.absolute
(int row) Move the cursor to the given row number in the row set, just after the last row.void
ResultSetWrappingSqlRowSet.afterLast()
void
SqlRowSet.afterLast()
Move the cursor to the end of this row set.void
ResultSetWrappingSqlRowSet.beforeFirst()
void
SqlRowSet.beforeFirst()
Move the cursor to the front of this row set, just before the first row.int
ResultSetWrappingSqlRowSet.findColumn
(String columnLabel) int
SqlRowSet.findColumn
(String columnLabel) Map the given column label to its column index.boolean
ResultSetWrappingSqlRowSet.first()
boolean
SqlRowSet.first()
Move the cursor to the first row of this row set.ResultSetWrappingSqlRowSet.getBigDecimal
(int columnIndex) ResultSetWrappingSqlRowSet.getBigDecimal
(String columnLabel) SqlRowSet.getBigDecimal
(int columnIndex) Retrieve the value of the indicated column in the current row as a BigDecimal object.SqlRowSet.getBigDecimal
(String columnLabel) Retrieve the value of the indicated column in the current row as a BigDecimal object.boolean
ResultSetWrappingSqlRowSet.getBoolean
(int columnIndex) boolean
ResultSetWrappingSqlRowSet.getBoolean
(String columnLabel) boolean
SqlRowSet.getBoolean
(int columnIndex) Retrieve the value of the indicated column in the current row as a boolean.boolean
SqlRowSet.getBoolean
(String columnLabel) Retrieve the value of the indicated column in the current row as a boolean.byte
ResultSetWrappingSqlRowSet.getByte
(int columnIndex) byte
byte
SqlRowSet.getByte
(int columnIndex) Retrieve the value of the indicated column in the current row as a byte.byte
Retrieve the value of the indicated column in the current row as a byte.ResultSetWrappingSqlRowSetMetaData.getCatalogName
(int column) SqlRowSetMetaData.getCatalogName
(int columnIndex) Retrieve the catalog name of the table that served as the source for the specified column.ResultSetWrappingSqlRowSetMetaData.getColumnClassName
(int column) SqlRowSetMetaData.getColumnClassName
(int columnIndex) Retrieve the fully qualified class that the specified column will be mapped to.int
ResultSetWrappingSqlRowSetMetaData.getColumnCount()
int
SqlRowSetMetaData.getColumnCount()
Retrieve the number of columns in the RowSet.int
ResultSetWrappingSqlRowSetMetaData.getColumnDisplaySize
(int column) int
SqlRowSetMetaData.getColumnDisplaySize
(int columnIndex) Retrieve the maximum width of the designated column.ResultSetWrappingSqlRowSetMetaData.getColumnLabel
(int column) SqlRowSetMetaData.getColumnLabel
(int columnIndex) Retrieve the suggested column title for the column specified.ResultSetWrappingSqlRowSetMetaData.getColumnName
(int column) SqlRowSetMetaData.getColumnName
(int columnIndex) Retrieve the column name for the indicated column.String[]
ResultSetWrappingSqlRowSetMetaData.getColumnNames()
String[]
SqlRowSetMetaData.getColumnNames()
Return the column names of the table that the result set represents.int
ResultSetWrappingSqlRowSetMetaData.getColumnType
(int column) int
SqlRowSetMetaData.getColumnType
(int columnIndex) Retrieve the SQL type code for the indicated column.ResultSetWrappingSqlRowSetMetaData.getColumnTypeName
(int column) SqlRowSetMetaData.getColumnTypeName
(int columnIndex) Retrieve the DBMS-specific type name for the indicated column.ResultSetWrappingSqlRowSet.getDate
(int columnIndex) SqlRowSet.getDate
(int columnIndex) Retrieve the value of the indicated column in the current row as a Date object.Retrieve the value of the indicated column in the current row as a Date object.Retrieve the value of the indicated column in the current row as a Date object.Retrieve the value of the indicated column in the current row as a Date object.double
ResultSetWrappingSqlRowSet.getDouble
(int columnIndex) double
double
SqlRowSet.getDouble
(int columnIndex) Retrieve the value of the indicated column in the current row as a Double object.double
Retrieve the value of the indicated column in the current row as a Double object.float
ResultSetWrappingSqlRowSet.getFloat
(int columnIndex) float
float
SqlRowSet.getFloat
(int columnIndex) Retrieve the value of the indicated column in the current row as a float.float
Retrieve the value of the indicated column in the current row as a float.int
ResultSetWrappingSqlRowSet.getInt
(int columnIndex) int
int
SqlRowSet.getInt
(int columnIndex) Retrieve the value of the indicated column in the current row as an int.int
Retrieve the value of the indicated column in the current row as an int.long
ResultSetWrappingSqlRowSet.getLong
(int columnIndex) long
long
SqlRowSet.getLong
(int columnIndex) Retrieve the value of the indicated column in the current row as a long.long
Retrieve the value of the indicated column in the current row as a long.ResultSetWrappingSqlRowSet.getNString
(int columnIndex) ResultSetWrappingSqlRowSet.getNString
(String columnLabel) SqlRowSet.getNString
(int columnIndex) Retrieve the value of the indicated column in the current row as a String (for NCHAR, NVARCHAR, LONGNVARCHAR columns).SqlRowSet.getNString
(String columnLabel) Retrieve the value of the indicated column in the current row as a String (for NCHAR, NVARCHAR, LONGNVARCHAR columns).ResultSetWrappingSqlRowSet.getObject
(int columnIndex) <T> T
<T> T
SqlRowSet.getObject
(int columnIndex) Retrieve the value of the indicated column in the current row as an Object.<T> T
Retrieve the value of the indicated column in the current row as an Object.Retrieve the value of the indicated column in the current row as an Object.Retrieve the value of the indicated column in the current row as an Object.<T> T
Retrieve the value of the indicated column in the current row as an Object.Retrieve the value of the indicated column in the current row as an Object.int
ResultSetWrappingSqlRowSetMetaData.getPrecision
(int column) int
SqlRowSetMetaData.getPrecision
(int columnIndex) Retrieve the precision for the indicated column.int
ResultSetWrappingSqlRowSet.getRow()
int
SqlRowSet.getRow()
Retrieve the current row number.int
ResultSetWrappingSqlRowSetMetaData.getScale
(int column) int
SqlRowSetMetaData.getScale
(int columnIndex) Retrieve the scale of the indicated column.ResultSetWrappingSqlRowSetMetaData.getSchemaName
(int column) SqlRowSetMetaData.getSchemaName
(int columnIndex) Retrieve the schema name of the table that served as the source for the specified column.short
ResultSetWrappingSqlRowSet.getShort
(int columnIndex) short
short
SqlRowSet.getShort
(int columnIndex) Retrieve the value of the indicated column in the current row as a short.short
Retrieve the value of the indicated column in the current row as a short.ResultSetWrappingSqlRowSet.getString
(int columnIndex) SqlRowSet.getString
(int columnIndex) Retrieve the value of the indicated column in the current row as a String.Retrieve the value of the indicated column in the current row as a String.ResultSetWrappingSqlRowSetMetaData.getTableName
(int column) SqlRowSetMetaData.getTableName
(int columnIndex) Retrieve the name of the table that served as the source for the specified column.ResultSetWrappingSqlRowSet.getTime
(int columnIndex) SqlRowSet.getTime
(int columnIndex) Retrieve the value of the indicated column in the current row as a Time object.Retrieve the value of the indicated column in the current row as a Time object.Retrieve the value of the indicated column in the current row as a Time object.Retrieve the value of the indicated column in the current row as a Time object.ResultSetWrappingSqlRowSet.getTimestamp
(int columnIndex) ResultSetWrappingSqlRowSet.getTimestamp
(int columnIndex, Calendar cal) ResultSetWrappingSqlRowSet.getTimestamp
(String columnLabel) ResultSetWrappingSqlRowSet.getTimestamp
(String columnLabel, Calendar cal) SqlRowSet.getTimestamp
(int columnIndex) Retrieve the value of the indicated column in the current row as a Timestamp object.SqlRowSet.getTimestamp
(int columnIndex, Calendar cal) Retrieve the value of the indicated column in the current row as a Timestamp object.SqlRowSet.getTimestamp
(String columnLabel) Retrieve the value of the indicated column in the current row as a Timestamp object.SqlRowSet.getTimestamp
(String columnLabel, Calendar cal) Retrieve the value of the indicated column in the current row as a Timestamp object.boolean
ResultSetWrappingSqlRowSet.isAfterLast()
boolean
SqlRowSet.isAfterLast()
Retrieve whether the cursor is after the last row of this row set.boolean
ResultSetWrappingSqlRowSet.isBeforeFirst()
boolean
SqlRowSet.isBeforeFirst()
Retrieve whether the cursor is before the first row of this row set.boolean
ResultSetWrappingSqlRowSetMetaData.isCaseSensitive
(int column) boolean
SqlRowSetMetaData.isCaseSensitive
(int columnIndex) Indicate whether the case of the designated column is significant.boolean
ResultSetWrappingSqlRowSetMetaData.isCurrency
(int column) boolean
SqlRowSetMetaData.isCurrency
(int columnIndex) Indicate whether the designated column contains a currency value.boolean
ResultSetWrappingSqlRowSet.isFirst()
boolean
SqlRowSet.isFirst()
Retrieve whether the cursor is on the first row of this row set.boolean
ResultSetWrappingSqlRowSet.isLast()
boolean
SqlRowSet.isLast()
Retrieve whether the cursor is on the last row of this row set.boolean
ResultSetWrappingSqlRowSetMetaData.isSigned
(int column) boolean
SqlRowSetMetaData.isSigned
(int columnIndex) Indicate whether the designated column contains a signed number.boolean
ResultSetWrappingSqlRowSet.last()
boolean
SqlRowSet.last()
Move the cursor to the last row of this row set.boolean
ResultSetWrappingSqlRowSet.next()
boolean
SqlRowSet.next()
Move the cursor to the next row.boolean
ResultSetWrappingSqlRowSet.previous()
boolean
SqlRowSet.previous()
Move the cursor to the previous row.boolean
ResultSetWrappingSqlRowSet.relative
(int rows) boolean
SqlRowSet.relative
(int rows) Move the cursor a relative number of rows, either positive or negative.boolean
ResultSetWrappingSqlRowSet.wasNull()
boolean
SqlRowSet.wasNull()
Report whether the last column read had a value of SQLNULL
.ModifierConstructorDescriptionResultSetWrappingSqlRowSet
(ResultSet resultSet) Create a newResultSetWrappingSqlRowSet
for the givenResultSet
.