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)
コンストラクタです。
|
public CsvResultSet(CsvReader reader) throws IOException
reader - 区切り文字形式入力ストリームIllegalArgumentException - reader が null の場合IOException - 入出力例外が発生した場合public boolean next()
throws SQLException
next インタフェース内 ResultSetSQLExceptionpublic void close()
close インタフェース内 AutoCloseableclose インタフェース内 ResultSetpublic boolean wasNull()
throws SQLException
wasNull インタフェース内 ResultSetSQLExceptionpublic String getString(int columnIndex) throws SQLException
getString インタフェース内 ResultSetSQLExceptionpublic boolean getBoolean(int columnIndex)
throws SQLException
getBoolean インタフェース内 ResultSetSQLExceptionpublic byte getByte(int columnIndex)
throws SQLException
getByte インタフェース内 ResultSetSQLExceptionpublic short getShort(int columnIndex)
throws SQLException
getShort インタフェース内 ResultSetSQLExceptionpublic int getInt(int columnIndex)
throws SQLException
getInt インタフェース内 ResultSetSQLExceptionpublic long getLong(int columnIndex)
throws SQLException
getLong インタフェース内 ResultSetSQLExceptionpublic float getFloat(int columnIndex)
throws SQLException
getFloat インタフェース内 ResultSetSQLExceptionpublic double getDouble(int columnIndex)
throws SQLException
getDouble インタフェース内 ResultSetSQLExceptionpublic BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。getBigDecimal インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic byte[] getBytes(int columnIndex)
throws SQLException
getBytes インタフェース内 ResultSetSQLExceptionpublic Date getDate(int columnIndex) throws SQLException
getDate インタフェース内 ResultSetSQLExceptionpublic Time getTime(int columnIndex) throws SQLException
getTime インタフェース内 ResultSetSQLExceptionpublic Timestamp getTimestamp(int columnIndex) throws SQLException
getTimestamp インタフェース内 ResultSetSQLExceptionpublic InputStream getAsciiStream(int columnIndex) throws SQLException
getAsciiStream インタフェース内 ResultSetSQLExceptionpublic InputStream getUnicodeStream(int columnIndex) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。getUnicodeStream インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic InputStream getBinaryStream(int columnIndex) throws SQLException
getBinaryStream インタフェース内 ResultSetSQLExceptionpublic String getString(String columnLabel) throws SQLException
getString インタフェース内 ResultSetSQLExceptionpublic boolean getBoolean(String columnLabel) throws SQLException
getBoolean インタフェース内 ResultSetSQLExceptionpublic byte getByte(String columnLabel) throws SQLException
getByte インタフェース内 ResultSetSQLExceptionpublic short getShort(String columnLabel) throws SQLException
getShort インタフェース内 ResultSetSQLExceptionpublic int getInt(String columnLabel) throws SQLException
getInt インタフェース内 ResultSetSQLExceptionpublic long getLong(String columnLabel) throws SQLException
getLong インタフェース内 ResultSetSQLExceptionpublic float getFloat(String columnLabel) throws SQLException
getFloat インタフェース内 ResultSetSQLExceptionpublic double getDouble(String columnLabel) throws SQLException
getDouble インタフェース内 ResultSetSQLExceptionpublic BigDecimal getBigDecimal(String columnLabel, int scale) throws SQLException
SQLFeatureNotSupportedException をスローします。getBigDecimal インタフェース内 ResultSetSQLExceptionpublic byte[] getBytes(String columnLabel) throws SQLException
getBytes インタフェース内 ResultSetSQLExceptionpublic Date getDate(String columnLabel) throws SQLException
getDate インタフェース内 ResultSetSQLExceptionpublic Time getTime(String columnLabel) throws SQLException
getTime インタフェース内 ResultSetSQLExceptionpublic Timestamp getTimestamp(String columnLabel) throws SQLException
getTimestamp インタフェース内 ResultSetSQLExceptionpublic InputStream getAsciiStream(String columnLabel) throws SQLException
getAsciiStream インタフェース内 ResultSetSQLExceptionpublic InputStream getUnicodeStream(String columnLabel) throws SQLException
SQLFeatureNotSupportedException をスローします。getUnicodeStream インタフェース内 ResultSetSQLExceptionpublic InputStream getBinaryStream(String columnLabel) throws SQLException
getBinaryStream インタフェース内 ResultSetSQLExceptionpublic SQLWarning getWarnings() throws SQLException
null を返します。getWarnings インタフェース内 ResultSetSQLExceptionpublic void clearWarnings()
throws SQLException
clearWarnings インタフェース内 ResultSetSQLExceptionpublic String getCursorName() throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。getCursorName インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic CsvResultSetMetaData getMetaData() throws SQLException
getMetaData インタフェース内 ResultSetSQLExceptionpublic Object getObject(int columnIndex) throws SQLException
getObject インタフェース内 ResultSetSQLExceptionpublic Object getObject(String columnLabel) throws SQLException
getObject インタフェース内 ResultSetSQLExceptionpublic int findColumn(String columnLabel) throws SQLException
findColumn インタフェース内 ResultSetSQLExceptionpublic Reader getCharacterStream(int columnIndex) throws SQLException
getCharacterStream インタフェース内 ResultSetSQLExceptionpublic Reader getCharacterStream(String columnLabel) throws SQLException
getCharacterStream インタフェース内 ResultSetSQLExceptionpublic BigDecimal getBigDecimal(int columnIndex) throws SQLException
getBigDecimal インタフェース内 ResultSetSQLExceptionpublic BigDecimal getBigDecimal(String columnLabel) throws SQLException
getBigDecimal インタフェース内 ResultSetSQLExceptionpublic boolean isBeforeFirst()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。isBeforeFirst インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic boolean isAfterLast()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。isAfterLast インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic boolean isFirst()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。isFirst インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic boolean isLast()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。isLast インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void beforeFirst()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。beforeFirst インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void afterLast()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。afterLast インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic boolean first()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。first インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic boolean last()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。last インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic int getRow()
throws SQLException
getRow インタフェース内 ResultSetSQLExceptionpublic boolean absolute(int row)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。absolute インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic boolean relative(int rows)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。relative インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic boolean previous()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。previous インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void setFetchDirection(int direction)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。setFetchDirection インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic int getFetchDirection()
throws SQLException
ResultSet.FETCH_FORWARD を返します。getFetchDirection インタフェース内 ResultSetSQLExceptionpublic void setFetchSize(int rows)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。setFetchSize インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic int getFetchSize()
throws SQLException
0 を返します。getFetchSize インタフェース内 ResultSetSQLExceptionpublic int getType()
throws SQLException
ResultSet.TYPE_FORWARD_ONLY を返します。getType インタフェース内 ResultSetSQLExceptionpublic int getConcurrency()
throws SQLException
ResultSet.CONCUR_READ_ONLY を返します。getConcurrency インタフェース内 ResultSetSQLExceptionpublic boolean rowUpdated()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。rowUpdated インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic boolean rowInserted()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。rowInserted インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic boolean rowDeleted()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。rowDeleted インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateNull(int columnIndex)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateNull インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateBoolean(int columnIndex,
boolean x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateBoolean インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateByte(int columnIndex,
byte x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateByte インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateShort(int columnIndex,
short x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateShort インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateInt(int columnIndex,
int x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateInt インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateLong(int columnIndex,
long x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateLong インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateFloat(int columnIndex,
float x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateFloat インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateDouble(int columnIndex,
double x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateDouble インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateBigDecimal(int columnIndex,
BigDecimal x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateBigDecimal インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateString(int columnIndex,
String x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateString インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateBytes(int columnIndex,
byte[] x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateBytes インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateDate(int columnIndex,
Date x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateDate インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateTime(int columnIndex,
Time x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateTime インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateTimestamp(int columnIndex,
Timestamp x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateTimestamp インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateAsciiStream(int columnIndex,
InputStream x,
int length)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateAsciiStream インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateBinaryStream(int columnIndex,
InputStream x,
int length)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateBinaryStream インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateCharacterStream(int columnIndex,
Reader x,
int length)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateCharacterStream インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateObject(int columnIndex,
Object x,
int scaleOrLength)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateObject インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateObject(int columnIndex,
Object x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateObject インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateNull(String columnLabel) throws SQLException
SQLFeatureNotSupportedException をスローします。updateNull インタフェース内 ResultSetSQLExceptionpublic void updateBoolean(String columnLabel, boolean x) throws SQLException
SQLFeatureNotSupportedException をスローします。updateBoolean インタフェース内 ResultSetSQLExceptionpublic void updateByte(String columnLabel, byte x) throws SQLException
SQLFeatureNotSupportedException をスローします。updateByte インタフェース内 ResultSetSQLExceptionpublic void updateShort(String columnLabel, short x) throws SQLException
SQLFeatureNotSupportedException をスローします。updateShort インタフェース内 ResultSetSQLExceptionpublic void updateInt(String columnLabel, int x) throws SQLException
SQLFeatureNotSupportedException をスローします。updateInt インタフェース内 ResultSetSQLExceptionpublic void updateLong(String columnLabel, long x) throws SQLException
SQLFeatureNotSupportedException をスローします。updateLong インタフェース内 ResultSetSQLExceptionpublic void updateFloat(String columnLabel, float x) throws SQLException
SQLFeatureNotSupportedException をスローします。updateFloat インタフェース内 ResultSetSQLExceptionpublic void updateDouble(String columnLabel, double x) throws SQLException
SQLFeatureNotSupportedException をスローします。updateDouble インタフェース内 ResultSetSQLExceptionpublic void updateBigDecimal(String columnLabel, BigDecimal x) throws SQLException
SQLFeatureNotSupportedException をスローします。updateBigDecimal インタフェース内 ResultSetSQLExceptionpublic void updateString(String columnLabel, String x) throws SQLException
SQLFeatureNotSupportedException をスローします。updateString インタフェース内 ResultSetSQLExceptionpublic void updateBytes(String columnLabel, byte[] x) throws SQLException
SQLFeatureNotSupportedException をスローします。updateBytes インタフェース内 ResultSetSQLExceptionpublic void updateDate(String columnLabel, Date x) throws SQLException
SQLFeatureNotSupportedException をスローします。updateDate インタフェース内 ResultSetSQLExceptionpublic void updateTime(String columnLabel, Time x) throws SQLException
SQLFeatureNotSupportedException をスローします。updateTime インタフェース内 ResultSetSQLExceptionpublic void updateTimestamp(String columnLabel, Timestamp x) throws SQLException
SQLFeatureNotSupportedException をスローします。updateTimestamp インタフェース内 ResultSetSQLExceptionpublic void updateAsciiStream(String columnLabel, InputStream x, int length) throws SQLException
SQLFeatureNotSupportedException をスローします。updateAsciiStream インタフェース内 ResultSetSQLExceptionpublic void updateBinaryStream(String columnLabel, InputStream x, int length) throws SQLException
SQLFeatureNotSupportedException をスローします。updateBinaryStream インタフェース内 ResultSetSQLExceptionpublic void updateCharacterStream(String columnLabel, Reader reader, int length) throws SQLException
SQLFeatureNotSupportedException をスローします。updateCharacterStream インタフェース内 ResultSetSQLExceptionpublic void updateObject(String columnLabel, Object x, int scaleOrLength) throws SQLException
SQLFeatureNotSupportedException をスローします。updateObject インタフェース内 ResultSetSQLExceptionpublic void updateObject(String columnLabel, Object x) throws SQLException
SQLFeatureNotSupportedException をスローします。updateObject インタフェース内 ResultSetSQLExceptionpublic void insertRow()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。insertRow インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateRow()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateRow インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void deleteRow()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。deleteRow インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void refreshRow()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。refreshRow インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void cancelRowUpdates()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。cancelRowUpdates インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void moveToInsertRow()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。moveToInsertRow インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void moveToCurrentRow()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。moveToCurrentRow インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic Statement getStatement() throws SQLException
null を返します。getStatement インタフェース内 ResultSetSQLExceptionpublic Object getObject(int columnIndex, Map<String,Class<?>> map) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。getObject インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic Ref getRef(int columnIndex) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。getRef インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic Blob getBlob(int columnIndex) throws SQLException
getBlob インタフェース内 ResultSetSQLExceptionpublic Clob getClob(int columnIndex) throws SQLException
getClob インタフェース内 ResultSetSQLExceptionpublic Array getArray(int columnIndex) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。getArray インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic Object getObject(String columnLabel, Map<String,Class<?>> map) throws SQLException
SQLFeatureNotSupportedException をスローします。getObject インタフェース内 ResultSetSQLExceptionpublic Ref getRef(String columnLabel) throws SQLException
SQLFeatureNotSupportedException をスローします。getRef インタフェース内 ResultSetSQLExceptionpublic Blob getBlob(String columnLabel) throws SQLException
getBlob インタフェース内 ResultSetSQLExceptionpublic Clob getClob(String columnLabel) throws SQLException
getClob インタフェース内 ResultSetSQLExceptionpublic Array getArray(String columnLabel) throws SQLException
SQLFeatureNotSupportedException をスローします。getArray インタフェース内 ResultSetSQLExceptionpublic Date getDate(int columnIndex, Calendar cal) throws SQLException
getDate インタフェース内 ResultSetSQLExceptionpublic Date getDate(String columnLabel, Calendar cal) throws SQLException
getDate インタフェース内 ResultSetSQLExceptionpublic Time getTime(int columnIndex, Calendar cal) throws SQLException
getTime インタフェース内 ResultSetSQLExceptionpublic Time getTime(String columnLabel, Calendar cal) throws SQLException
getTime インタフェース内 ResultSetSQLExceptionpublic Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException
getTimestamp インタフェース内 ResultSetSQLExceptionpublic Timestamp getTimestamp(String columnLabel, Calendar cal) throws SQLException
getTimestamp インタフェース内 ResultSetSQLExceptionpublic URL getURL(int columnIndex) throws SQLException
getURL インタフェース内 ResultSetSQLExceptionpublic URL getURL(String columnLabel) throws SQLException
getURL インタフェース内 ResultSetSQLExceptionpublic void updateRef(int columnIndex,
Ref x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateRef インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateRef(String columnLabel, Ref x) throws SQLException
SQLFeatureNotSupportedException をスローします。updateRef インタフェース内 ResultSetSQLExceptionpublic void updateBlob(int columnIndex,
Blob x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateBlob インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateBlob(String columnLabel, Blob x) throws SQLException
SQLFeatureNotSupportedException をスローします。updateBlob インタフェース内 ResultSetSQLExceptionpublic void updateClob(int columnIndex,
Clob x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateClob インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateClob(String columnLabel, Clob x) throws SQLException
SQLFeatureNotSupportedException をスローします。updateClob インタフェース内 ResultSetSQLExceptionpublic void updateArray(int columnIndex,
Array x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateArray インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateArray(String columnLabel, Array x) throws SQLException
SQLFeatureNotSupportedException をスローします。updateArray インタフェース内 ResultSetSQLExceptionpublic RowId getRowId(int columnIndex) throws SQLException
SQLFeatureNotSupportedException をスローします。getRowId インタフェース内 ResultSetSQLExceptionpublic RowId getRowId(String columnLabel) throws SQLException
SQLFeatureNotSupportedException をスローします。getRowId インタフェース内 ResultSetSQLExceptionpublic void updateRowId(int columnIndex,
RowId x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateRowId インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateRowId(String columnLabel, RowId x) throws SQLException
SQLFeatureNotSupportedException をスローします。updateRowId インタフェース内 ResultSetSQLExceptionpublic int getHoldability()
throws SQLException
ResultSet.HOLD_CURSORS_OVER_COMMIT を返します。getHoldability インタフェース内 ResultSetSQLExceptionpublic void updateNString(int columnIndex,
String string)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateNString インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateNString(String columnLabel, String string) throws SQLException
SQLFeatureNotSupportedException をスローします。updateNString インタフェース内 ResultSetSQLExceptionpublic void updateNClob(int columnIndex,
NClob clob)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateNClob インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateNClob(String columnLabel, NClob clob) throws SQLException
SQLFeatureNotSupportedException をスローします。updateNClob インタフェース内 ResultSetSQLExceptionpublic NClob getNClob(int columnIndex) throws SQLException
SQLFeatureNotSupportedException をスローします。getNClob インタフェース内 ResultSetSQLExceptionpublic NClob getNClob(String columnLabel) throws SQLException
SQLFeatureNotSupportedException をスローします。getNClob インタフェース内 ResultSetSQLExceptionpublic SQLXML getSQLXML(int columnIndex) throws SQLException
SQLFeatureNotSupportedException をスローします。getSQLXML インタフェース内 ResultSetSQLExceptionpublic SQLXML getSQLXML(String columnLabel) throws SQLException
SQLFeatureNotSupportedException をスローします。getSQLXML インタフェース内 ResultSetSQLExceptionpublic void updateSQLXML(int columnIndex,
SQLXML xmlObject)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateSQLXML インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateSQLXML(String columnLabel, SQLXML xmlObject) throws SQLException
SQLFeatureNotSupportedException をスローします。updateSQLXML インタフェース内 ResultSetSQLExceptionpublic String getNString(int columnIndex) throws SQLException
getNString インタフェース内 ResultSetSQLExceptionpublic String getNString(String columnLabel) throws SQLException
getNString インタフェース内 ResultSetSQLExceptionpublic Reader getNCharacterStream(int columnIndex) throws SQLException
getNCharacterStream インタフェース内 ResultSetSQLExceptionpublic Reader getNCharacterStream(String columnLabel) throws SQLException
getNCharacterStream インタフェース内 ResultSetSQLExceptionpublic void updateNCharacterStream(int columnIndex,
Reader x,
long length)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateNCharacterStream インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException
SQLFeatureNotSupportedException をスローします。updateNCharacterStream インタフェース内 ResultSetSQLExceptionpublic void updateAsciiStream(int columnIndex,
InputStream x,
long length)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateAsciiStream インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateBinaryStream(int columnIndex,
InputStream x,
long length)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateBinaryStream インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateCharacterStream(int columnIndex,
Reader x,
long length)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateCharacterStream インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateAsciiStream(String columnLabel, InputStream x, long length) throws SQLException
SQLFeatureNotSupportedException をスローします。updateAsciiStream インタフェース内 ResultSetSQLExceptionpublic void updateBinaryStream(String columnLabel, InputStream x, long length) throws SQLException
SQLFeatureNotSupportedException をスローします。updateBinaryStream インタフェース内 ResultSetSQLExceptionpublic void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException
SQLFeatureNotSupportedException をスローします。updateCharacterStream インタフェース内 ResultSetSQLExceptionpublic void updateBlob(int columnIndex,
InputStream inputStream,
long length)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateBlob インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException
SQLFeatureNotSupportedException をスローします。updateBlob インタフェース内 ResultSetSQLExceptionpublic void updateClob(int columnIndex,
Reader reader,
long length)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateClob インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateClob(String columnLabel, Reader reader, long length) throws SQLException
SQLFeatureNotSupportedException をスローします。updateClob インタフェース内 ResultSetSQLExceptionpublic void updateNClob(int columnIndex,
Reader reader,
long length)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateNClob インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateNClob(String columnLabel, Reader reader, long length) throws SQLException
SQLFeatureNotSupportedException をスローします。updateNClob インタフェース内 ResultSetSQLExceptionpublic void updateNCharacterStream(int columnIndex,
Reader x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateNCharacterStream インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateNCharacterStream(String columnLabel, Reader reader) throws SQLException
SQLFeatureNotSupportedException をスローします。updateNCharacterStream インタフェース内 ResultSetSQLExceptionpublic void updateAsciiStream(int columnIndex,
InputStream x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateAsciiStream インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateBinaryStream(int columnIndex,
InputStream x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateBinaryStream インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateCharacterStream(int columnIndex,
Reader x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateCharacterStream インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateAsciiStream(String columnLabel, InputStream x) throws SQLException
SQLFeatureNotSupportedException をスローします。updateAsciiStream インタフェース内 ResultSetSQLExceptionpublic void updateBinaryStream(String columnLabel, InputStream x) throws SQLException
SQLFeatureNotSupportedException をスローします。updateBinaryStream インタフェース内 ResultSetSQLExceptionpublic void updateCharacterStream(String columnLabel, Reader reader) throws SQLException
SQLFeatureNotSupportedException をスローします。updateCharacterStream インタフェース内 ResultSetSQLExceptionpublic void updateBlob(int columnIndex,
InputStream inputStream)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateBlob インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateBlob(String columnLabel, InputStream inputStream) throws SQLException
SQLFeatureNotSupportedException をスローします。updateBlob インタフェース内 ResultSetSQLExceptionpublic void updateClob(int columnIndex,
Reader reader)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateClob インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateClob(String columnLabel, Reader reader) throws SQLException
SQLFeatureNotSupportedException をスローします。updateClob インタフェース内 ResultSetSQLExceptionpublic void updateNClob(int columnIndex,
Reader reader)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。updateNClob インタフェース内 ResultSetSQLFeatureNotSupportedExceptionpublic void updateNClob(String columnLabel, Reader reader) throws SQLException
SQLFeatureNotSupportedException をスローします。updateNClob インタフェース内 ResultSetSQLExceptionpublic <T> T unwrap(Class<T> iface) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。unwrap インタフェース内 WrapperSQLFeatureNotSupportedExceptionpublic boolean isWrapperFor(Class<?> iface) throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。isWrapperFor インタフェース内 WrapperSQLFeatureNotSupportedExceptionCopyright © 2009–2014 OrangeSignal.com. All rights reserved.