クラスの使用
org.springframework.jdbc.InvalidResultSetAccessException
InvalidResultSetAccessException を使用するパッケージ
org.springframework.jdbc.support.rowset 内の InvalidResultSetAccessException 使用
修飾子と型メソッド説明boolean
ResultSetWrappingSqlRowSet.absolute
(int row) boolean
SqlRowSet.absolute
(int row) 行セット内の最後の行の直後に、指定された行番号にカーソルを移動します。void
ResultSetWrappingSqlRowSet.afterLast()
void
SqlRowSet.afterLast()
カーソルをこの行セットの最後に移動します。void
ResultSetWrappingSqlRowSet.beforeFirst()
void
SqlRowSet.beforeFirst()
カーソルをこの行セットの前、最初の行の直前に移動します。int
ResultSetWrappingSqlRowSet.findColumn
(StringSE columnLabel) int
SqlRowSet.findColumn
(StringSE columnLabel) 指定された列ラベルをその列インデックスにマップします。boolean
ResultSetWrappingSqlRowSet.first()
boolean
SqlRowSet.first()
カーソルをこの行セットの最初の行に移動します。ResultSetWrappingSqlRowSet.getBigDecimal
(int columnIndex) ResultSetWrappingSqlRowSet.getBigDecimal
(StringSE columnLabel) SqlRowSet.getBigDecimal
(int columnIndex) 現在の行の指定された列の値を BigDecimal オブジェクトとして取得します。SqlRowSet.getBigDecimal
(StringSE columnLabel) 現在の行の指定された列の値を BigDecimal オブジェクトとして取得します。boolean
ResultSetWrappingSqlRowSet.getBoolean
(int columnIndex) boolean
ResultSetWrappingSqlRowSet.getBoolean
(StringSE columnLabel) boolean
SqlRowSet.getBoolean
(int columnIndex) 現在行の指定された列の値をブール値として取得します。boolean
SqlRowSet.getBoolean
(StringSE columnLabel) 現在行の指定された列の値をブール値として取得します。byte
ResultSetWrappingSqlRowSet.getByte
(int columnIndex) byte
byte
SqlRowSet.getByte
(int columnIndex) 現在行の指定された列の値をバイトとして取得します。byte
現在行の指定された列の値をバイトとして取得します。ResultSetWrappingSqlRowSetMetaData.getCatalogName
(int column) SqlRowSetMetaData.getCatalogName
(int columnIndex) 指定された列のソースとして機能したテーブルのカタログ名を取得します。ResultSetWrappingSqlRowSetMetaData.getColumnClassName
(int column) SqlRowSetMetaData.getColumnClassName
(int columnIndex) 指定された列がマップされる完全修飾クラスを取得します。int
ResultSetWrappingSqlRowSetMetaData.getColumnCount()
int
SqlRowSetMetaData.getColumnCount()
RowSet の列数を取得します。int
ResultSetWrappingSqlRowSetMetaData.getColumnDisplaySize
(int column) int
SqlRowSetMetaData.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()
結果セットが表すテーブルの列名を返します。int
ResultSetWrappingSqlRowSetMetaData.getColumnType
(int column) int
SqlRowSetMetaData.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 オブジェクトとして取得します。double
ResultSetWrappingSqlRowSet.getDouble
(int columnIndex) double
double
SqlRowSet.getDouble
(int columnIndex) 現在行の指定された列の値を Double オブジェクトとして取得します。double
現在行の指定された列の値を Double オブジェクトとして取得します。float
ResultSetWrappingSqlRowSet.getFloat
(int columnIndex) float
float
SqlRowSet.getFloat
(int columnIndex) 現在の行の指定された列の値を float として取得します。float
現在の行の指定された列の値を float として取得します。int
ResultSetWrappingSqlRowSet.getInt
(int columnIndex) int
int
SqlRowSet.getInt
(int columnIndex) 現在の行の指定された列の値を int として取得します。int
現在の行の指定された列の値を int として取得します。long
ResultSetWrappingSqlRowSet.getLong
(int columnIndex) long
long
SqlRowSet.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 T
SqlRowSet.getObject
(int columnIndex) 現在の行の指定された列の値をオブジェクトとして取得します。<T> @Nullable T
現在の行の指定された列の値をオブジェクトとして取得します。現在の行の指定された列の値をオブジェクトとして取得します。現在の行の指定された列の値をオブジェクトとして取得します。<T> @Nullable T
現在の行の指定された列の値をオブジェクトとして取得します。現在の行の指定された列の値をオブジェクトとして取得します。int
ResultSetWrappingSqlRowSetMetaData.getPrecision
(int column) int
SqlRowSetMetaData.getPrecision
(int columnIndex) 指定された列の精度を取得します。int
ResultSetWrappingSqlRowSet.getRow()
int
SqlRowSet.getRow()
現在の行番号を取得します。int
ResultSetWrappingSqlRowSetMetaData.getScale
(int column) int
SqlRowSetMetaData.getScale
(int columnIndex) 示された列のスケールを取得します。ResultSetWrappingSqlRowSetMetaData.getSchemaName
(int column) SqlRowSetMetaData.getSchemaName
(int columnIndex) 指定された列のソースとして機能したテーブルのスキーマ名を取得します。short
ResultSetWrappingSqlRowSet.getShort
(int columnIndex) short
short
SqlRowSet.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 オブジェクトとして取得します。boolean
ResultSetWrappingSqlRowSet.isAfterLast()
boolean
SqlRowSet.isAfterLast()
カーソルがこの行セットの最後の行の後にあるかどうかを取得します。boolean
ResultSetWrappingSqlRowSet.isBeforeFirst()
boolean
SqlRowSet.isBeforeFirst()
カーソルがこの行セットの最初の行の前にあるかどうかを取得します。boolean
ResultSetWrappingSqlRowSetMetaData.isCaseSensitive
(int column) boolean
SqlRowSetMetaData.isCaseSensitive
(int columnIndex) 指定された列の大文字と小文字が区別されるかどうかを示します。boolean
ResultSetWrappingSqlRowSetMetaData.isCurrency
(int column) boolean
SqlRowSetMetaData.isCurrency
(int columnIndex) 指定された列に通貨値が含まれているかどうかを示します。boolean
ResultSetWrappingSqlRowSet.isFirst()
boolean
SqlRowSet.isFirst()
カーソルがこの行セットの最初の行にあるかどうかを取得します。boolean
ResultSetWrappingSqlRowSet.isLast()
boolean
SqlRowSet.isLast()
カーソルがこの行セットの最後の行にあるかどうかを取得します。boolean
ResultSetWrappingSqlRowSetMetaData.isSigned
(int column) boolean
SqlRowSetMetaData.isSigned
(int columnIndex) 指定された列に符号付きの数字が含まれているかどうかを示します。boolean
ResultSetWrappingSqlRowSet.last()
boolean
SqlRowSet.last()
カーソルをこの行セットの最後の行に移動します。boolean
ResultSetWrappingSqlRowSet.next()
boolean
SqlRowSet.next()
カーソルを次の行に移動します。boolean
ResultSetWrappingSqlRowSet.previous()
boolean
SqlRowSet.previous()
カーソルを前の行に移動します。boolean
ResultSetWrappingSqlRowSet.relative
(int rows) boolean
SqlRowSet.relative
(int rows) 正または負の相対行数でカーソルを移動します。boolean
ResultSetWrappingSqlRowSet.wasNull()
boolean
SqlRowSet.wasNull()
最後に読み取られた列の値が SQLNULL
であったかどうかを報告します。InvalidResultSetAccessException をスローする org.springframework.jdbc.support.rowset のコンストラクター修飾子コンストラクター説明ResultSetWrappingSqlRowSet
(ResultSetSE resultSet) 指定されたResultSet
SE の新しいResultSetWrappingSqlRowSet
を作成します。