jp.sf.orangesignal.csv
クラス CsvResultSet

java.lang.Object
  上位を拡張 jp.sf.orangesignal.csv.CsvResultSet
すべての実装されたインタフェース:
ResultSet, Wrapper

public class CsvResultSet
extends Object
implements ResultSet

ResultSet の実装クラスを提供します。

作成者:
杉澤 浩二

フィールドの概要
 
インタフェース java.sql.ResultSet から継承されたフィールド
CLOSE_CURSORS_AT_COMMIT, CONCUR_READ_ONLY, CONCUR_UPDATABLE, FETCH_FORWARD, FETCH_REVERSE, FETCH_UNKNOWN, HOLD_CURSORS_OVER_COMMIT, TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVE
 
コンストラクタの概要
CsvResultSet(CsvReader reader)
          コンストラクタです。
 
メソッドの概要
 boolean absolute(int row)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void afterLast()
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void beforeFirst()
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void cancelRowUpdates()
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void clearWarnings()
           
 void close()
           
 void deleteRow()
          この実装は常に SQLFeatureNotSupportedException をスローします。
 int findColumn(String columnLabel)
           
 boolean first()
          この実装は常に SQLFeatureNotSupportedException をスローします。
 Array getArray(int columnIndex)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 Array getArray(String columnLabel)
          この実装は SQLFeatureNotSupportedException をスローします。
 InputStream getAsciiStream(int columnIndex)
           
 InputStream getAsciiStream(String columnLabel)
           
 BigDecimal getBigDecimal(int columnIndex)
           
 BigDecimal getBigDecimal(int columnIndex, int scale)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 BigDecimal getBigDecimal(String columnLabel)
           
 BigDecimal getBigDecimal(String columnLabel, int scale)
          この実装は SQLFeatureNotSupportedException をスローします。
 InputStream getBinaryStream(int columnIndex)
           
 InputStream getBinaryStream(String columnLabel)
           
 Blob getBlob(int columnIndex)
           
 Blob getBlob(String columnLabel)
           
 boolean getBoolean(int columnIndex)
           
 boolean getBoolean(String columnLabel)
           
 byte getByte(int columnIndex)
           
 byte getByte(String columnLabel)
           
 byte[] getBytes(int columnIndex)
           
 byte[] getBytes(String columnLabel)
           
 Reader getCharacterStream(int columnIndex)
           
 Reader getCharacterStream(String columnLabel)
           
 Clob getClob(int columnIndex)
           
 Clob getClob(String columnLabel)
           
 int getConcurrency()
          この実装は ResultSet.CONCUR_READ_ONLY を返します。
 String getCursorName()
          この実装は常に SQLFeatureNotSupportedException をスローします。
 Date getDate(int columnIndex)
           
 Date getDate(int columnIndex, Calendar cal)
           
 Date getDate(String columnLabel)
           
 Date getDate(String columnLabel, Calendar cal)
           
 double getDouble(int columnIndex)
           
 double getDouble(String columnLabel)
           
 int getFetchDirection()
          この実装は ResultSet.FETCH_FORWARD を返します。
 int getFetchSize()
          この実装は 0 を返します。
 float getFloat(int columnIndex)
           
 float getFloat(String columnLabel)
           
 int getHoldability()
          この実装は ResultSet.HOLD_CURSORS_OVER_COMMIT を返します。
 int getInt(int columnIndex)
           
 int getInt(String columnLabel)
           
 long getLong(int columnIndex)
           
 long getLong(String columnLabel)
           
 CsvResultSetMetaData getMetaData()
           
 Reader getNCharacterStream(int columnIndex)
           
 Reader getNCharacterStream(String columnLabel)
           
 NClob getNClob(int columnIndex)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 NClob getNClob(String columnLabel)
          この実装は SQLFeatureNotSupportedException をスローします。
 String getNString(int columnIndex)
           
 String getNString(String columnLabel)
           
 Object getObject(int columnIndex)
           
 Object getObject(int columnIndex, Map<String,Class<?>> map)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 Object getObject(String columnLabel)
           
 Object getObject(String columnLabel, Map<String,Class<?>> map)
          この実装は SQLFeatureNotSupportedException をスローします。
 Ref getRef(int columnIndex)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 Ref getRef(String columnLabel)
          この実装は SQLFeatureNotSupportedException をスローします。
 int getRow()
           
 RowId getRowId(int columnIndex)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 RowId getRowId(String columnLabel)
          この実装は SQLFeatureNotSupportedException をスローします。
 short getShort(int columnIndex)
           
 short getShort(String columnLabel)
           
 SQLXML getSQLXML(int columnIndex)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 SQLXML getSQLXML(String columnLabel)
          この実装は SQLFeatureNotSupportedException をスローします。
 Statement getStatement()
          この実装は null を返します。
 String getString(int columnIndex)
           
 String getString(String columnLabel)
           
 Time getTime(int columnIndex)
           
 Time getTime(int columnIndex, Calendar cal)
           
 Time getTime(String columnLabel)
           
 Time getTime(String columnLabel, Calendar cal)
           
 Timestamp getTimestamp(int columnIndex)
           
 Timestamp getTimestamp(int columnIndex, Calendar cal)
           
 Timestamp getTimestamp(String columnLabel)
           
 Timestamp getTimestamp(String columnLabel, Calendar cal)
           
 int getType()
          この実装は ResultSet.TYPE_FORWARD_ONLY を返します。
 InputStream getUnicodeStream(int columnIndex)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 InputStream getUnicodeStream(String columnLabel)
          この実装は SQLFeatureNotSupportedException をスローします。
 URL getURL(int columnIndex)
           
 URL getURL(String columnLabel)
           
 SQLWarning getWarnings()
          この実装は null を返します。
 void insertRow()
          この実装は常に SQLFeatureNotSupportedException をスローします。
 boolean isAfterLast()
          この実装は常に SQLFeatureNotSupportedException をスローします。
 boolean isBeforeFirst()
          この実装は常に SQLFeatureNotSupportedException をスローします。
 boolean isClosed()
           
 boolean isFirst()
          この実装は常に SQLFeatureNotSupportedException をスローします。
 boolean isLast()
          この実装は常に SQLFeatureNotSupportedException をスローします。
 boolean isWrapperFor(Class<?> iface)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 boolean last()
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void moveToCurrentRow()
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void moveToInsertRow()
          この実装は常に SQLFeatureNotSupportedException をスローします。
 boolean next()
           
 boolean previous()
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void refreshRow()
          この実装は常に SQLFeatureNotSupportedException をスローします。
 boolean relative(int rows)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 boolean rowDeleted()
          この実装は常に SQLFeatureNotSupportedException をスローします。
 boolean rowInserted()
          この実装は常に SQLFeatureNotSupportedException をスローします。
 boolean rowUpdated()
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void setFetchDirection(int direction)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void setFetchSize(int rows)
          この実装は常に SQLFeatureNotSupportedException をスローします。
<T> T
unwrap(Class<T> iface)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateArray(int columnIndex, Array x)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateArray(String columnLabel, Array x)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateAsciiStream(int columnIndex, InputStream x)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateAsciiStream(int columnIndex, InputStream x, int length)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateAsciiStream(int columnIndex, InputStream x, long length)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateAsciiStream(String columnLabel, InputStream x)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateAsciiStream(String columnLabel, InputStream x, int length)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateAsciiStream(String columnLabel, InputStream x, long length)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateBigDecimal(int columnIndex, BigDecimal x)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateBigDecimal(String columnLabel, BigDecimal x)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateBinaryStream(int columnIndex, InputStream x)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateBinaryStream(int columnIndex, InputStream x, int length)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateBinaryStream(int columnIndex, InputStream x, long length)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateBinaryStream(String columnLabel, InputStream x)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateBinaryStream(String columnLabel, InputStream x, int length)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateBinaryStream(String columnLabel, InputStream x, long length)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateBlob(int columnIndex, Blob x)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateBlob(int columnIndex, InputStream inputStream)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateBlob(int columnIndex, InputStream inputStream, long length)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateBlob(String columnLabel, Blob x)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateBlob(String columnLabel, InputStream inputStream)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateBlob(String columnLabel, InputStream inputStream, long length)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateBoolean(int columnIndex, boolean x)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateBoolean(String columnLabel, boolean x)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateByte(int columnIndex, byte x)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateByte(String columnLabel, byte x)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateBytes(int columnIndex, byte[] x)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateBytes(String columnLabel, byte[] x)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateCharacterStream(int columnIndex, Reader x)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateCharacterStream(int columnIndex, Reader x, int length)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateCharacterStream(int columnIndex, Reader x, long length)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateCharacterStream(String columnLabel, Reader reader)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateCharacterStream(String columnLabel, Reader reader, int length)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateCharacterStream(String columnLabel, Reader reader, long length)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateClob(int columnIndex, Clob x)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateClob(int columnIndex, Reader reader)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateClob(int columnIndex, Reader reader, long length)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateClob(String columnLabel, Clob x)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateClob(String columnLabel, Reader reader)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateClob(String columnLabel, Reader reader, long length)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateDate(int columnIndex, Date x)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateDate(String columnLabel, Date x)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateDouble(int columnIndex, double x)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateDouble(String columnLabel, double x)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateFloat(int columnIndex, float x)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateFloat(String columnLabel, float x)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateInt(int columnIndex, int x)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateInt(String columnLabel, int x)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateLong(int columnIndex, long x)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateLong(String columnLabel, long x)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateNCharacterStream(int columnIndex, Reader x)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateNCharacterStream(int columnIndex, Reader x, long length)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateNCharacterStream(String columnLabel, Reader reader)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateNCharacterStream(String columnLabel, Reader reader, long length)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateNClob(int columnIndex, NClob clob)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateNClob(int columnIndex, Reader reader)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateNClob(int columnIndex, Reader reader, long length)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateNClob(String columnLabel, NClob clob)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateNClob(String columnLabel, Reader reader)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateNClob(String columnLabel, Reader reader, long length)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateNString(int columnIndex, String string)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateNString(String columnLabel, String string)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateNull(int columnIndex)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateNull(String columnLabel)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateObject(int columnIndex, Object x)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateObject(int columnIndex, Object x, int scaleOrLength)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateObject(String columnLabel, Object x)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateObject(String columnLabel, Object x, int scaleOrLength)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateRef(int columnIndex, Ref x)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateRef(String columnLabel, Ref x)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateRow()
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateRowId(int columnIndex, RowId x)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateRowId(String columnLabel, RowId x)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateShort(int columnIndex, short x)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateShort(String columnLabel, short x)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateSQLXML(int columnIndex, SQLXML xmlObject)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateSQLXML(String columnLabel, SQLXML xmlObject)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateString(int columnIndex, String x)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateString(String columnLabel, String x)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateTime(int columnIndex, Time x)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateTime(String columnLabel, Time x)
          この実装は SQLFeatureNotSupportedException をスローします。
 void updateTimestamp(int columnIndex, Timestamp x)
          この実装は常に SQLFeatureNotSupportedException をスローします。
 void updateTimestamp(String columnLabel, Timestamp x)
          この実装は SQLFeatureNotSupportedException をスローします。
 boolean wasNull()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CsvResultSet

public CsvResultSet(CsvReader reader)
             throws IOException
コンストラクタです。

パラメータ:
reader - 区切り文字形式入力ストリーム
例外:
IllegalArgumentException - readernull の場合
IOException - 入出力例外が発生した場合
メソッドの詳細

next

public boolean next()
             throws SQLException
定義:
インタフェース ResultSet 内の next
例外:
SQLException

close

public void close()
定義:
インタフェース ResultSet 内の close

wasNull

public boolean wasNull()
                throws SQLException
定義:
インタフェース ResultSet 内の wasNull
例外:
SQLException

getString

public String getString(int columnIndex)
                 throws SQLException
定義:
インタフェース ResultSet 内の getString
例外:
SQLException

getBoolean

public boolean getBoolean(int columnIndex)
                   throws SQLException
定義:
インタフェース ResultSet 内の getBoolean
例外:
SQLException

getByte

public byte getByte(int columnIndex)
             throws SQLException
定義:
インタフェース ResultSet 内の getByte
例外:
SQLException

getShort

public short getShort(int columnIndex)
               throws SQLException
定義:
インタフェース ResultSet 内の getShort
例外:
SQLException

getInt

public int getInt(int columnIndex)
           throws SQLException
定義:
インタフェース ResultSet 内の getInt
例外:
SQLException

getLong

public long getLong(int columnIndex)
             throws SQLException
定義:
インタフェース ResultSet 内の getLong
例外:
SQLException

getFloat

public float getFloat(int columnIndex)
               throws SQLException
定義:
インタフェース ResultSet 内の getFloat
例外:
SQLException

getDouble

public double getDouble(int columnIndex)
                 throws SQLException
定義:
インタフェース ResultSet 内の getDouble
例外:
SQLException

getBigDecimal

public BigDecimal getBigDecimal(int columnIndex,
                                int scale)
                         throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の getBigDecimal
例外:
SQLFeatureNotSupportedException

getBytes

public byte[] getBytes(int columnIndex)
                throws SQLException
定義:
インタフェース ResultSet 内の getBytes
例外:
SQLException

getDate

public Date getDate(int columnIndex)
             throws SQLException
定義:
インタフェース ResultSet 内の getDate
例外:
SQLException

getTime

public Time getTime(int columnIndex)
             throws SQLException
定義:
インタフェース ResultSet 内の getTime
例外:
SQLException

getTimestamp

public Timestamp getTimestamp(int columnIndex)
                       throws SQLException
定義:
インタフェース ResultSet 内の getTimestamp
例外:
SQLException

getAsciiStream

public InputStream getAsciiStream(int columnIndex)
                           throws SQLException
定義:
インタフェース ResultSet 内の getAsciiStream
例外:
SQLException

getUnicodeStream

public InputStream getUnicodeStream(int columnIndex)
                             throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の getUnicodeStream
例外:
SQLFeatureNotSupportedException

getBinaryStream

public InputStream getBinaryStream(int columnIndex)
                            throws SQLException
定義:
インタフェース ResultSet 内の getBinaryStream
例外:
SQLException

getString

public String getString(String columnLabel)
                 throws SQLException
定義:
インタフェース ResultSet 内の getString
例外:
SQLException

getBoolean

public boolean getBoolean(String columnLabel)
                   throws SQLException
定義:
インタフェース ResultSet 内の getBoolean
例外:
SQLException

getByte

public byte getByte(String columnLabel)
             throws SQLException
定義:
インタフェース ResultSet 内の getByte
例外:
SQLException

getShort

public short getShort(String columnLabel)
               throws SQLException
定義:
インタフェース ResultSet 内の getShort
例外:
SQLException

getInt

public int getInt(String columnLabel)
           throws SQLException
定義:
インタフェース ResultSet 内の getInt
例外:
SQLException

getLong

public long getLong(String columnLabel)
             throws SQLException
定義:
インタフェース ResultSet 内の getLong
例外:
SQLException

getFloat

public float getFloat(String columnLabel)
               throws SQLException
定義:
インタフェース ResultSet 内の getFloat
例外:
SQLException

getDouble

public double getDouble(String columnLabel)
                 throws SQLException
定義:
インタフェース ResultSet 内の getDouble
例外:
SQLException

getBigDecimal

public BigDecimal getBigDecimal(String columnLabel,
                                int scale)
                         throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の getBigDecimal
例外:
SQLException

getBytes

public byte[] getBytes(String columnLabel)
                throws SQLException
定義:
インタフェース ResultSet 内の getBytes
例外:
SQLException

getDate

public Date getDate(String columnLabel)
             throws SQLException
定義:
インタフェース ResultSet 内の getDate
例外:
SQLException

getTime

public Time getTime(String columnLabel)
             throws SQLException
定義:
インタフェース ResultSet 内の getTime
例外:
SQLException

getTimestamp

public Timestamp getTimestamp(String columnLabel)
                       throws SQLException
定義:
インタフェース ResultSet 内の getTimestamp
例外:
SQLException

getAsciiStream

public InputStream getAsciiStream(String columnLabel)
                           throws SQLException
定義:
インタフェース ResultSet 内の getAsciiStream
例外:
SQLException

getUnicodeStream

public InputStream getUnicodeStream(String columnLabel)
                             throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の getUnicodeStream
例外:
SQLException

getBinaryStream

public InputStream getBinaryStream(String columnLabel)
                            throws SQLException
定義:
インタフェース ResultSet 内の getBinaryStream
例外:
SQLException

getWarnings

public SQLWarning getWarnings()
                       throws SQLException
この実装は null を返します。

定義:
インタフェース ResultSet 内の getWarnings
例外:
SQLException

clearWarnings

public void clearWarnings()
                   throws SQLException
定義:
インタフェース ResultSet 内の clearWarnings
例外:
SQLException

getCursorName

public String getCursorName()
                     throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の getCursorName
例外:
SQLFeatureNotSupportedException

getMetaData

public CsvResultSetMetaData getMetaData()
                                 throws SQLException
定義:
インタフェース ResultSet 内の getMetaData
例外:
SQLException

getObject

public Object getObject(int columnIndex)
                 throws SQLException
定義:
インタフェース ResultSet 内の getObject
例外:
SQLException

getObject

public Object getObject(String columnLabel)
                 throws SQLException
定義:
インタフェース ResultSet 内の getObject
例外:
SQLException

findColumn

public int findColumn(String columnLabel)
               throws SQLException
定義:
インタフェース ResultSet 内の findColumn
例外:
SQLException

getCharacterStream

public Reader getCharacterStream(int columnIndex)
                          throws SQLException
定義:
インタフェース ResultSet 内の getCharacterStream
例外:
SQLException

getCharacterStream

public Reader getCharacterStream(String columnLabel)
                          throws SQLException
定義:
インタフェース ResultSet 内の getCharacterStream
例外:
SQLException

getBigDecimal

public BigDecimal getBigDecimal(int columnIndex)
                         throws SQLException
定義:
インタフェース ResultSet 内の getBigDecimal
例外:
SQLException

getBigDecimal

public BigDecimal getBigDecimal(String columnLabel)
                         throws SQLException
定義:
インタフェース ResultSet 内の getBigDecimal
例外:
SQLException

isBeforeFirst

public boolean isBeforeFirst()
                      throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の isBeforeFirst
例外:
SQLFeatureNotSupportedException

isAfterLast

public boolean isAfterLast()
                    throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の isAfterLast
例外:
SQLFeatureNotSupportedException

isFirst

public boolean isFirst()
                throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の isFirst
例外:
SQLFeatureNotSupportedException

isLast

public boolean isLast()
               throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の isLast
例外:
SQLFeatureNotSupportedException

beforeFirst

public void beforeFirst()
                 throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の beforeFirst
例外:
SQLFeatureNotSupportedException

afterLast

public void afterLast()
               throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の afterLast
例外:
SQLFeatureNotSupportedException

first

public boolean first()
              throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の first
例外:
SQLFeatureNotSupportedException

last

public boolean last()
             throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の last
例外:
SQLFeatureNotSupportedException

getRow

public int getRow()
           throws SQLException
定義:
インタフェース ResultSet 内の getRow
例外:
SQLException

absolute

public boolean absolute(int row)
                 throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の absolute
例外:
SQLFeatureNotSupportedException

relative

public boolean relative(int rows)
                 throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の relative
例外:
SQLFeatureNotSupportedException

previous

public boolean previous()
                 throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の previous
例外:
SQLFeatureNotSupportedException

setFetchDirection

public void setFetchDirection(int direction)
                       throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の setFetchDirection
例外:
SQLFeatureNotSupportedException

getFetchDirection

public int getFetchDirection()
                      throws SQLException
この実装は ResultSet.FETCH_FORWARD を返します。

定義:
インタフェース ResultSet 内の getFetchDirection
例外:
SQLException

setFetchSize

public void setFetchSize(int rows)
                  throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の setFetchSize
例外:
SQLFeatureNotSupportedException

getFetchSize

public int getFetchSize()
                 throws SQLException
この実装は 0 を返します。

定義:
インタフェース ResultSet 内の getFetchSize
例外:
SQLException

getType

public int getType()
            throws SQLException
この実装は ResultSet.TYPE_FORWARD_ONLY を返します。

定義:
インタフェース ResultSet 内の getType
例外:
SQLException

getConcurrency

public int getConcurrency()
                   throws SQLException
この実装は ResultSet.CONCUR_READ_ONLY を返します。

定義:
インタフェース ResultSet 内の getConcurrency
例外:
SQLException

rowUpdated

public boolean rowUpdated()
                   throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の rowUpdated
例外:
SQLFeatureNotSupportedException

rowInserted

public boolean rowInserted()
                    throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の rowInserted
例外:
SQLFeatureNotSupportedException

rowDeleted

public boolean rowDeleted()
                   throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の rowDeleted
例外:
SQLFeatureNotSupportedException

updateNull

public void updateNull(int columnIndex)
                throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateNull
例外:
SQLFeatureNotSupportedException

updateBoolean

public void updateBoolean(int columnIndex,
                          boolean x)
                   throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateBoolean
例外:
SQLFeatureNotSupportedException

updateByte

public void updateByte(int columnIndex,
                       byte x)
                throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateByte
例外:
SQLFeatureNotSupportedException

updateShort

public void updateShort(int columnIndex,
                        short x)
                 throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateShort
例外:
SQLFeatureNotSupportedException

updateInt

public void updateInt(int columnIndex,
                      int x)
               throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateInt
例外:
SQLFeatureNotSupportedException

updateLong

public void updateLong(int columnIndex,
                       long x)
                throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateLong
例外:
SQLFeatureNotSupportedException

updateFloat

public void updateFloat(int columnIndex,
                        float x)
                 throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateFloat
例外:
SQLFeatureNotSupportedException

updateDouble

public void updateDouble(int columnIndex,
                         double x)
                  throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateDouble
例外:
SQLFeatureNotSupportedException

updateBigDecimal

public void updateBigDecimal(int columnIndex,
                             BigDecimal x)
                      throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateBigDecimal
例外:
SQLFeatureNotSupportedException

updateString

public void updateString(int columnIndex,
                         String x)
                  throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateString
例外:
SQLFeatureNotSupportedException

updateBytes

public void updateBytes(int columnIndex,
                        byte[] x)
                 throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateBytes
例外:
SQLFeatureNotSupportedException

updateDate

public void updateDate(int columnIndex,
                       Date x)
                throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateDate
例外:
SQLFeatureNotSupportedException

updateTime

public void updateTime(int columnIndex,
                       Time x)
                throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateTime
例外:
SQLFeatureNotSupportedException

updateTimestamp

public void updateTimestamp(int columnIndex,
                            Timestamp x)
                     throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateTimestamp
例外:
SQLFeatureNotSupportedException

updateAsciiStream

public void updateAsciiStream(int columnIndex,
                              InputStream x,
                              int length)
                       throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateAsciiStream
例外:
SQLFeatureNotSupportedException

updateBinaryStream

public void updateBinaryStream(int columnIndex,
                               InputStream x,
                               int length)
                        throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateBinaryStream
例外:
SQLFeatureNotSupportedException

updateCharacterStream

public void updateCharacterStream(int columnIndex,
                                  Reader x,
                                  int length)
                           throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateCharacterStream
例外:
SQLFeatureNotSupportedException

updateObject

public void updateObject(int columnIndex,
                         Object x,
                         int scaleOrLength)
                  throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateObject
例外:
SQLFeatureNotSupportedException

updateObject

public void updateObject(int columnIndex,
                         Object x)
                  throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateObject
例外:
SQLFeatureNotSupportedException

updateNull

public void updateNull(String columnLabel)
                throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateNull
例外:
SQLException

updateBoolean

public void updateBoolean(String columnLabel,
                          boolean x)
                   throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateBoolean
例外:
SQLException

updateByte

public void updateByte(String columnLabel,
                       byte x)
                throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateByte
例外:
SQLException

updateShort

public void updateShort(String columnLabel,
                        short x)
                 throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateShort
例外:
SQLException

updateInt

public void updateInt(String columnLabel,
                      int x)
               throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateInt
例外:
SQLException

updateLong

public void updateLong(String columnLabel,
                       long x)
                throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateLong
例外:
SQLException

updateFloat

public void updateFloat(String columnLabel,
                        float x)
                 throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateFloat
例外:
SQLException

updateDouble

public void updateDouble(String columnLabel,
                         double x)
                  throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateDouble
例外:
SQLException

updateBigDecimal

public void updateBigDecimal(String columnLabel,
                             BigDecimal x)
                      throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateBigDecimal
例外:
SQLException

updateString

public void updateString(String columnLabel,
                         String x)
                  throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateString
例外:
SQLException

updateBytes

public void updateBytes(String columnLabel,
                        byte[] x)
                 throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateBytes
例外:
SQLException

updateDate

public void updateDate(String columnLabel,
                       Date x)
                throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateDate
例外:
SQLException

updateTime

public void updateTime(String columnLabel,
                       Time x)
                throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateTime
例外:
SQLException

updateTimestamp

public void updateTimestamp(String columnLabel,
                            Timestamp x)
                     throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateTimestamp
例外:
SQLException

updateAsciiStream

public void updateAsciiStream(String columnLabel,
                              InputStream x,
                              int length)
                       throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateAsciiStream
例外:
SQLException

updateBinaryStream

public void updateBinaryStream(String columnLabel,
                               InputStream x,
                               int length)
                        throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateBinaryStream
例外:
SQLException

updateCharacterStream

public void updateCharacterStream(String columnLabel,
                                  Reader reader,
                                  int length)
                           throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateCharacterStream
例外:
SQLException

updateObject

public void updateObject(String columnLabel,
                         Object x,
                         int scaleOrLength)
                  throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateObject
例外:
SQLException

updateObject

public void updateObject(String columnLabel,
                         Object x)
                  throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateObject
例外:
SQLException

insertRow

public void insertRow()
               throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の insertRow
例外:
SQLFeatureNotSupportedException

updateRow

public void updateRow()
               throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateRow
例外:
SQLFeatureNotSupportedException

deleteRow

public void deleteRow()
               throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の deleteRow
例外:
SQLFeatureNotSupportedException

refreshRow

public void refreshRow()
                throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の refreshRow
例外:
SQLFeatureNotSupportedException

cancelRowUpdates

public void cancelRowUpdates()
                      throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の cancelRowUpdates
例外:
SQLFeatureNotSupportedException

moveToInsertRow

public void moveToInsertRow()
                     throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の moveToInsertRow
例外:
SQLFeatureNotSupportedException

moveToCurrentRow

public void moveToCurrentRow()
                      throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の moveToCurrentRow
例外:
SQLFeatureNotSupportedException

getStatement

public Statement getStatement()
                       throws SQLException
この実装は null を返します。

定義:
インタフェース ResultSet 内の getStatement
例外:
SQLException

getObject

public Object getObject(int columnIndex,
                        Map<String,Class<?>> map)
                 throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の getObject
例外:
SQLFeatureNotSupportedException

getRef

public Ref getRef(int columnIndex)
           throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の getRef
例外:
SQLFeatureNotSupportedException

getBlob

public Blob getBlob(int columnIndex)
             throws SQLException
定義:
インタフェース ResultSet 内の getBlob
例外:
SQLException

getClob

public Clob getClob(int columnIndex)
             throws SQLException
定義:
インタフェース ResultSet 内の getClob
例外:
SQLException

getArray

public Array getArray(int columnIndex)
               throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の getArray
例外:
SQLFeatureNotSupportedException

getObject

public Object getObject(String columnLabel,
                        Map<String,Class<?>> map)
                 throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の getObject
例外:
SQLException

getRef

public Ref getRef(String columnLabel)
           throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の getRef
例外:
SQLException

getBlob

public Blob getBlob(String columnLabel)
             throws SQLException
定義:
インタフェース ResultSet 内の getBlob
例外:
SQLException

getClob

public Clob getClob(String columnLabel)
             throws SQLException
定義:
インタフェース ResultSet 内の getClob
例外:
SQLException

getArray

public Array getArray(String columnLabel)
               throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の getArray
例外:
SQLException

getDate

public Date getDate(int columnIndex,
                    Calendar cal)
             throws SQLException
定義:
インタフェース ResultSet 内の getDate
例外:
SQLException

getDate

public Date getDate(String columnLabel,
                    Calendar cal)
             throws SQLException
定義:
インタフェース ResultSet 内の getDate
例外:
SQLException

getTime

public Time getTime(int columnIndex,
                    Calendar cal)
             throws SQLException
定義:
インタフェース ResultSet 内の getTime
例外:
SQLException

getTime

public Time getTime(String columnLabel,
                    Calendar cal)
             throws SQLException
定義:
インタフェース ResultSet 内の getTime
例外:
SQLException

getTimestamp

public Timestamp getTimestamp(int columnIndex,
                              Calendar cal)
                       throws SQLException
定義:
インタフェース ResultSet 内の getTimestamp
例外:
SQLException

getTimestamp

public Timestamp getTimestamp(String columnLabel,
                              Calendar cal)
                       throws SQLException
定義:
インタフェース ResultSet 内の getTimestamp
例外:
SQLException

getURL

public URL getURL(int columnIndex)
           throws SQLException
定義:
インタフェース ResultSet 内の getURL
例外:
SQLException

getURL

public URL getURL(String columnLabel)
           throws SQLException
定義:
インタフェース ResultSet 内の getURL
例外:
SQLException

updateRef

public void updateRef(int columnIndex,
                      Ref x)
               throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateRef
例外:
SQLFeatureNotSupportedException

updateRef

public void updateRef(String columnLabel,
                      Ref x)
               throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateRef
例外:
SQLException

updateBlob

public void updateBlob(int columnIndex,
                       Blob x)
                throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateBlob
例外:
SQLFeatureNotSupportedException

updateBlob

public void updateBlob(String columnLabel,
                       Blob x)
                throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateBlob
例外:
SQLException

updateClob

public void updateClob(int columnIndex,
                       Clob x)
                throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateClob
例外:
SQLFeatureNotSupportedException

updateClob

public void updateClob(String columnLabel,
                       Clob x)
                throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateClob
例外:
SQLException

updateArray

public void updateArray(int columnIndex,
                        Array x)
                 throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateArray
例外:
SQLFeatureNotSupportedException

updateArray

public void updateArray(String columnLabel,
                        Array x)
                 throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateArray
例外:
SQLException

getRowId

public RowId getRowId(int columnIndex)
               throws SQLException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の getRowId
例外:
SQLException

getRowId

public RowId getRowId(String columnLabel)
               throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の getRowId
例外:
SQLException

updateRowId

public void updateRowId(int columnIndex,
                        RowId x)
                 throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateRowId
例外:
SQLFeatureNotSupportedException

updateRowId

public void updateRowId(String columnLabel,
                        RowId x)
                 throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateRowId
例外:
SQLException

getHoldability

public int getHoldability()
                   throws SQLException
この実装は ResultSet.HOLD_CURSORS_OVER_COMMIT を返します。

定義:
インタフェース ResultSet 内の getHoldability
例外:
SQLException

isClosed

public boolean isClosed()
定義:
インタフェース ResultSet 内の isClosed

updateNString

public void updateNString(int columnIndex,
                          String string)
                   throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateNString
例外:
SQLFeatureNotSupportedException

updateNString

public void updateNString(String columnLabel,
                          String string)
                   throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateNString
例外:
SQLException

updateNClob

public void updateNClob(int columnIndex,
                        NClob clob)
                 throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateNClob
例外:
SQLFeatureNotSupportedException

updateNClob

public void updateNClob(String columnLabel,
                        NClob clob)
                 throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateNClob
例外:
SQLException

getNClob

public NClob getNClob(int columnIndex)
               throws SQLException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の getNClob
例外:
SQLException

getNClob

public NClob getNClob(String columnLabel)
               throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の getNClob
例外:
SQLException

getSQLXML

public SQLXML getSQLXML(int columnIndex)
                 throws SQLException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の getSQLXML
例外:
SQLException

getSQLXML

public SQLXML getSQLXML(String columnLabel)
                 throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の getSQLXML
例外:
SQLException

updateSQLXML

public void updateSQLXML(int columnIndex,
                         SQLXML xmlObject)
                  throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateSQLXML
例外:
SQLFeatureNotSupportedException

updateSQLXML

public void updateSQLXML(String columnLabel,
                         SQLXML xmlObject)
                  throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateSQLXML
例外:
SQLException

getNString

public String getNString(int columnIndex)
                  throws SQLException
定義:
インタフェース ResultSet 内の getNString
例外:
SQLException

getNString

public String getNString(String columnLabel)
                  throws SQLException
定義:
インタフェース ResultSet 内の getNString
例外:
SQLException

getNCharacterStream

public Reader getNCharacterStream(int columnIndex)
                           throws SQLException
定義:
インタフェース ResultSet 内の getNCharacterStream
例外:
SQLException

getNCharacterStream

public Reader getNCharacterStream(String columnLabel)
                           throws SQLException
定義:
インタフェース ResultSet 内の getNCharacterStream
例外:
SQLException

updateNCharacterStream

public void updateNCharacterStream(int columnIndex,
                                   Reader x,
                                   long length)
                            throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateNCharacterStream
例外:
SQLFeatureNotSupportedException

updateNCharacterStream

public void updateNCharacterStream(String columnLabel,
                                   Reader reader,
                                   long length)
                            throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateNCharacterStream
例外:
SQLException

updateAsciiStream

public void updateAsciiStream(int columnIndex,
                              InputStream x,
                              long length)
                       throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateAsciiStream
例外:
SQLFeatureNotSupportedException

updateBinaryStream

public void updateBinaryStream(int columnIndex,
                               InputStream x,
                               long length)
                        throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateBinaryStream
例外:
SQLFeatureNotSupportedException

updateCharacterStream

public void updateCharacterStream(int columnIndex,
                                  Reader x,
                                  long length)
                           throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateCharacterStream
例外:
SQLFeatureNotSupportedException

updateAsciiStream

public void updateAsciiStream(String columnLabel,
                              InputStream x,
                              long length)
                       throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateAsciiStream
例外:
SQLException

updateBinaryStream

public void updateBinaryStream(String columnLabel,
                               InputStream x,
                               long length)
                        throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateBinaryStream
例外:
SQLException

updateCharacterStream

public void updateCharacterStream(String columnLabel,
                                  Reader reader,
                                  long length)
                           throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateCharacterStream
例外:
SQLException

updateBlob

public void updateBlob(int columnIndex,
                       InputStream inputStream,
                       long length)
                throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateBlob
例外:
SQLFeatureNotSupportedException

updateBlob

public void updateBlob(String columnLabel,
                       InputStream inputStream,
                       long length)
                throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateBlob
例外:
SQLException

updateClob

public void updateClob(int columnIndex,
                       Reader reader,
                       long length)
                throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateClob
例外:
SQLFeatureNotSupportedException

updateClob

public void updateClob(String columnLabel,
                       Reader reader,
                       long length)
                throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateClob
例外:
SQLException

updateNClob

public void updateNClob(int columnIndex,
                        Reader reader,
                        long length)
                 throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateNClob
例外:
SQLFeatureNotSupportedException

updateNClob

public void updateNClob(String columnLabel,
                        Reader reader,
                        long length)
                 throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateNClob
例外:
SQLException

updateNCharacterStream

public void updateNCharacterStream(int columnIndex,
                                   Reader x)
                            throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateNCharacterStream
例外:
SQLFeatureNotSupportedException

updateNCharacterStream

public void updateNCharacterStream(String columnLabel,
                                   Reader reader)
                            throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateNCharacterStream
例外:
SQLException

updateAsciiStream

public void updateAsciiStream(int columnIndex,
                              InputStream x)
                       throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateAsciiStream
例外:
SQLFeatureNotSupportedException

updateBinaryStream

public void updateBinaryStream(int columnIndex,
                               InputStream x)
                        throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateBinaryStream
例外:
SQLFeatureNotSupportedException

updateCharacterStream

public void updateCharacterStream(int columnIndex,
                                  Reader x)
                           throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateCharacterStream
例外:
SQLFeatureNotSupportedException

updateAsciiStream

public void updateAsciiStream(String columnLabel,
                              InputStream x)
                       throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateAsciiStream
例外:
SQLException

updateBinaryStream

public void updateBinaryStream(String columnLabel,
                               InputStream x)
                        throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateBinaryStream
例外:
SQLException

updateCharacterStream

public void updateCharacterStream(String columnLabel,
                                  Reader reader)
                           throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateCharacterStream
例外:
SQLException

updateBlob

public void updateBlob(int columnIndex,
                       InputStream inputStream)
                throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateBlob
例外:
SQLFeatureNotSupportedException

updateBlob

public void updateBlob(String columnLabel,
                       InputStream inputStream)
                throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateBlob
例外:
SQLException

updateClob

public void updateClob(int columnIndex,
                       Reader reader)
                throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateClob
例外:
SQLFeatureNotSupportedException

updateClob

public void updateClob(String columnLabel,
                       Reader reader)
                throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateClob
例外:
SQLException

updateNClob

public void updateNClob(int columnIndex,
                        Reader reader)
                 throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateNClob
例外:
SQLFeatureNotSupportedException

updateNClob

public void updateNClob(String columnLabel,
                        Reader reader)
                 throws SQLException
この実装は SQLFeatureNotSupportedException をスローします。

定義:
インタフェース ResultSet 内の updateNClob
例外:
SQLException

unwrap

public <T> T unwrap(Class<T> iface)
         throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース Wrapper 内の unwrap
例外:
SQLFeatureNotSupportedException

isWrapperFor

public boolean isWrapperFor(Class<?> iface)
                     throws SQLFeatureNotSupportedException
この実装は常に SQLFeatureNotSupportedException をスローします。

定義:
インタフェース Wrapper 内の isWrapperFor
例外:
SQLFeatureNotSupportedException


Copyright © 2009-2011 OrangeSignal.com. All Rights Reserved.