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