クラスの使用
org.springframework.jdbc.InvalidResultSetAccessException
InvalidResultSetAccessException を使用するパッケージ
org.springframework.jdbc.support.rowset 内の InvalidResultSetAccessException 使用
修飾子と型メソッド説明booleanResultSetWrappingSqlRowSet.absolute(int row) booleanSqlRowSet.absolute(int row) 行セット内の最後の行の直後に、指定された行番号にカーソルを移動します。voidResultSetWrappingSqlRowSet.afterLast()voidSqlRowSet.afterLast()カーソルをこの行セットの最後に移動します。voidResultSetWrappingSqlRowSet.beforeFirst()voidSqlRowSet.beforeFirst()カーソルをこの行セットの前、最初の行の直前に移動します。intResultSetWrappingSqlRowSet.findColumn(StringSE columnLabel) intSqlRowSet.findColumn(StringSE columnLabel) 指定された列ラベルをその列インデックスにマップします。booleanResultSetWrappingSqlRowSet.first()booleanSqlRowSet.first()カーソルをこの行セットの最初の行に移動します。ResultSetWrappingSqlRowSet.getBigDecimal(int columnIndex) ResultSetWrappingSqlRowSet.getBigDecimal(StringSE columnLabel) SqlRowSet.getBigDecimal(int columnIndex) 現在の行の指定された列の値を BigDecimal オブジェクトとして取得します。SqlRowSet.getBigDecimal(StringSE columnLabel) 現在の行の指定された列の値を BigDecimal オブジェクトとして取得します。booleanResultSetWrappingSqlRowSet.getBoolean(int columnIndex) booleanResultSetWrappingSqlRowSet.getBoolean(StringSE columnLabel) booleanSqlRowSet.getBoolean(int columnIndex) 現在行の指定された列の値をブール値として取得します。booleanSqlRowSet.getBoolean(StringSE columnLabel) 現在行の指定された列の値をブール値として取得します。byteResultSetWrappingSqlRowSet.getByte(int columnIndex) bytebyteSqlRowSet.getByte(int columnIndex) 現在行の指定された列の値をバイトとして取得します。byte現在行の指定された列の値をバイトとして取得します。ResultSetWrappingSqlRowSetMetaData.getCatalogName(int column) SqlRowSetMetaData.getCatalogName(int columnIndex) 指定された列のソースとして機能したテーブルのカタログ名を取得します。ResultSetWrappingSqlRowSetMetaData.getColumnClassName(int column) SqlRowSetMetaData.getColumnClassName(int columnIndex) 指定された列がマップされる完全修飾クラスを取得します。intResultSetWrappingSqlRowSetMetaData.getColumnCount()intSqlRowSetMetaData.getColumnCount()RowSet の列数を取得します。intResultSetWrappingSqlRowSetMetaData.getColumnDisplaySize(int column) intSqlRowSetMetaData.getColumnDisplaySize(int columnIndex) 指定された列の最大幅を取得します。ResultSetWrappingSqlRowSetMetaData.getColumnLabel(int column) SqlRowSetMetaData.getColumnLabel(int columnIndex) 指定された列の推奨列タイトルを取得します。ResultSetWrappingSqlRowSetMetaData.getColumnName(int column) SqlRowSetMetaData.getColumnName(int columnIndex) 指定された列の列名を取得します。StringSE[]ResultSetWrappingSqlRowSetMetaData.getColumnNames()StringSE[]SqlRowSetMetaData.getColumnNames()結果セットが表すテーブルの列名を返します。intResultSetWrappingSqlRowSetMetaData.getColumnType(int column) intSqlRowSetMetaData.getColumnType(int columnIndex) 示された列の SQL 型コードを取得します。ResultSetWrappingSqlRowSetMetaData.getColumnTypeName(int column) SqlRowSetMetaData.getColumnTypeName(int columnIndex) 指定された列の DBMS 固有の型名を取得します。ResultSetWrappingSqlRowSet.getDate(int columnIndex) ResultSetWrappingSqlRowSet.getDate(int columnIndex, CalendarSE cal) ResultSetWrappingSqlRowSet.getDate(StringSE columnLabel, CalendarSE cal) SqlRowSet.getDate(int columnIndex) 現在の行の指定された列の値を Date オブジェクトとして取得します。SqlRowSet.getDate(int columnIndex, CalendarSE cal) 現在の行の指定された列の値を Date オブジェクトとして取得します。現在の行の指定された列の値を Date オブジェクトとして取得します。SqlRowSet.getDate(StringSE columnLabel, CalendarSE cal) 現在の行の指定された列の値を Date オブジェクトとして取得します。doubleResultSetWrappingSqlRowSet.getDouble(int columnIndex) doubledoubleSqlRowSet.getDouble(int columnIndex) 現在行の指定された列の値を Double オブジェクトとして取得します。double現在行の指定された列の値を Double オブジェクトとして取得します。floatResultSetWrappingSqlRowSet.getFloat(int columnIndex) floatfloatSqlRowSet.getFloat(int columnIndex) 現在の行の指定された列の値を float として取得します。float現在の行の指定された列の値を float として取得します。intResultSetWrappingSqlRowSet.getInt(int columnIndex) intintSqlRowSet.getInt(int columnIndex) 現在の行の指定された列の値を int として取得します。int現在の行の指定された列の値を int として取得します。longResultSetWrappingSqlRowSet.getLong(int columnIndex) longlongSqlRowSet.getLong(int columnIndex) 現在行の指定された列の値を long として取得します。long現在行の指定された列の値を long として取得します。ResultSetWrappingSqlRowSet.getNString(int columnIndex) ResultSetWrappingSqlRowSet.getNString(StringSE columnLabel) SqlRowSet.getNString(int columnIndex) 現在の行の指定された列の値を文字列として取得します(NCHAR、NVARCHAR、LONGNVARCHAR 列の場合)。SqlRowSet.getNString(StringSE columnLabel) 現在の行の指定された列の値を文字列として取得します(NCHAR、NVARCHAR、LONGNVARCHAR 列の場合)。ResultSetWrappingSqlRowSet.getObject(int columnIndex) <T> @Nullable T<T> @Nullable TSqlRowSet.getObject(int columnIndex) 現在の行の指定された列の値をオブジェクトとして取得します。<T> @Nullable T現在の行の指定された列の値をオブジェクトとして取得します。現在の行の指定された列の値をオブジェクトとして取得します。現在の行の指定された列の値をオブジェクトとして取得します。<T> @Nullable T現在の行の指定された列の値をオブジェクトとして取得します。現在の行の指定された列の値をオブジェクトとして取得します。intResultSetWrappingSqlRowSetMetaData.getPrecision(int column) intSqlRowSetMetaData.getPrecision(int columnIndex) 指定された列の精度を取得します。intResultSetWrappingSqlRowSet.getRow()intSqlRowSet.getRow()現在の行番号を取得します。intResultSetWrappingSqlRowSetMetaData.getScale(int column) intSqlRowSetMetaData.getScale(int columnIndex) 示された列のスケールを取得します。ResultSetWrappingSqlRowSetMetaData.getSchemaName(int column) SqlRowSetMetaData.getSchemaName(int columnIndex) 指定された列のソースとして機能したテーブルのスキーマ名を取得します。shortResultSetWrappingSqlRowSet.getShort(int columnIndex) shortshortSqlRowSet.getShort(int columnIndex) 現在の行の指定された列の値を short として取得します。short現在の行の指定された列の値を short として取得します。ResultSetWrappingSqlRowSet.getString(int columnIndex) SqlRowSet.getString(int columnIndex) 現在の行の指定された列の値を文字列として取得します。現在の行の指定された列の値を文字列として取得します。ResultSetWrappingSqlRowSetMetaData.getTableName(int column) SqlRowSetMetaData.getTableName(int columnIndex) 指定された列のソースとして機能したテーブルの名前を取得します。ResultSetWrappingSqlRowSet.getTime(int columnIndex) ResultSetWrappingSqlRowSet.getTime(int columnIndex, CalendarSE cal) ResultSetWrappingSqlRowSet.getTime(StringSE columnLabel, CalendarSE cal) SqlRowSet.getTime(int columnIndex) 現在の行の指定された列の値を Time オブジェクトとして取得します。SqlRowSet.getTime(int columnIndex, CalendarSE cal) 現在の行の指定された列の値を Time オブジェクトとして取得します。現在の行の指定された列の値を Time オブジェクトとして取得します。SqlRowSet.getTime(StringSE columnLabel, CalendarSE cal) 現在の行の指定された列の値を Time オブジェクトとして取得します。ResultSetWrappingSqlRowSet.getTimestamp(int columnIndex) ResultSetWrappingSqlRowSet.getTimestamp(int columnIndex, CalendarSE cal) ResultSetWrappingSqlRowSet.getTimestamp(StringSE columnLabel) ResultSetWrappingSqlRowSet.getTimestamp(StringSE columnLabel, CalendarSE cal) SqlRowSet.getTimestamp(int columnIndex) 現在の行の指定された列の値を Timestamp オブジェクトとして取得します。SqlRowSet.getTimestamp(int columnIndex, CalendarSE cal) 現在の行の指定された列の値を Timestamp オブジェクトとして取得します。SqlRowSet.getTimestamp(StringSE columnLabel) 現在の行の指定された列の値を Timestamp オブジェクトとして取得します。SqlRowSet.getTimestamp(StringSE columnLabel, CalendarSE cal) 現在の行の指定された列の値を Timestamp オブジェクトとして取得します。booleanResultSetWrappingSqlRowSet.isAfterLast()booleanSqlRowSet.isAfterLast()カーソルがこの行セットの最後の行の後にあるかどうかを取得します。booleanResultSetWrappingSqlRowSet.isBeforeFirst()booleanSqlRowSet.isBeforeFirst()カーソルがこの行セットの最初の行の前にあるかどうかを取得します。booleanResultSetWrappingSqlRowSetMetaData.isCaseSensitive(int column) booleanSqlRowSetMetaData.isCaseSensitive(int columnIndex) 指定された列の大文字と小文字が区別されるかどうかを示します。booleanResultSetWrappingSqlRowSetMetaData.isCurrency(int column) booleanSqlRowSetMetaData.isCurrency(int columnIndex) 指定された列に通貨値が含まれているかどうかを示します。booleanResultSetWrappingSqlRowSet.isFirst()booleanSqlRowSet.isFirst()カーソルがこの行セットの最初の行にあるかどうかを取得します。booleanResultSetWrappingSqlRowSet.isLast()booleanSqlRowSet.isLast()カーソルがこの行セットの最後の行にあるかどうかを取得します。booleanResultSetWrappingSqlRowSetMetaData.isSigned(int column) booleanSqlRowSetMetaData.isSigned(int columnIndex) 指定された列に符号付きの数字が含まれているかどうかを示します。booleanResultSetWrappingSqlRowSet.last()booleanSqlRowSet.last()カーソルをこの行セットの最後の行に移動します。booleanResultSetWrappingSqlRowSet.next()booleanSqlRowSet.next()カーソルを次の行に移動します。booleanResultSetWrappingSqlRowSet.previous()booleanSqlRowSet.previous()カーソルを前の行に移動します。booleanResultSetWrappingSqlRowSet.relative(int rows) booleanSqlRowSet.relative(int rows) 正または負の相対行数でカーソルを移動します。booleanResultSetWrappingSqlRowSet.wasNull()booleanSqlRowSet.wasNull()最後に読み取られた列の値が SQLNULLであったかどうかを報告します。InvalidResultSetAccessException をスローする org.springframework.jdbc.support.rowset のコンストラクター修飾子コンストラクター説明ResultSetWrappingSqlRowSet(ResultSetSE resultSet) 指定されたResultSetSE の新しいResultSetWrappingSqlRowSetを作成します。