クラスの使用
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
    ResultSetWrappingSqlRowSet.getByte(StringSE columnLabel)
    byte
    SqlRowSet.getByte(int columnIndex)
    現在行の指定された列の値をバイトとして取得します。
    byte
    SqlRowSet.getByte(StringSE columnLabel)
    現在行の指定された列の値をバイトとして取得します。
    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)
    指定された列の列名を取得します。
    ResultSetWrappingSqlRowSetMetaData.getColumnNames()
    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)
    ResultSetWrappingSqlRowSet.getDate(StringSE columnLabel, CalendarSE cal)
    SqlRowSet.getDate(int columnIndex)
    現在の行の指定された列の値を Date オブジェクトとして取得します。
    SqlRowSet.getDate(int columnIndex, CalendarSE cal)
    現在の行の指定された列の値を Date オブジェクトとして取得します。
    SqlRowSet.getDate(StringSE columnLabel)
    現在の行の指定された列の値を Date オブジェクトとして取得します。
    SqlRowSet.getDate(StringSE columnLabel, CalendarSE cal)
    現在の行の指定された列の値を Date オブジェクトとして取得します。
    double
    ResultSetWrappingSqlRowSet.getDouble(int columnIndex)
    double
    ResultSetWrappingSqlRowSet.getDouble(StringSE columnLabel)
    double
    SqlRowSet.getDouble(int columnIndex)
    現在行の指定された列の値を Double オブジェクトとして取得します。
    double
    SqlRowSet.getDouble(StringSE columnLabel)
    現在行の指定された列の値を Double オブジェクトとして取得します。
    float
    ResultSetWrappingSqlRowSet.getFloat(int columnIndex)
    float
    ResultSetWrappingSqlRowSet.getFloat(StringSE columnLabel)
    float
    SqlRowSet.getFloat(int columnIndex)
    現在の行の指定された列の値を float として取得します。
    float
    SqlRowSet.getFloat(StringSE columnLabel)
    現在の行の指定された列の値を float として取得します。
    int
    ResultSetWrappingSqlRowSet.getInt(int columnIndex)
    int
    ResultSetWrappingSqlRowSet.getInt(StringSE columnLabel)
    int
    SqlRowSet.getInt(int columnIndex)
    現在の行の指定された列の値を int として取得します。
    int
    SqlRowSet.getInt(StringSE columnLabel)
    現在の行の指定された列の値を int として取得します。
    long
    ResultSetWrappingSqlRowSet.getLong(int columnIndex)
    long
    ResultSetWrappingSqlRowSet.getLong(StringSE columnLabel)
    long
    SqlRowSet.getLong(int columnIndex)
    現在行の指定された列の値を long として取得します。
    long
    SqlRowSet.getLong(StringSE columnLabel)
    現在行の指定された列の値を 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> T
    ResultSetWrappingSqlRowSet.getObject(int columnIndex, ClassSE<T> type)
    ResultSetWrappingSqlRowSet.getObject(int columnIndex, MapSE<StringSE,ClassSE<?>> map)
    ResultSetWrappingSqlRowSet.getObject(StringSE columnLabel)
    <T> T
    ResultSetWrappingSqlRowSet.getObject(StringSE columnLabel, ClassSE<T> type)
    ResultSetWrappingSqlRowSet.getObject(StringSE columnLabel, MapSE<StringSE,ClassSE<?>> map)
    SqlRowSet.getObject(int columnIndex)
    現在の行の指定された列の値をオブジェクトとして取得します。
    <T> T
    SqlRowSet.getObject(int columnIndex, ClassSE<T> type)
    現在の行の指定された列の値をオブジェクトとして取得します。
    SqlRowSet.getObject(int columnIndex, MapSE<StringSE,ClassSE<?>> map)
    現在の行の指定された列の値をオブジェクトとして取得します。
    SqlRowSet.getObject(StringSE columnLabel)
    現在の行の指定された列の値をオブジェクトとして取得します。
    <T> T
    SqlRowSet.getObject(StringSE columnLabel, ClassSE<T> type)
    現在の行の指定された列の値をオブジェクトとして取得します。
    SqlRowSet.getObject(StringSE columnLabel, MapSE<StringSE,ClassSE<?>> map)
    現在の行の指定された列の値をオブジェクトとして取得します。
    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
    ResultSetWrappingSqlRowSet.getShort(StringSE columnLabel)
    short
    SqlRowSet.getShort(int columnIndex)
    現在の行の指定された列の値を short として取得します。
    short
    SqlRowSet.getShort(StringSE columnLabel)
    現在の行の指定された列の値を short として取得します。
    ResultSetWrappingSqlRowSet.getString(int columnIndex)
    ResultSetWrappingSqlRowSet.getString(StringSE columnLabel)
    SqlRowSet.getString(int columnIndex)
    現在の行の指定された列の値を文字列として取得します。
    SqlRowSet.getString(StringSE columnLabel)
    現在の行の指定された列の値を文字列として取得します。
    ResultSetWrappingSqlRowSetMetaData.getTableName(int column)
    SqlRowSetMetaData.getTableName(int columnIndex)
    指定された列のソースとして機能したテーブルの名前を取得します。
    ResultSetWrappingSqlRowSet.getTime(int columnIndex)
    ResultSetWrappingSqlRowSet.getTime(int columnIndex, CalendarSE cal)
    ResultSetWrappingSqlRowSet.getTime(StringSE columnLabel)
    ResultSetWrappingSqlRowSet.getTime(StringSE columnLabel, CalendarSE cal)
    SqlRowSet.getTime(int columnIndex)
    現在の行の指定された列の値を Time オブジェクトとして取得します。
    SqlRowSet.getTime(int columnIndex, CalendarSE cal)
    現在の行の指定された列の値を Time オブジェクトとして取得します。
    SqlRowSet.getTime(StringSE columnLabel)
    現在の行の指定された列の値を 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()
    最後に読み取られた列の値が SQL NULL であったかどうかを報告します。
    InvalidResultSetAccessException をスローする org.springframework.jdbc.support.rowset のコンストラクター
    修飾子
    コンストラクター
    説明
    指定された ResultSetSE の新しい ResultSetWrappingSqlRowSet を作成します。