public class PlainResultSetWrapper extends Object implements 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| コンストラクタと説明 |
|---|
PlainResultSetWrapper(ResultSet original) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
absolute(int row) |
void |
afterLast() |
void |
beforeFirst() |
void |
cancelRowUpdates() |
void |
clearWarnings() |
void |
close() |
void |
deleteRow() |
int |
findColumn(String columnName) |
boolean |
first() |
Array |
getArray(int i) |
Array |
getArray(String colName) |
InputStream |
getAsciiStream(int columnIndex) |
InputStream |
getAsciiStream(String columnName) |
BigDecimal |
getBigDecimal(int columnIndex) |
BigDecimal |
getBigDecimal(int columnIndex,
int scale)
非推奨です。
inherits the original method
|
BigDecimal |
getBigDecimal(String columnName) |
BigDecimal |
getBigDecimal(String columnName,
int scale)
非推奨です。
inherits the original method
|
InputStream |
getBinaryStream(int columnIndex) |
InputStream |
getBinaryStream(String columnName) |
Blob |
getBlob(int i) |
Blob |
getBlob(String colName) |
boolean |
getBoolean(int columnIndex) |
boolean |
getBoolean(String columnName) |
byte |
getByte(int columnIndex) |
byte |
getByte(String columnName) |
byte[] |
getBytes(int columnIndex) |
byte[] |
getBytes(String columnName) |
Reader |
getCharacterStream(int columnIndex) |
Reader |
getCharacterStream(String columnName) |
Clob |
getClob(int i) |
Clob |
getClob(String colName) |
int |
getConcurrency() |
String |
getCursorName() |
Date |
getDate(int columnIndex) |
Date |
getDate(int columnIndex,
Calendar cal) |
Date |
getDate(String columnName) |
Date |
getDate(String columnName,
Calendar cal) |
double |
getDouble(int columnIndex) |
double |
getDouble(String columnName) |
int |
getFetchDirection() |
int |
getFetchSize() |
float |
getFloat(int columnIndex) |
float |
getFloat(String columnName) |
int |
getHoldability() |
int |
getInt(int columnIndex) |
int |
getInt(String columnName) |
long |
getLong(int columnIndex) |
long |
getLong(String columnName) |
ResultSetMetaData |
getMetaData() |
Reader |
getNCharacterStream(int i) |
Reader |
getNCharacterStream(String s) |
NClob |
getNClob(int i) |
NClob |
getNClob(String s) |
String |
getNString(int i) |
String |
getNString(String s) |
Object |
getObject(int columnIndex) |
<T> T |
getObject(int columnIndex,
Class<T> type) |
Object |
getObject(int i,
Map<String,Class<?>> map) |
Object |
getObject(String columnName) |
<T> T |
getObject(String columnLabel,
Class<T> type) |
Object |
getObject(String colName,
Map<String,Class<?>> map) |
Ref |
getRef(int i) |
Ref |
getRef(String colName) |
int |
getRow() |
RowId |
getRowId(int i) |
RowId |
getRowId(String s) |
short |
getShort(int columnIndex) |
short |
getShort(String columnName) |
SQLXML |
getSQLXML(int i) |
SQLXML |
getSQLXML(String s) |
Statement |
getStatement() |
String |
getString(int columnIndex) |
String |
getString(String columnName) |
Time |
getTime(int columnIndex) |
Time |
getTime(int columnIndex,
Calendar cal) |
Time |
getTime(String columnName) |
Time |
getTime(String columnName,
Calendar cal) |
Timestamp |
getTimestamp(int columnIndex) |
Timestamp |
getTimestamp(int columnIndex,
Calendar cal) |
Timestamp |
getTimestamp(String columnName) |
Timestamp |
getTimestamp(String columnName,
Calendar cal) |
int |
getType() |
InputStream |
getUnicodeStream(int columnIndex)
非推奨です。
inherits the original method
|
InputStream |
getUnicodeStream(String columnName)
非推奨です。
inherits the original method
|
URL |
getURL(int columnIndex) |
URL |
getURL(String columnName) |
SQLWarning |
getWarnings() |
void |
insertRow() |
boolean |
isAfterLast() |
boolean |
isBeforeFirst() |
boolean |
isClosed() |
boolean |
isFirst() |
boolean |
isLast() |
boolean |
isWrapperFor(Class<?> iface) |
boolean |
last() |
void |
moveToCurrentRow() |
void |
moveToInsertRow() |
boolean |
next() |
boolean |
previous() |
void |
refreshRow() |
boolean |
relative(int rows) |
boolean |
rowDeleted() |
boolean |
rowInserted() |
boolean |
rowUpdated() |
void |
setFetchDirection(int direction) |
void |
setFetchSize(int rows) |
<T> T |
unwrap(Class<T> iface) |
void |
updateArray(int columnIndex,
Array x) |
void |
updateArray(String columnName,
Array x) |
void |
updateAsciiStream(int i,
InputStream inputstream) |
void |
updateAsciiStream(int columnIndex,
InputStream x,
int length) |
void |
updateAsciiStream(int i,
InputStream inputstream,
long l) |
void |
updateAsciiStream(String s,
InputStream inputstream) |
void |
updateAsciiStream(String columnName,
InputStream x,
int length) |
void |
updateAsciiStream(String s,
InputStream inputstream,
long l) |
void |
updateBigDecimal(int columnIndex,
BigDecimal x) |
void |
updateBigDecimal(String columnName,
BigDecimal x) |
void |
updateBinaryStream(int i,
InputStream inputstream) |
void |
updateBinaryStream(int columnIndex,
InputStream x,
int length) |
void |
updateBinaryStream(int i,
InputStream inputstream,
long l) |
void |
updateBinaryStream(String s,
InputStream inputstream) |
void |
updateBinaryStream(String columnName,
InputStream x,
int length) |
void |
updateBinaryStream(String s,
InputStream inputstream,
long l) |
void |
updateBlob(int columnIndex,
Blob x) |
void |
updateBlob(int i,
InputStream inputstream) |
void |
updateBlob(int i,
InputStream inputstream,
long l) |
void |
updateBlob(String columnName,
Blob x) |
void |
updateBlob(String s,
InputStream inputstream) |
void |
updateBlob(String s,
InputStream inputstream,
long l) |
void |
updateBoolean(int columnIndex,
boolean x) |
void |
updateBoolean(String columnName,
boolean x) |
void |
updateByte(int columnIndex,
byte x) |
void |
updateByte(String columnName,
byte x) |
void |
updateBytes(int columnIndex,
byte[] x) |
void |
updateBytes(String columnName,
byte[] x) |
void |
updateCharacterStream(int i,
Reader reader) |
void |
updateCharacterStream(int columnIndex,
Reader x,
int length) |
void |
updateCharacterStream(int i,
Reader reader,
long l) |
void |
updateCharacterStream(String s,
Reader reader) |
void |
updateCharacterStream(String columnName,
Reader reader,
int length) |
void |
updateCharacterStream(String s,
Reader reader,
long l) |
void |
updateClob(int columnIndex,
Clob x) |
void |
updateClob(int i,
Reader reader) |
void |
updateClob(int i,
Reader reader,
long l) |
void |
updateClob(String columnName,
Clob x) |
void |
updateClob(String s,
Reader reader) |
void |
updateClob(String s,
Reader reader,
long l) |
void |
updateDate(int columnIndex,
Date x) |
void |
updateDate(String columnName,
Date x) |
void |
updateDouble(int columnIndex,
double x) |
void |
updateDouble(String columnName,
double x) |
void |
updateFloat(int columnIndex,
float x) |
void |
updateFloat(String columnName,
float x) |
void |
updateInt(int columnIndex,
int x) |
void |
updateInt(String columnName,
int x) |
void |
updateLong(int columnIndex,
long x) |
void |
updateLong(String columnName,
long x) |
void |
updateNCharacterStream(int i,
Reader reader) |
void |
updateNCharacterStream(int i,
Reader reader,
long l) |
void |
updateNCharacterStream(String s,
Reader reader) |
void |
updateNCharacterStream(String s,
Reader reader,
long l) |
void |
updateNClob(int i,
NClob nclob) |
void |
updateNClob(int i,
Reader reader) |
void |
updateNClob(int i,
Reader reader,
long l) |
void |
updateNClob(String s,
NClob nclob) |
void |
updateNClob(String s,
Reader reader) |
void |
updateNClob(String s,
Reader reader,
long l) |
void |
updateNString(int i,
String s) |
void |
updateNString(String s,
String s1) |
void |
updateNull(int columnIndex) |
void |
updateNull(String columnName) |
void |
updateObject(int columnIndex,
Object x) |
void |
updateObject(int columnIndex,
Object x,
int scale) |
void |
updateObject(String columnName,
Object x) |
void |
updateObject(String columnName,
Object x,
int scale) |
void |
updateRef(int columnIndex,
Ref x) |
void |
updateRef(String columnName,
Ref x) |
void |
updateRow() |
void |
updateRowId(int i,
RowId rowid) |
void |
updateRowId(String s,
RowId rowid) |
void |
updateShort(int columnIndex,
short x) |
void |
updateShort(String columnName,
short x) |
void |
updateSQLXML(int i,
SQLXML sqlxml) |
void |
updateSQLXML(String s,
SQLXML sqlxml) |
void |
updateString(int columnIndex,
String x) |
void |
updateString(String columnName,
String x) |
void |
updateTime(int columnIndex,
Time x) |
void |
updateTime(String columnName,
Time x) |
void |
updateTimestamp(int columnIndex,
Timestamp x) |
void |
updateTimestamp(String columnName,
Timestamp x) |
boolean |
wasNull() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitupdateObject, updateObject, updateObject, updateObjectpublic PlainResultSetWrapper(ResultSet original)
public int getConcurrency()
throws SQLException
getConcurrency インタフェース内 ResultSetSQLExceptionpublic int getFetchDirection()
throws SQLException
getFetchDirection インタフェース内 ResultSetSQLExceptionpublic int getFetchSize()
throws SQLException
getFetchSize インタフェース内 ResultSetSQLExceptionpublic int getRow()
throws SQLException
getRow インタフェース内 ResultSetSQLExceptionpublic int getType()
throws SQLException
getType インタフェース内 ResultSetSQLExceptionpublic void afterLast()
throws SQLException
afterLast インタフェース内 ResultSetSQLExceptionpublic void beforeFirst()
throws SQLException
beforeFirst インタフェース内 ResultSetSQLExceptionpublic void cancelRowUpdates()
throws SQLException
cancelRowUpdates インタフェース内 ResultSetSQLExceptionpublic void clearWarnings()
throws SQLException
clearWarnings インタフェース内 ResultSetSQLExceptionpublic void close()
throws SQLException
close インタフェース内 AutoCloseableclose インタフェース内 ResultSetSQLExceptionpublic void deleteRow()
throws SQLException
deleteRow インタフェース内 ResultSetSQLExceptionpublic void insertRow()
throws SQLException
insertRow インタフェース内 ResultSetSQLExceptionpublic void moveToCurrentRow()
throws SQLException
moveToCurrentRow インタフェース内 ResultSetSQLExceptionpublic void moveToInsertRow()
throws SQLException
moveToInsertRow インタフェース内 ResultSetSQLExceptionpublic void refreshRow()
throws SQLException
refreshRow インタフェース内 ResultSetSQLExceptionpublic void updateRow()
throws SQLException
updateRow インタフェース内 ResultSetSQLExceptionpublic boolean first()
throws SQLException
first インタフェース内 ResultSetSQLExceptionpublic boolean isAfterLast()
throws SQLException
isAfterLast インタフェース内 ResultSetSQLExceptionpublic boolean isBeforeFirst()
throws SQLException
isBeforeFirst インタフェース内 ResultSetSQLExceptionpublic boolean isFirst()
throws SQLException
isFirst インタフェース内 ResultSetSQLExceptionpublic boolean isLast()
throws SQLException
isLast インタフェース内 ResultSetSQLExceptionpublic boolean last()
throws SQLException
last インタフェース内 ResultSetSQLExceptionpublic boolean next()
throws SQLException
next インタフェース内 ResultSetSQLExceptionpublic boolean previous()
throws SQLException
previous インタフェース内 ResultSetSQLExceptionpublic boolean rowDeleted()
throws SQLException
rowDeleted インタフェース内 ResultSetSQLExceptionpublic boolean rowInserted()
throws SQLException
rowInserted インタフェース内 ResultSetSQLExceptionpublic boolean rowUpdated()
throws SQLException
rowUpdated インタフェース内 ResultSetSQLExceptionpublic boolean wasNull()
throws SQLException
wasNull インタフェース内 ResultSetSQLExceptionpublic byte getByte(int columnIndex)
throws SQLException
getByte インタフェース内 ResultSetSQLExceptionpublic double getDouble(int columnIndex)
throws SQLException
getDouble インタフェース内 ResultSetSQLExceptionpublic float getFloat(int columnIndex)
throws SQLException
getFloat インタフェース内 ResultSetSQLExceptionpublic int getInt(int columnIndex)
throws SQLException
getInt インタフェース内 ResultSetSQLExceptionpublic long getLong(int columnIndex)
throws SQLException
getLong インタフェース内 ResultSetSQLExceptionpublic short getShort(int columnIndex)
throws SQLException
getShort インタフェース内 ResultSetSQLExceptionpublic void setFetchDirection(int direction)
throws SQLException
setFetchDirection インタフェース内 ResultSetSQLExceptionpublic void setFetchSize(int rows)
throws SQLException
setFetchSize インタフェース内 ResultSetSQLExceptionpublic void updateNull(int columnIndex)
throws SQLException
updateNull インタフェース内 ResultSetSQLExceptionpublic boolean absolute(int row)
throws SQLException
absolute インタフェース内 ResultSetSQLExceptionpublic boolean getBoolean(int columnIndex)
throws SQLException
getBoolean インタフェース内 ResultSetSQLExceptionpublic boolean relative(int rows)
throws SQLException
relative インタフェース内 ResultSetSQLExceptionpublic byte[] getBytes(int columnIndex)
throws SQLException
getBytes インタフェース内 ResultSetSQLExceptionpublic void updateByte(int columnIndex,
byte x)
throws SQLException
updateByte インタフェース内 ResultSetSQLExceptionpublic void updateDouble(int columnIndex,
double x)
throws SQLException
updateDouble インタフェース内 ResultSetSQLExceptionpublic void updateFloat(int columnIndex,
float x)
throws SQLException
updateFloat インタフェース内 ResultSetSQLExceptionpublic void updateInt(int columnIndex,
int x)
throws SQLException
updateInt インタフェース内 ResultSetSQLExceptionpublic void updateLong(int columnIndex,
long x)
throws SQLException
updateLong インタフェース内 ResultSetSQLExceptionpublic void updateShort(int columnIndex,
short x)
throws SQLException
updateShort インタフェース内 ResultSetSQLExceptionpublic void updateBoolean(int columnIndex,
boolean x)
throws SQLException
updateBoolean インタフェース内 ResultSetSQLExceptionpublic void updateBytes(int columnIndex,
byte[] x)
throws SQLException
updateBytes インタフェース内 ResultSetSQLExceptionpublic InputStream getAsciiStream(int columnIndex) throws SQLException
getAsciiStream インタフェース内 ResultSetSQLExceptionpublic InputStream getBinaryStream(int columnIndex) throws SQLException
getBinaryStream インタフェース内 ResultSetSQLExceptionpublic InputStream getUnicodeStream(int columnIndex) throws SQLException
getUnicodeStream インタフェース内 ResultSetcolumnIndex - The index of column.SQLException - When it fails to handle the SQL.public void updateAsciiStream(int columnIndex,
InputStream x,
int length)
throws SQLException
updateAsciiStream インタフェース内 ResultSetSQLExceptionpublic void updateBinaryStream(int columnIndex,
InputStream x,
int length)
throws SQLException
updateBinaryStream インタフェース内 ResultSetSQLExceptionpublic Reader getCharacterStream(int columnIndex) throws SQLException
getCharacterStream インタフェース内 ResultSetSQLExceptionpublic void updateCharacterStream(int columnIndex,
Reader x,
int length)
throws SQLException
updateCharacterStream インタフェース内 ResultSetSQLExceptionpublic Object getObject(int columnIndex) throws SQLException
getObject インタフェース内 ResultSetSQLExceptionpublic void updateObject(int columnIndex,
Object x)
throws SQLException
updateObject インタフェース内 ResultSetSQLExceptionpublic void updateObject(int columnIndex,
Object x,
int scale)
throws SQLException
updateObject インタフェース内 ResultSetSQLExceptionpublic String getCursorName() throws SQLException
getCursorName インタフェース内 ResultSetSQLExceptionpublic String getString(int columnIndex) throws SQLException
getString インタフェース内 ResultSetSQLExceptionpublic void updateString(int columnIndex,
String x)
throws SQLException
updateString インタフェース内 ResultSetSQLExceptionpublic byte getByte(String columnName) throws SQLException
getByte インタフェース内 ResultSetSQLExceptionpublic double getDouble(String columnName) throws SQLException
getDouble インタフェース内 ResultSetSQLExceptionpublic float getFloat(String columnName) throws SQLException
getFloat インタフェース内 ResultSetSQLExceptionpublic int findColumn(String columnName) throws SQLException
findColumn インタフェース内 ResultSetSQLExceptionpublic int getInt(String columnName) throws SQLException
getInt インタフェース内 ResultSetSQLExceptionpublic long getLong(String columnName) throws SQLException
getLong インタフェース内 ResultSetSQLExceptionpublic short getShort(String columnName) throws SQLException
getShort インタフェース内 ResultSetSQLExceptionpublic void updateNull(String columnName) throws SQLException
updateNull インタフェース内 ResultSetSQLExceptionpublic boolean getBoolean(String columnName) throws SQLException
getBoolean インタフェース内 ResultSetSQLExceptionpublic byte[] getBytes(String columnName) throws SQLException
getBytes インタフェース内 ResultSetSQLExceptionpublic void updateByte(String columnName, byte x) throws SQLException
updateByte インタフェース内 ResultSetSQLExceptionpublic void updateDouble(String columnName, double x) throws SQLException
updateDouble インタフェース内 ResultSetSQLExceptionpublic void updateFloat(String columnName, float x) throws SQLException
updateFloat インタフェース内 ResultSetSQLExceptionpublic void updateInt(String columnName, int x) throws SQLException
updateInt インタフェース内 ResultSetSQLExceptionpublic void updateLong(String columnName, long x) throws SQLException
updateLong インタフェース内 ResultSetSQLExceptionpublic void updateShort(String columnName, short x) throws SQLException
updateShort インタフェース内 ResultSetSQLExceptionpublic void updateBoolean(String columnName, boolean x) throws SQLException
updateBoolean インタフェース内 ResultSetSQLExceptionpublic void updateBytes(String columnName, byte[] x) throws SQLException
updateBytes インタフェース内 ResultSetSQLExceptionpublic BigDecimal getBigDecimal(int columnIndex) throws SQLException
getBigDecimal インタフェース内 ResultSetSQLExceptionpublic BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException
getBigDecimal インタフェース内 ResultSetcolumnIndex - The index of column.scale - The number of scale.SQLException - When it fails to handle the SQL.public void updateBigDecimal(int columnIndex,
BigDecimal x)
throws SQLException
updateBigDecimal インタフェース内 ResultSetSQLExceptionpublic URL getURL(int columnIndex) throws SQLException
getURL インタフェース内 ResultSetSQLExceptionpublic Array getArray(int i) throws SQLException
getArray インタフェース内 ResultSetSQLExceptionpublic void updateArray(int columnIndex,
Array x)
throws SQLException
updateArray インタフェース内 ResultSetSQLExceptionpublic Blob getBlob(int i) throws SQLException
getBlob インタフェース内 ResultSetSQLExceptionpublic void updateBlob(int columnIndex,
Blob x)
throws SQLException
updateBlob インタフェース内 ResultSetSQLExceptionpublic Clob getClob(int i) throws SQLException
getClob インタフェース内 ResultSetSQLExceptionpublic void updateClob(int columnIndex,
Clob x)
throws SQLException
updateClob インタフェース内 ResultSetSQLExceptionpublic Date getDate(int columnIndex) throws SQLException
getDate インタフェース内 ResultSetSQLExceptionpublic void updateDate(int columnIndex,
Date x)
throws SQLException
updateDate インタフェース内 ResultSetSQLExceptionpublic Ref getRef(int i) throws SQLException
getRef インタフェース内 ResultSetSQLExceptionpublic void updateRef(int columnIndex,
Ref x)
throws SQLException
updateRef インタフェース内 ResultSetSQLExceptionpublic ResultSetMetaData getMetaData() throws SQLException
getMetaData インタフェース内 ResultSetSQLExceptionpublic SQLWarning getWarnings() throws SQLException
getWarnings インタフェース内 ResultSetSQLExceptionpublic Statement getStatement() throws SQLException
getStatement インタフェース内 ResultSetSQLExceptionpublic Time getTime(int columnIndex) throws SQLException
getTime インタフェース内 ResultSetSQLExceptionpublic void updateTime(int columnIndex,
Time x)
throws SQLException
updateTime インタフェース内 ResultSetSQLExceptionpublic Timestamp getTimestamp(int columnIndex) throws SQLException
getTimestamp インタフェース内 ResultSetSQLExceptionpublic void updateTimestamp(int columnIndex,
Timestamp x)
throws SQLException
updateTimestamp インタフェース内 ResultSetSQLExceptionpublic InputStream getAsciiStream(String columnName) throws SQLException
getAsciiStream インタフェース内 ResultSetSQLExceptionpublic InputStream getBinaryStream(String columnName) throws SQLException
getBinaryStream インタフェース内 ResultSetSQLExceptionpublic InputStream getUnicodeStream(String columnName) throws SQLException
getUnicodeStream インタフェース内 ResultSetcolumnName - The name of column. (NotNull)SQLException - When it fails to handle the SQL.public void updateAsciiStream(String columnName, InputStream x, int length) throws SQLException
updateAsciiStream インタフェース内 ResultSetSQLExceptionpublic void updateBinaryStream(String columnName, InputStream x, int length) throws SQLException
updateBinaryStream インタフェース内 ResultSetSQLExceptionpublic Reader getCharacterStream(String columnName) throws SQLException
getCharacterStream インタフェース内 ResultSetSQLExceptionpublic void updateCharacterStream(String columnName, Reader reader, int length) throws SQLException
updateCharacterStream インタフェース内 ResultSetSQLExceptionpublic Object getObject(String columnName) throws SQLException
getObject インタフェース内 ResultSetSQLExceptionpublic void updateObject(String columnName, Object x) throws SQLException
updateObject インタフェース内 ResultSetSQLExceptionpublic void updateObject(String columnName, Object x, int scale) throws SQLException
updateObject インタフェース内 ResultSetSQLExceptionpublic Object getObject(int i, Map<String,Class<?>> map) throws SQLException
getObject インタフェース内 ResultSetSQLExceptionpublic String getString(String columnName) throws SQLException
getString インタフェース内 ResultSetSQLExceptionpublic void updateString(String columnName, String x) throws SQLException
updateString インタフェース内 ResultSetSQLExceptionpublic BigDecimal getBigDecimal(String columnName) throws SQLException
getBigDecimal インタフェース内 ResultSetSQLExceptionpublic BigDecimal getBigDecimal(String columnName, int scale) throws SQLException
getBigDecimal インタフェース内 ResultSetcolumnName - The name of column. (NotNull)scale - The number of scale.SQLException - When it fails to handle the SQL.public void updateBigDecimal(String columnName, BigDecimal x) throws SQLException
updateBigDecimal インタフェース内 ResultSetSQLExceptionpublic URL getURL(String columnName) throws SQLException
getURL インタフェース内 ResultSetSQLExceptionpublic Array getArray(String colName) throws SQLException
getArray インタフェース内 ResultSetSQLExceptionpublic void updateArray(String columnName, Array x) throws SQLException
updateArray インタフェース内 ResultSetSQLExceptionpublic Blob getBlob(String colName) throws SQLException
getBlob インタフェース内 ResultSetSQLExceptionpublic void updateBlob(String columnName, Blob x) throws SQLException
updateBlob インタフェース内 ResultSetSQLExceptionpublic Clob getClob(String colName) throws SQLException
getClob インタフェース内 ResultSetSQLExceptionpublic void updateClob(String columnName, Clob x) throws SQLException
updateClob インタフェース内 ResultSetSQLExceptionpublic Date getDate(String columnName) throws SQLException
getDate インタフェース内 ResultSetSQLExceptionpublic void updateDate(String columnName, Date x) throws SQLException
updateDate インタフェース内 ResultSetSQLExceptionpublic Date getDate(int columnIndex, Calendar cal) throws SQLException
getDate インタフェース内 ResultSetSQLExceptionpublic Ref getRef(String colName) throws SQLException
getRef インタフェース内 ResultSetSQLExceptionpublic void updateRef(String columnName, Ref x) throws SQLException
updateRef インタフェース内 ResultSetSQLExceptionpublic Time getTime(String columnName) throws SQLException
getTime インタフェース内 ResultSetSQLExceptionpublic void updateTime(String columnName, Time x) throws SQLException
updateTime インタフェース内 ResultSetSQLExceptionpublic Time getTime(int columnIndex, Calendar cal) throws SQLException
getTime インタフェース内 ResultSetSQLExceptionpublic Timestamp getTimestamp(String columnName) throws SQLException
getTimestamp インタフェース内 ResultSetSQLExceptionpublic void updateTimestamp(String columnName, Timestamp x) throws SQLException
updateTimestamp インタフェース内 ResultSetSQLExceptionpublic Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException
getTimestamp インタフェース内 ResultSetSQLExceptionpublic Object getObject(String colName, Map<String,Class<?>> map) throws SQLException
getObject インタフェース内 ResultSetSQLExceptionpublic Date getDate(String columnName, Calendar cal) throws SQLException
getDate インタフェース内 ResultSetSQLExceptionpublic Time getTime(String columnName, Calendar cal) throws SQLException
getTime インタフェース内 ResultSetSQLExceptionpublic Timestamp getTimestamp(String columnName, Calendar cal) throws SQLException
getTimestamp インタフェース内 ResultSetSQLExceptionpublic <T> T unwrap(Class<T> iface) throws SQLException
unwrap インタフェース内 WrapperSQLExceptionpublic boolean isWrapperFor(Class<?> iface) throws SQLException
isWrapperFor インタフェース内 WrapperSQLExceptionpublic RowId getRowId(int i) throws SQLException
getRowId インタフェース内 ResultSetSQLExceptionpublic RowId getRowId(String s) throws SQLException
getRowId インタフェース内 ResultSetSQLExceptionpublic void updateRowId(int i,
RowId rowid)
throws SQLException
updateRowId インタフェース内 ResultSetSQLExceptionpublic void updateRowId(String s, RowId rowid) throws SQLException
updateRowId インタフェース内 ResultSetSQLExceptionpublic int getHoldability()
throws SQLException
getHoldability インタフェース内 ResultSetSQLExceptionpublic boolean isClosed()
throws SQLException
isClosed インタフェース内 ResultSetSQLExceptionpublic void updateNString(int i,
String s)
throws SQLException
updateNString インタフェース内 ResultSetSQLExceptionpublic void updateNString(String s, String s1) throws SQLException
updateNString インタフェース内 ResultSetSQLExceptionpublic void updateNClob(int i,
NClob nclob)
throws SQLException
updateNClob インタフェース内 ResultSetSQLExceptionpublic void updateNClob(String s, NClob nclob) throws SQLException
updateNClob インタフェース内 ResultSetSQLExceptionpublic NClob getNClob(int i) throws SQLException
getNClob インタフェース内 ResultSetSQLExceptionpublic NClob getNClob(String s) throws SQLException
getNClob インタフェース内 ResultSetSQLExceptionpublic SQLXML getSQLXML(int i) throws SQLException
getSQLXML インタフェース内 ResultSetSQLExceptionpublic SQLXML getSQLXML(String s) throws SQLException
getSQLXML インタフェース内 ResultSetSQLExceptionpublic void updateSQLXML(int i,
SQLXML sqlxml)
throws SQLException
updateSQLXML インタフェース内 ResultSetSQLExceptionpublic void updateSQLXML(String s, SQLXML sqlxml) throws SQLException
updateSQLXML インタフェース内 ResultSetSQLExceptionpublic String getNString(int i) throws SQLException
getNString インタフェース内 ResultSetSQLExceptionpublic String getNString(String s) throws SQLException
getNString インタフェース内 ResultSetSQLExceptionpublic Reader getNCharacterStream(int i) throws SQLException
getNCharacterStream インタフェース内 ResultSetSQLExceptionpublic Reader getNCharacterStream(String s) throws SQLException
getNCharacterStream インタフェース内 ResultSetSQLExceptionpublic void updateNCharacterStream(int i,
Reader reader,
long l)
throws SQLException
updateNCharacterStream インタフェース内 ResultSetSQLExceptionpublic void updateNCharacterStream(String s, Reader reader, long l) throws SQLException
updateNCharacterStream インタフェース内 ResultSetSQLExceptionpublic void updateAsciiStream(int i,
InputStream inputstream,
long l)
throws SQLException
updateAsciiStream インタフェース内 ResultSetSQLExceptionpublic void updateBinaryStream(int i,
InputStream inputstream,
long l)
throws SQLException
updateBinaryStream インタフェース内 ResultSetSQLExceptionpublic void updateCharacterStream(int i,
Reader reader,
long l)
throws SQLException
updateCharacterStream インタフェース内 ResultSetSQLExceptionpublic void updateAsciiStream(String s, InputStream inputstream, long l) throws SQLException
updateAsciiStream インタフェース内 ResultSetSQLExceptionpublic void updateBinaryStream(String s, InputStream inputstream, long l) throws SQLException
updateBinaryStream インタフェース内 ResultSetSQLExceptionpublic void updateCharacterStream(String s, Reader reader, long l) throws SQLException
updateCharacterStream インタフェース内 ResultSetSQLExceptionpublic void updateBlob(int i,
InputStream inputstream,
long l)
throws SQLException
updateBlob インタフェース内 ResultSetSQLExceptionpublic void updateBlob(String s, InputStream inputstream, long l) throws SQLException
updateBlob インタフェース内 ResultSetSQLExceptionpublic void updateClob(int i,
Reader reader,
long l)
throws SQLException
updateClob インタフェース内 ResultSetSQLExceptionpublic void updateClob(String s, Reader reader, long l) throws SQLException
updateClob インタフェース内 ResultSetSQLExceptionpublic void updateNClob(int i,
Reader reader,
long l)
throws SQLException
updateNClob インタフェース内 ResultSetSQLExceptionpublic void updateNClob(String s, Reader reader, long l) throws SQLException
updateNClob インタフェース内 ResultSetSQLExceptionpublic void updateNCharacterStream(int i,
Reader reader)
throws SQLException
updateNCharacterStream インタフェース内 ResultSetSQLExceptionpublic void updateNCharacterStream(String s, Reader reader) throws SQLException
updateNCharacterStream インタフェース内 ResultSetSQLExceptionpublic void updateAsciiStream(int i,
InputStream inputstream)
throws SQLException
updateAsciiStream インタフェース内 ResultSetSQLExceptionpublic void updateBinaryStream(int i,
InputStream inputstream)
throws SQLException
updateBinaryStream インタフェース内 ResultSetSQLExceptionpublic void updateCharacterStream(int i,
Reader reader)
throws SQLException
updateCharacterStream インタフェース内 ResultSetSQLExceptionpublic void updateAsciiStream(String s, InputStream inputstream) throws SQLException
updateAsciiStream インタフェース内 ResultSetSQLExceptionpublic void updateBinaryStream(String s, InputStream inputstream) throws SQLException
updateBinaryStream インタフェース内 ResultSetSQLExceptionpublic void updateCharacterStream(String s, Reader reader) throws SQLException
updateCharacterStream インタフェース内 ResultSetSQLExceptionpublic void updateBlob(int i,
InputStream inputstream)
throws SQLException
updateBlob インタフェース内 ResultSetSQLExceptionpublic void updateBlob(String s, InputStream inputstream) throws SQLException
updateBlob インタフェース内 ResultSetSQLExceptionpublic void updateClob(int i,
Reader reader)
throws SQLException
updateClob インタフェース内 ResultSetSQLExceptionpublic void updateClob(String s, Reader reader) throws SQLException
updateClob インタフェース内 ResultSetSQLExceptionpublic void updateNClob(int i,
Reader reader)
throws SQLException
updateNClob インタフェース内 ResultSetSQLExceptionpublic void updateNClob(String s, Reader reader) throws SQLException
updateNClob インタフェース内 ResultSetSQLExceptionpublic <T> T getObject(int columnIndex,
Class<T> type)
throws SQLException
getObject インタフェース内 ResultSetSQLExceptionpublic <T> T getObject(String columnLabel, Class<T> type) throws SQLException
getObject インタフェース内 ResultSetSQLExceptionCopyright © 2014–2015 The DBFlute Project. All rights reserved.