|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.sf.orangesignal.csv.CsvResultSet
public class CsvResultSet
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)
コンストラクタです。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public CsvResultSet(CsvReader reader) throws IOException
reader
- 区切り文字形式入力ストリーム
IllegalArgumentException
- reader
が null
の場合
IOException
- 入出力例外が発生した場合メソッドの詳細 |
---|
public boolean next() throws SQLException
ResultSet
内の next
SQLException
public void close()
ResultSet
内の close
public boolean wasNull() throws SQLException
ResultSet
内の wasNull
SQLException
public String getString(int columnIndex) throws SQLException
ResultSet
内の getString
SQLException
public boolean getBoolean(int columnIndex) throws SQLException
ResultSet
内の getBoolean
SQLException
public byte getByte(int columnIndex) throws SQLException
ResultSet
内の getByte
SQLException
public short getShort(int columnIndex) throws SQLException
ResultSet
内の getShort
SQLException
public int getInt(int columnIndex) throws SQLException
ResultSet
内の getInt
SQLException
public long getLong(int columnIndex) throws SQLException
ResultSet
内の getLong
SQLException
public float getFloat(int columnIndex) throws SQLException
ResultSet
内の getFloat
SQLException
public double getDouble(int columnIndex) throws SQLException
ResultSet
内の getDouble
SQLException
public BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の getBigDecimal
SQLFeatureNotSupportedException
public byte[] getBytes(int columnIndex) throws SQLException
ResultSet
内の getBytes
SQLException
public Date getDate(int columnIndex) throws SQLException
ResultSet
内の getDate
SQLException
public Time getTime(int columnIndex) throws SQLException
ResultSet
内の getTime
SQLException
public Timestamp getTimestamp(int columnIndex) throws SQLException
ResultSet
内の getTimestamp
SQLException
public InputStream getAsciiStream(int columnIndex) throws SQLException
ResultSet
内の getAsciiStream
SQLException
public InputStream getUnicodeStream(int columnIndex) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の getUnicodeStream
SQLFeatureNotSupportedException
public InputStream getBinaryStream(int columnIndex) throws SQLException
ResultSet
内の getBinaryStream
SQLException
public String getString(String columnLabel) throws SQLException
ResultSet
内の getString
SQLException
public boolean getBoolean(String columnLabel) throws SQLException
ResultSet
内の getBoolean
SQLException
public byte getByte(String columnLabel) throws SQLException
ResultSet
内の getByte
SQLException
public short getShort(String columnLabel) throws SQLException
ResultSet
内の getShort
SQLException
public int getInt(String columnLabel) throws SQLException
ResultSet
内の getInt
SQLException
public long getLong(String columnLabel) throws SQLException
ResultSet
内の getLong
SQLException
public float getFloat(String columnLabel) throws SQLException
ResultSet
内の getFloat
SQLException
public double getDouble(String columnLabel) throws SQLException
ResultSet
内の getDouble
SQLException
public BigDecimal getBigDecimal(String columnLabel, int scale) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の getBigDecimal
SQLException
public byte[] getBytes(String columnLabel) throws SQLException
ResultSet
内の getBytes
SQLException
public Date getDate(String columnLabel) throws SQLException
ResultSet
内の getDate
SQLException
public Time getTime(String columnLabel) throws SQLException
ResultSet
内の getTime
SQLException
public Timestamp getTimestamp(String columnLabel) throws SQLException
ResultSet
内の getTimestamp
SQLException
public InputStream getAsciiStream(String columnLabel) throws SQLException
ResultSet
内の getAsciiStream
SQLException
public InputStream getUnicodeStream(String columnLabel) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の getUnicodeStream
SQLException
public InputStream getBinaryStream(String columnLabel) throws SQLException
ResultSet
内の getBinaryStream
SQLException
public SQLWarning getWarnings() throws SQLException
null
を返します。
ResultSet
内の getWarnings
SQLException
public void clearWarnings() throws SQLException
ResultSet
内の clearWarnings
SQLException
public String getCursorName() throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の getCursorName
SQLFeatureNotSupportedException
public CsvResultSetMetaData getMetaData() throws SQLException
ResultSet
内の getMetaData
SQLException
public Object getObject(int columnIndex) throws SQLException
ResultSet
内の getObject
SQLException
public Object getObject(String columnLabel) throws SQLException
ResultSet
内の getObject
SQLException
public int findColumn(String columnLabel) throws SQLException
ResultSet
内の findColumn
SQLException
public Reader getCharacterStream(int columnIndex) throws SQLException
ResultSet
内の getCharacterStream
SQLException
public Reader getCharacterStream(String columnLabel) throws SQLException
ResultSet
内の getCharacterStream
SQLException
public BigDecimal getBigDecimal(int columnIndex) throws SQLException
ResultSet
内の getBigDecimal
SQLException
public BigDecimal getBigDecimal(String columnLabel) throws SQLException
ResultSet
内の getBigDecimal
SQLException
public boolean isBeforeFirst() throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の isBeforeFirst
SQLFeatureNotSupportedException
public boolean isAfterLast() throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の isAfterLast
SQLFeatureNotSupportedException
public boolean isFirst() throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の isFirst
SQLFeatureNotSupportedException
public boolean isLast() throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の isLast
SQLFeatureNotSupportedException
public void beforeFirst() throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の beforeFirst
SQLFeatureNotSupportedException
public void afterLast() throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の afterLast
SQLFeatureNotSupportedException
public boolean first() throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の first
SQLFeatureNotSupportedException
public boolean last() throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の last
SQLFeatureNotSupportedException
public int getRow() throws SQLException
ResultSet
内の getRow
SQLException
public boolean absolute(int row) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の absolute
SQLFeatureNotSupportedException
public boolean relative(int rows) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の relative
SQLFeatureNotSupportedException
public boolean previous() throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の previous
SQLFeatureNotSupportedException
public void setFetchDirection(int direction) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の setFetchDirection
SQLFeatureNotSupportedException
public int getFetchDirection() throws SQLException
ResultSet.FETCH_FORWARD
を返します。
ResultSet
内の getFetchDirection
SQLException
public void setFetchSize(int rows) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の setFetchSize
SQLFeatureNotSupportedException
public int getFetchSize() throws SQLException
0
を返します。
ResultSet
内の getFetchSize
SQLException
public int getType() throws SQLException
ResultSet.TYPE_FORWARD_ONLY
を返します。
ResultSet
内の getType
SQLException
public int getConcurrency() throws SQLException
ResultSet.CONCUR_READ_ONLY
を返します。
ResultSet
内の getConcurrency
SQLException
public boolean rowUpdated() throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の rowUpdated
SQLFeatureNotSupportedException
public boolean rowInserted() throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の rowInserted
SQLFeatureNotSupportedException
public boolean rowDeleted() throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の rowDeleted
SQLFeatureNotSupportedException
public void updateNull(int columnIndex) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateNull
SQLFeatureNotSupportedException
public void updateBoolean(int columnIndex, boolean x) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateBoolean
SQLFeatureNotSupportedException
public void updateByte(int columnIndex, byte x) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateByte
SQLFeatureNotSupportedException
public void updateShort(int columnIndex, short x) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateShort
SQLFeatureNotSupportedException
public void updateInt(int columnIndex, int x) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateInt
SQLFeatureNotSupportedException
public void updateLong(int columnIndex, long x) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateLong
SQLFeatureNotSupportedException
public void updateFloat(int columnIndex, float x) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateFloat
SQLFeatureNotSupportedException
public void updateDouble(int columnIndex, double x) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateDouble
SQLFeatureNotSupportedException
public void updateBigDecimal(int columnIndex, BigDecimal x) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateBigDecimal
SQLFeatureNotSupportedException
public void updateString(int columnIndex, String x) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateString
SQLFeatureNotSupportedException
public void updateBytes(int columnIndex, byte[] x) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateBytes
SQLFeatureNotSupportedException
public void updateDate(int columnIndex, Date x) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateDate
SQLFeatureNotSupportedException
public void updateTime(int columnIndex, Time x) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateTime
SQLFeatureNotSupportedException
public void updateTimestamp(int columnIndex, Timestamp x) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateTimestamp
SQLFeatureNotSupportedException
public void updateAsciiStream(int columnIndex, InputStream x, int length) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateAsciiStream
SQLFeatureNotSupportedException
public void updateBinaryStream(int columnIndex, InputStream x, int length) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateBinaryStream
SQLFeatureNotSupportedException
public void updateCharacterStream(int columnIndex, Reader x, int length) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateCharacterStream
SQLFeatureNotSupportedException
public void updateObject(int columnIndex, Object x, int scaleOrLength) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateObject
SQLFeatureNotSupportedException
public void updateObject(int columnIndex, Object x) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateObject
SQLFeatureNotSupportedException
public void updateNull(String columnLabel) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateNull
SQLException
public void updateBoolean(String columnLabel, boolean x) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateBoolean
SQLException
public void updateByte(String columnLabel, byte x) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateByte
SQLException
public void updateShort(String columnLabel, short x) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateShort
SQLException
public void updateInt(String columnLabel, int x) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateInt
SQLException
public void updateLong(String columnLabel, long x) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateLong
SQLException
public void updateFloat(String columnLabel, float x) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateFloat
SQLException
public void updateDouble(String columnLabel, double x) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateDouble
SQLException
public void updateBigDecimal(String columnLabel, BigDecimal x) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateBigDecimal
SQLException
public void updateString(String columnLabel, String x) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateString
SQLException
public void updateBytes(String columnLabel, byte[] x) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateBytes
SQLException
public void updateDate(String columnLabel, Date x) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateDate
SQLException
public void updateTime(String columnLabel, Time x) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateTime
SQLException
public void updateTimestamp(String columnLabel, Timestamp x) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateTimestamp
SQLException
public void updateAsciiStream(String columnLabel, InputStream x, int length) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateAsciiStream
SQLException
public void updateBinaryStream(String columnLabel, InputStream x, int length) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateBinaryStream
SQLException
public void updateCharacterStream(String columnLabel, Reader reader, int length) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateCharacterStream
SQLException
public void updateObject(String columnLabel, Object x, int scaleOrLength) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateObject
SQLException
public void updateObject(String columnLabel, Object x) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateObject
SQLException
public void insertRow() throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の insertRow
SQLFeatureNotSupportedException
public void updateRow() throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateRow
SQLFeatureNotSupportedException
public void deleteRow() throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の deleteRow
SQLFeatureNotSupportedException
public void refreshRow() throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の refreshRow
SQLFeatureNotSupportedException
public void cancelRowUpdates() throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の cancelRowUpdates
SQLFeatureNotSupportedException
public void moveToInsertRow() throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の moveToInsertRow
SQLFeatureNotSupportedException
public void moveToCurrentRow() throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の moveToCurrentRow
SQLFeatureNotSupportedException
public Statement getStatement() throws SQLException
null
を返します。
ResultSet
内の getStatement
SQLException
public Object getObject(int columnIndex, Map<String,Class<?>> map) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の getObject
SQLFeatureNotSupportedException
public Ref getRef(int columnIndex) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の getRef
SQLFeatureNotSupportedException
public Blob getBlob(int columnIndex) throws SQLException
ResultSet
内の getBlob
SQLException
public Clob getClob(int columnIndex) throws SQLException
ResultSet
内の getClob
SQLException
public Array getArray(int columnIndex) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の getArray
SQLFeatureNotSupportedException
public Object getObject(String columnLabel, Map<String,Class<?>> map) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の getObject
SQLException
public Ref getRef(String columnLabel) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の getRef
SQLException
public Blob getBlob(String columnLabel) throws SQLException
ResultSet
内の getBlob
SQLException
public Clob getClob(String columnLabel) throws SQLException
ResultSet
内の getClob
SQLException
public Array getArray(String columnLabel) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の getArray
SQLException
public Date getDate(int columnIndex, Calendar cal) throws SQLException
ResultSet
内の getDate
SQLException
public Date getDate(String columnLabel, Calendar cal) throws SQLException
ResultSet
内の getDate
SQLException
public Time getTime(int columnIndex, Calendar cal) throws SQLException
ResultSet
内の getTime
SQLException
public Time getTime(String columnLabel, Calendar cal) throws SQLException
ResultSet
内の getTime
SQLException
public Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException
ResultSet
内の getTimestamp
SQLException
public Timestamp getTimestamp(String columnLabel, Calendar cal) throws SQLException
ResultSet
内の getTimestamp
SQLException
public URL getURL(int columnIndex) throws SQLException
ResultSet
内の getURL
SQLException
public URL getURL(String columnLabel) throws SQLException
ResultSet
内の getURL
SQLException
public void updateRef(int columnIndex, Ref x) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateRef
SQLFeatureNotSupportedException
public void updateRef(String columnLabel, Ref x) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateRef
SQLException
public void updateBlob(int columnIndex, Blob x) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateBlob
SQLFeatureNotSupportedException
public void updateBlob(String columnLabel, Blob x) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateBlob
SQLException
public void updateClob(int columnIndex, Clob x) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateClob
SQLFeatureNotSupportedException
public void updateClob(String columnLabel, Clob x) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateClob
SQLException
public void updateArray(int columnIndex, Array x) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateArray
SQLFeatureNotSupportedException
public void updateArray(String columnLabel, Array x) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateArray
SQLException
public RowId getRowId(int columnIndex) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の getRowId
SQLException
public RowId getRowId(String columnLabel) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の getRowId
SQLException
public void updateRowId(int columnIndex, RowId x) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateRowId
SQLFeatureNotSupportedException
public void updateRowId(String columnLabel, RowId x) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateRowId
SQLException
public int getHoldability() throws SQLException
ResultSet.HOLD_CURSORS_OVER_COMMIT
を返します。
ResultSet
内の getHoldability
SQLException
public boolean isClosed()
ResultSet
内の isClosed
public void updateNString(int columnIndex, String string) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateNString
SQLFeatureNotSupportedException
public void updateNString(String columnLabel, String string) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateNString
SQLException
public void updateNClob(int columnIndex, NClob clob) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateNClob
SQLFeatureNotSupportedException
public void updateNClob(String columnLabel, NClob clob) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateNClob
SQLException
public NClob getNClob(int columnIndex) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の getNClob
SQLException
public NClob getNClob(String columnLabel) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の getNClob
SQLException
public SQLXML getSQLXML(int columnIndex) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の getSQLXML
SQLException
public SQLXML getSQLXML(String columnLabel) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の getSQLXML
SQLException
public void updateSQLXML(int columnIndex, SQLXML xmlObject) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateSQLXML
SQLFeatureNotSupportedException
public void updateSQLXML(String columnLabel, SQLXML xmlObject) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateSQLXML
SQLException
public String getNString(int columnIndex) throws SQLException
ResultSet
内の getNString
SQLException
public String getNString(String columnLabel) throws SQLException
ResultSet
内の getNString
SQLException
public Reader getNCharacterStream(int columnIndex) throws SQLException
ResultSet
内の getNCharacterStream
SQLException
public Reader getNCharacterStream(String columnLabel) throws SQLException
ResultSet
内の getNCharacterStream
SQLException
public void updateNCharacterStream(int columnIndex, Reader x, long length) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateNCharacterStream
SQLFeatureNotSupportedException
public void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateNCharacterStream
SQLException
public void updateAsciiStream(int columnIndex, InputStream x, long length) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateAsciiStream
SQLFeatureNotSupportedException
public void updateBinaryStream(int columnIndex, InputStream x, long length) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateBinaryStream
SQLFeatureNotSupportedException
public void updateCharacterStream(int columnIndex, Reader x, long length) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateCharacterStream
SQLFeatureNotSupportedException
public void updateAsciiStream(String columnLabel, InputStream x, long length) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateAsciiStream
SQLException
public void updateBinaryStream(String columnLabel, InputStream x, long length) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateBinaryStream
SQLException
public void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateCharacterStream
SQLException
public void updateBlob(int columnIndex, InputStream inputStream, long length) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateBlob
SQLFeatureNotSupportedException
public void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateBlob
SQLException
public void updateClob(int columnIndex, Reader reader, long length) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateClob
SQLFeatureNotSupportedException
public void updateClob(String columnLabel, Reader reader, long length) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateClob
SQLException
public void updateNClob(int columnIndex, Reader reader, long length) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateNClob
SQLFeatureNotSupportedException
public void updateNClob(String columnLabel, Reader reader, long length) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateNClob
SQLException
public void updateNCharacterStream(int columnIndex, Reader x) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateNCharacterStream
SQLFeatureNotSupportedException
public void updateNCharacterStream(String columnLabel, Reader reader) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateNCharacterStream
SQLException
public void updateAsciiStream(int columnIndex, InputStream x) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateAsciiStream
SQLFeatureNotSupportedException
public void updateBinaryStream(int columnIndex, InputStream x) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateBinaryStream
SQLFeatureNotSupportedException
public void updateCharacterStream(int columnIndex, Reader x) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateCharacterStream
SQLFeatureNotSupportedException
public void updateAsciiStream(String columnLabel, InputStream x) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateAsciiStream
SQLException
public void updateBinaryStream(String columnLabel, InputStream x) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateBinaryStream
SQLException
public void updateCharacterStream(String columnLabel, Reader reader) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateCharacterStream
SQLException
public void updateBlob(int columnIndex, InputStream inputStream) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateBlob
SQLFeatureNotSupportedException
public void updateBlob(String columnLabel, InputStream inputStream) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateBlob
SQLException
public void updateClob(int columnIndex, Reader reader) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateClob
SQLFeatureNotSupportedException
public void updateClob(String columnLabel, Reader reader) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateClob
SQLException
public void updateNClob(int columnIndex, Reader reader) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateNClob
SQLFeatureNotSupportedException
public void updateNClob(String columnLabel, Reader reader) throws SQLException
SQLFeatureNotSupportedException
をスローします。
ResultSet
内の updateNClob
SQLException
public <T> T unwrap(Class<T> iface) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
Wrapper
内の unwrap
SQLFeatureNotSupportedException
public boolean isWrapperFor(Class<?> iface) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException
をスローします。
Wrapper
内の isWrapperFor
SQLFeatureNotSupportedException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |