|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidResultSetAccessException | |
---|---|
org.springframework.jdbc.support.rowset | Provides a convenient holder for disconnected result sets. |
Uses of InvalidResultSetAccessException in org.springframework.jdbc.support.rowset |
---|
Methods in org.springframework.jdbc.support.rowset that throw InvalidResultSetAccessException | |
---|---|
boolean |
SqlRowSet.absolute(int row)
Moves the cursor to the given row number in the RowSet, just after the last row. |
boolean |
ResultSetWrappingSqlRowSet.absolute(int row)
|
void |
SqlRowSet.afterLast()
Moves the cursor to the end of this RowSet. |
void |
ResultSetWrappingSqlRowSet.afterLast()
|
void |
SqlRowSet.beforeFirst()
Moves the cursor to the front of this RowSet, just before the first row. |
void |
ResultSetWrappingSqlRowSet.beforeFirst()
|
int |
SqlRowSet.findColumn(String columnName)
Maps the given column name to its column index. |
int |
ResultSetWrappingSqlRowSet.findColumn(String columnName)
|
boolean |
SqlRowSet.first()
Moves the cursor to the first row of this RowSet. |
boolean |
ResultSetWrappingSqlRowSet.first()
|
BigDecimal |
SqlRowSet.getBigDecimal(int columnIndex)
Retrieves the value of the indicated column in the current row as an BigDecimal object. |
BigDecimal |
ResultSetWrappingSqlRowSet.getBigDecimal(int columnIndex)
|
BigDecimal |
SqlRowSet.getBigDecimal(String columnName)
Retrieves the value of the indicated column in the current row as an BigDecimal object. |
BigDecimal |
ResultSetWrappingSqlRowSet.getBigDecimal(String columnName)
|
boolean |
SqlRowSet.getBoolean(int columnIndex)
Retrieves the value of the indicated column in the current row as a boolean. |
boolean |
ResultSetWrappingSqlRowSet.getBoolean(int columnIndex)
|
boolean |
SqlRowSet.getBoolean(String columnName)
Retrieves the value of the indicated column in the current row as a boolean. |
boolean |
ResultSetWrappingSqlRowSet.getBoolean(String columnName)
|
byte |
SqlRowSet.getByte(int columnIndex)
Retrieves the value of the indicated column in the current row as a byte. |
byte |
ResultSetWrappingSqlRowSet.getByte(int columnIndex)
|
byte |
SqlRowSet.getByte(String columnName)
Retrieves the value of the indicated column in the current row as a byte. |
byte |
ResultSetWrappingSqlRowSet.getByte(String columnName)
|
String |
SqlRowSetMetaData.getCatalogName(int columnIndex)
Retrieves the catalog name of the table that served as the source for the specified column. |
String |
ResultSetWrappingSqlRowSetMetaData.getCatalogName(int column)
|
String |
SqlRowSetMetaData.getColumnClassName(int columnIndex)
Retrieves the fully qualified class that the specified column will be mapped to. |
String |
ResultSetWrappingSqlRowSetMetaData.getColumnClassName(int column)
|
int |
SqlRowSetMetaData.getColumnCount()
Retrives the number of columns in the RowSet. |
int |
ResultSetWrappingSqlRowSetMetaData.getColumnCount()
|
int |
SqlRowSetMetaData.getColumnDisplaySize(int columnIndex)
Retrieves the maximum width of the designated column. |
int |
ResultSetWrappingSqlRowSetMetaData.getColumnDisplaySize(int column)
|
String |
SqlRowSetMetaData.getColumnLabel(int columnIndex)
Retrieve the suggested column title for the column specified. |
String |
ResultSetWrappingSqlRowSetMetaData.getColumnLabel(int column)
|
String |
SqlRowSetMetaData.getColumnName(int columnIndex)
Retrieve the column name for the indicated column. |
String |
ResultSetWrappingSqlRowSetMetaData.getColumnName(int column)
|
String[] |
SqlRowSetMetaData.getColumnNames()
Return the column names of the table that the result set represents. |
String[] |
ResultSetWrappingSqlRowSetMetaData.getColumnNames()
|
int |
SqlRowSetMetaData.getColumnType(int columnIndex)
Retrieve the SQL type code for the indicated column. |
int |
ResultSetWrappingSqlRowSetMetaData.getColumnType(int column)
|
String |
SqlRowSetMetaData.getColumnTypeName(int columnIndex)
Retrieves the DBMS-specific type name for the indicated column. |
String |
ResultSetWrappingSqlRowSetMetaData.getColumnTypeName(int column)
|
Date |
SqlRowSet.getDate(int columnIndex)
Retrieves the value of the indicated column in the current row as a Date object. |
Date |
ResultSetWrappingSqlRowSet.getDate(int columnIndex)
|
Date |
SqlRowSet.getDate(int columnIndex,
Calendar cal)
Retrieves the value of the indicated column in the current row as a Date object. |
Date |
ResultSetWrappingSqlRowSet.getDate(int columnIndex,
Calendar cal)
|
Date |
SqlRowSet.getDate(String columnName)
Retrieves the value of the indicated column in the current row as a Date object. |
Date |
ResultSetWrappingSqlRowSet.getDate(String columnName)
|
Date |
SqlRowSet.getDate(String columnName,
Calendar cal)
Retrieves the value of the indicated column in the current row as a Date object. |
Date |
ResultSetWrappingSqlRowSet.getDate(String columnName,
Calendar cal)
|
double |
SqlRowSet.getDouble(int columnIndex)
Retrieves the value of the indicated column in the current row as a Double object. |
double |
ResultSetWrappingSqlRowSet.getDouble(int columnIndex)
|
double |
SqlRowSet.getDouble(String columnName)
Retrieves the value of the indicated column in the current row as a Double object. |
double |
ResultSetWrappingSqlRowSet.getDouble(String columnName)
|
float |
SqlRowSet.getFloat(int columnIndex)
Retrieves the value of the indicated column in the current row as a float. |
float |
ResultSetWrappingSqlRowSet.getFloat(int columnIndex)
|
float |
SqlRowSet.getFloat(String columnName)
Retrieves the value of the indicated column in the current row as a float. |
float |
ResultSetWrappingSqlRowSet.getFloat(String columnName)
|
int |
SqlRowSet.getInt(int columnIndex)
Retrieves the value of the indicated column in the current row as an int. |
int |
ResultSetWrappingSqlRowSet.getInt(int columnIndex)
|
int |
SqlRowSet.getInt(String columnName)
Retrieves the value of the indicated column in the current row as an int. |
int |
ResultSetWrappingSqlRowSet.getInt(String columnName)
|
long |
SqlRowSet.getLong(int columnIndex)
Retrieves the value of the indicated column in the current row as a long. |
long |
ResultSetWrappingSqlRowSet.getLong(int columnIndex)
|
long |
SqlRowSet.getLong(String columnName)
Retrieves the value of the indicated column in the current row as a long. |
long |
ResultSetWrappingSqlRowSet.getLong(String columnName)
|
Object |
SqlRowSet.getObject(int columnIndex)
Retrieves the value of the indicated column in the current row as an Object. |
Object |
ResultSetWrappingSqlRowSet.getObject(int columnIndex)
|
Object |
SqlRowSet.getObject(int columnIndex,
Map map)
Retrieves the value of the indicated column in the current row as an Object. |
Object |
ResultSetWrappingSqlRowSet.getObject(int i,
Map map)
|
Object |
SqlRowSet.getObject(String columnName)
Retrieves the value of the indicated column in the current row as an Object. |
Object |
ResultSetWrappingSqlRowSet.getObject(String columnName)
|
Object |
SqlRowSet.getObject(String columnName,
Map map)
Retrieves the value of the indicated column in the current row as an Object. |
Object |
ResultSetWrappingSqlRowSet.getObject(String columnName,
Map map)
|
int |
SqlRowSetMetaData.getPrecision(int columnIndex)
Retrieves the precision for the indicated column. |
int |
ResultSetWrappingSqlRowSetMetaData.getPrecision(int column)
|
int |
SqlRowSet.getRow()
Retrieves the current row number. |
int |
ResultSetWrappingSqlRowSet.getRow()
|
int |
SqlRowSetMetaData.getScale(int columnIndex)
Retrieves the scale of the indicated column. |
int |
ResultSetWrappingSqlRowSetMetaData.getScale(int column)
|
String |
SqlRowSetMetaData.getSchemaName(int columnIndex)
Retrieves the schema name of the table that served as the source for the specified column. |
String |
ResultSetWrappingSqlRowSetMetaData.getSchemaName(int column)
|
short |
SqlRowSet.getShort(int columnIndex)
Retrieves the value of the indicated column in the current row as a short. |
short |
ResultSetWrappingSqlRowSet.getShort(int columnIndex)
|
short |
SqlRowSet.getShort(String columnName)
Retrieves the value of the indicated column in the current row as a short. |
short |
ResultSetWrappingSqlRowSet.getShort(String columnName)
|
String |
SqlRowSet.getString(int columnIndex)
Retrieves the value of the indicated column in the current row as a String. |
String |
ResultSetWrappingSqlRowSet.getString(int columnIndex)
|
String |
SqlRowSet.getString(String columnName)
Retrieves the value of the indicated column in the current row as a String. |
String |
ResultSetWrappingSqlRowSet.getString(String columnName)
|
String |
SqlRowSetMetaData.getTableName(int columnIndex)
Retrieves the name of the table that served as the source for the specified column. |
String |
ResultSetWrappingSqlRowSetMetaData.getTableName(int column)
|
Time |
SqlRowSet.getTime(int columnIndex)
Retrieves the value of the indicated column in the current row as a Time object. |
Time |
ResultSetWrappingSqlRowSet.getTime(int columnIndex)
|
Time |
SqlRowSet.getTime(int columnIndex,
Calendar cal)
Retrieves the value of the indicated column in the current row as a Time object. |
Time |
ResultSetWrappingSqlRowSet.getTime(int columnIndex,
Calendar cal)
|
Time |
SqlRowSet.getTime(String columnName)
Retrieves the value of the indicated column in the current row as a Time object. |
Time |
ResultSetWrappingSqlRowSet.getTime(String columnName)
|
Time |
SqlRowSet.getTime(String columnName,
Calendar cal)
Retrieves the value of the indicated column in the current row as a Time object. |
Time |
ResultSetWrappingSqlRowSet.getTime(String columnName,
Calendar cal)
|
Timestamp |
SqlRowSet.getTimestamp(int columnIndex)
Retrieves the value of the indicated column in the current row as a Timestamp object. |
Timestamp |
ResultSetWrappingSqlRowSet.getTimestamp(int columnIndex)
|
Timestamp |
SqlRowSet.getTimestamp(int columnIndex,
Calendar cal)
Retrieves the value of the indicated column in the current row as a Timestamp object. |
Timestamp |
ResultSetWrappingSqlRowSet.getTimestamp(int columnIndex,
Calendar cal)
|
Timestamp |
SqlRowSet.getTimestamp(String columnName)
Retrieves the value of the indicated column in the current row as a Timestamp object. |
Timestamp |
ResultSetWrappingSqlRowSet.getTimestamp(String columnName)
|
Timestamp |
SqlRowSet.getTimestamp(String columnName,
Calendar cal)
Retrieves the value of the indicated column in the current row as a Timestamp object. |
Timestamp |
ResultSetWrappingSqlRowSet.getTimestamp(String columnName,
Calendar cal)
|
boolean |
SqlRowSet.isAfterLast()
Retrieves whether the cursor is after the last row of this RowSet. |
boolean |
ResultSetWrappingSqlRowSet.isAfterLast()
|
boolean |
SqlRowSet.isBeforeFirst()
Retrieves whether the cursor is after the first row of this RowSet. |
boolean |
ResultSetWrappingSqlRowSet.isBeforeFirst()
|
boolean |
SqlRowSetMetaData.isCaseSensitive(int columnIndex)
Indicates whether the case of the designated column is significant. |
boolean |
ResultSetWrappingSqlRowSetMetaData.isCaseSensitive(int column)
|
boolean |
SqlRowSetMetaData.isCurrency(int columnIndex)
Indicates whether the designated column contains a currency value. |
boolean |
ResultSetWrappingSqlRowSetMetaData.isCurrency(int column)
|
boolean |
SqlRowSet.isFirst()
Retrieves whether the cursor is on the first row of this RowSet. |
boolean |
ResultSetWrappingSqlRowSet.isFirst()
|
boolean |
SqlRowSet.isLast()
Retrieves whether the cursor is on the last row of this RowSet. |
boolean |
ResultSetWrappingSqlRowSet.isLast()
|
boolean |
SqlRowSetMetaData.isSigned(int columnIndex)
Indicates whether the designated column contains a signed number. |
boolean |
ResultSetWrappingSqlRowSetMetaData.isSigned(int column)
|
boolean |
SqlRowSet.last()
Moves the cursor to the last row of this RowSet. |
boolean |
ResultSetWrappingSqlRowSet.last()
|
boolean |
SqlRowSet.next()
Moves the cursor to the next row. |
boolean |
ResultSetWrappingSqlRowSet.next()
|
boolean |
SqlRowSet.previous()
Moves the cursor to the previous row. |
boolean |
ResultSetWrappingSqlRowSet.previous()
|
boolean |
SqlRowSet.relative(int rows)
Moves the cursor a relative number f rows, either positive or negative. |
boolean |
ResultSetWrappingSqlRowSet.relative(int rows)
|
boolean |
SqlRowSet.wasNull()
Reports whether the last column read had a value of SQL NULL . |
boolean |
ResultSetWrappingSqlRowSet.wasNull()
|
Constructors in org.springframework.jdbc.support.rowset that throw InvalidResultSetAccessException | |
---|---|
ResultSetWrappingSqlRowSet(ResultSet resultSet)
Create a new ResultSetWrappingSqlRowSet for the given ResultSet. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |