public class FWResultSetWrapper extends Object implements com.handywedge.db.FWFullResultSet
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
absolute(int row) |
void |
afterLast() |
void |
beforeFirst() |
void |
cancelRowUpdates() |
void |
clearWarnings() |
void |
close() |
void |
deleteRow() |
int |
findColumn(String columnLabel) |
boolean |
first() |
Array |
getArray(int columnIndex) |
Array |
getArray(String columnLabel) |
InputStream |
getAsciiStream(int columnIndex) |
InputStream |
getAsciiStream(String columnLabel) |
BigDecimal |
getBigDecimal(int columnIndex) |
BigDecimal |
getBigDecimal(String columnLabel) |
InputStream |
getBinaryStream(int columnIndex) |
InputStream |
getBinaryStream(String columnLabel) |
Blob |
getBlob(int columnIndex) |
Blob |
getBlob(String columnLabel) |
boolean |
getBoolean(int columnIndex) |
boolean |
getBoolean(String columnLabel) |
byte |
getByte(int columnIndex) |
byte |
getByte(String columnLabel) |
byte[] |
getBytes(int columnIndex) |
byte[] |
getBytes(String columnLabel) |
Reader |
getCharacterStream(int columnIndex) |
Reader |
getCharacterStream(String columnLabel) |
Clob |
getClob(int columnIndex) |
Clob |
getClob(String columnLabel) |
int |
getConcurrency() |
String |
getCursorName() |
Date |
getDate(int columnIndex) |
Date |
getDate(int columnIndex,
Calendar cal) |
Date |
getDate(String columnLabel) |
Date |
getDate(String columnLabel,
Calendar cal) |
double |
getDouble(int columnIndex) |
double |
getDouble(String columnLabel) |
int |
getFetchDirection() |
int |
getFetchSize() |
float |
getFloat(int columnIndex) |
float |
getFloat(String columnLabel) |
int |
getHoldability() |
int |
getInt(int columnIndex) |
int |
getInt(String columnLabel) |
long |
getLong(int columnIndex) |
long |
getLong(String columnLabel) |
ResultSetMetaData |
getMetaData() |
Reader |
getNCharacterStream(int columnIndex) |
Reader |
getNCharacterStream(String columnLabel) |
NClob |
getNClob(int columnIndex) |
NClob |
getNClob(String columnLabel) |
String |
getNString(int columnIndex) |
String |
getNString(String columnLabel) |
Object |
getObject(int columnIndex) |
<T> T |
getObject(int columnIndex,
Class<T> type) |
Object |
getObject(int columnIndex,
Map<String,Class<?>> map) |
Object |
getObject(String columnLabel) |
<T> T |
getObject(String columnLabel,
Class<T> type) |
Object |
getObject(String columnLabel,
Map<String,Class<?>> map) |
Ref |
getRef(int columnIndex) |
Ref |
getRef(String columnLabel) |
int |
getRow() |
RowId |
getRowId(int columnIndex) |
RowId |
getRowId(String columnLabel) |
short |
getShort(int columnIndex) |
short |
getShort(String columnLabel) |
SQLXML |
getSQLXML(int columnIndex) |
SQLXML |
getSQLXML(String columnLabel) |
com.handywedge.db.FWStatement |
getStatement() |
String |
getString(int columnIndex) |
String |
getString(String columnLabel) |
Time |
getTime(int columnIndex) |
Time |
getTime(int columnIndex,
Calendar cal) |
Time |
getTime(String columnLabel) |
Time |
getTime(String columnLabel,
Calendar cal) |
Timestamp |
getTimestamp(int columnIndex) |
Timestamp |
getTimestamp(int columnIndex,
Calendar cal) |
Timestamp |
getTimestamp(String columnLabel) |
Timestamp |
getTimestamp(String columnLabel,
Calendar cal) |
int |
getType() |
URL |
getURL(int columnIndex) |
URL |
getURL(String columnLabel) |
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 columnLabel,
Array x) |
void |
updateAsciiStream(int columnIndex,
InputStream x) |
void |
updateAsciiStream(int columnIndex,
InputStream x,
int length) |
void |
updateAsciiStream(int columnIndex,
InputStream x,
long length) |
void |
updateAsciiStream(String columnLabel,
InputStream x) |
void |
updateAsciiStream(String columnLabel,
InputStream x,
int length) |
void |
updateAsciiStream(String columnLabel,
InputStream x,
long length) |
void |
updateBigDecimal(int columnIndex,
BigDecimal x) |
void |
updateBigDecimal(String columnLabel,
BigDecimal x) |
void |
updateBinaryStream(int columnIndex,
InputStream x) |
void |
updateBinaryStream(int columnIndex,
InputStream x,
int length) |
void |
updateBinaryStream(int columnIndex,
InputStream x,
long length) |
void |
updateBinaryStream(String columnLabel,
InputStream x) |
void |
updateBinaryStream(String columnLabel,
InputStream x,
int length) |
void |
updateBinaryStream(String columnLabel,
InputStream x,
long length) |
void |
updateBlob(int columnIndex,
Blob x) |
void |
updateBlob(int columnIndex,
InputStream inputStream) |
void |
updateBlob(int columnIndex,
InputStream inputStream,
long length) |
void |
updateBlob(String columnLabel,
Blob x) |
void |
updateBlob(String columnLabel,
InputStream inputStream) |
void |
updateBlob(String columnLabel,
InputStream inputStream,
long length) |
void |
updateBoolean(int columnIndex,
boolean x) |
void |
updateBoolean(String columnLabel,
boolean x) |
void |
updateByte(int columnIndex,
byte x) |
void |
updateByte(String columnLabel,
byte x) |
void |
updateBytes(int columnIndex,
byte[] x) |
void |
updateBytes(String columnLabel,
byte[] x) |
void |
updateCharacterStream(int columnIndex,
Reader x) |
void |
updateCharacterStream(int columnIndex,
Reader x,
int length) |
void |
updateCharacterStream(int columnIndex,
Reader x,
long length) |
void |
updateCharacterStream(String columnLabel,
Reader reader) |
void |
updateCharacterStream(String columnLabel,
Reader reader,
int length) |
void |
updateCharacterStream(String columnLabel,
Reader reader,
long length) |
void |
updateClob(int columnIndex,
Clob x) |
void |
updateClob(int columnIndex,
Reader reader) |
void |
updateClob(int columnIndex,
Reader reader,
long length) |
void |
updateClob(String columnLabel,
Clob x) |
void |
updateClob(String columnLabel,
Reader reader) |
void |
updateClob(String columnLabel,
Reader reader,
long length) |
void |
updateDate(int columnIndex,
Date x) |
void |
updateDate(String columnLabel,
Date x) |
void |
updateDouble(int columnIndex,
double x) |
void |
updateDouble(String columnLabel,
double x) |
void |
updateFloat(int columnIndex,
float x) |
void |
updateFloat(String columnLabel,
float x) |
void |
updateInt(int columnIndex,
int x) |
void |
updateInt(String columnLabel,
int x) |
void |
updateLong(int columnIndex,
long x) |
void |
updateLong(String columnLabel,
long x) |
void |
updateNCharacterStream(int columnIndex,
Reader x) |
void |
updateNCharacterStream(int columnIndex,
Reader x,
long length) |
void |
updateNCharacterStream(String columnLabel,
Reader reader) |
void |
updateNCharacterStream(String columnLabel,
Reader reader,
long length) |
void |
updateNClob(int columnIndex,
NClob nClob) |
void |
updateNClob(int columnIndex,
Reader reader) |
void |
updateNClob(int columnIndex,
Reader reader,
long length) |
void |
updateNClob(String columnLabel,
NClob nClob) |
void |
updateNClob(String columnLabel,
Reader reader) |
void |
updateNClob(String columnLabel,
Reader reader,
long length) |
void |
updateNString(int columnIndex,
String nString) |
void |
updateNString(String columnLabel,
String nString) |
void |
updateNull(int columnIndex) |
void |
updateNull(String columnLabel) |
void |
updateObject(int columnIndex,
Object x) |
void |
updateObject(int columnIndex,
Object x,
int scaleOrLength) |
void |
updateObject(int columnIndex,
Object x,
SQLType targetSqlType) |
void |
updateObject(int columnIndex,
Object x,
SQLType targetSqlType,
int scaleOrLength) |
void |
updateObject(String columnLabel,
Object x) |
void |
updateObject(String columnLabel,
Object x,
int scaleOrLength) |
void |
updateObject(String columnLabel,
Object x,
SQLType targetSqlType) |
void |
updateObject(String columnLabel,
Object x,
SQLType targetSqlType,
int scaleOrLength) |
void |
updateRef(int columnIndex,
Ref x) |
void |
updateRef(String columnLabel,
Ref x) |
void |
updateRow() |
void |
updateRowId(int columnIndex,
RowId x) |
void |
updateRowId(String columnLabel,
RowId x) |
void |
updateShort(int columnIndex,
short x) |
void |
updateShort(String columnLabel,
short x) |
void |
updateSQLXML(int columnIndex,
SQLXML xmlObject) |
void |
updateSQLXML(String columnLabel,
SQLXML xmlObject) |
void |
updateString(int columnIndex,
String x) |
void |
updateString(String columnLabel,
String x) |
void |
updateTime(int columnIndex,
Time x) |
void |
updateTime(String columnLabel,
Time x) |
void |
updateTimestamp(int columnIndex,
Timestamp x) |
void |
updateTimestamp(String columnLabel,
Timestamp x) |
boolean |
wasNull() |
public <T> T unwrap(Class<T> iface) throws SQLException
SQLExceptionpublic boolean isWrapperFor(Class<?> iface) throws SQLException
SQLExceptionpublic boolean next()
throws SQLException
next インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void close()
throws SQLException
close インタフェース内 com.handywedge.db.FWResultSetclose インタフェース内 AutoCloseableSQLExceptionpublic boolean wasNull()
throws SQLException
wasNull インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic String getString(int columnIndex) throws SQLException
getString インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic boolean getBoolean(int columnIndex)
throws SQLException
getBoolean インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic byte getByte(int columnIndex)
throws SQLException
getByte インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic short getShort(int columnIndex)
throws SQLException
getShort インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic int getInt(int columnIndex)
throws SQLException
getInt インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic long getLong(int columnIndex)
throws SQLException
getLong インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic float getFloat(int columnIndex)
throws SQLException
getFloat インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic double getDouble(int columnIndex)
throws SQLException
getDouble インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic byte[] getBytes(int columnIndex)
throws SQLException
getBytes インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic Date getDate(int columnIndex) throws SQLException
getDate インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic Time getTime(int columnIndex) throws SQLException
getTime インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic Timestamp getTimestamp(int columnIndex) throws SQLException
getTimestamp インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic InputStream getAsciiStream(int columnIndex) throws SQLException
getAsciiStream インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic InputStream getBinaryStream(int columnIndex) throws SQLException
getBinaryStream インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic String getString(String columnLabel) throws SQLException
getString インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic boolean getBoolean(String columnLabel) throws SQLException
getBoolean インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic byte getByte(String columnLabel) throws SQLException
getByte インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic short getShort(String columnLabel) throws SQLException
getShort インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic int getInt(String columnLabel) throws SQLException
getInt インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic long getLong(String columnLabel) throws SQLException
getLong インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic float getFloat(String columnLabel) throws SQLException
getFloat インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic double getDouble(String columnLabel) throws SQLException
getDouble インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic byte[] getBytes(String columnLabel) throws SQLException
getBytes インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic Date getDate(String columnLabel) throws SQLException
getDate インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic Time getTime(String columnLabel) throws SQLException
getTime インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic Timestamp getTimestamp(String columnLabel) throws SQLException
getTimestamp インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic InputStream getAsciiStream(String columnLabel) throws SQLException
getAsciiStream インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic InputStream getBinaryStream(String columnLabel) throws SQLException
getBinaryStream インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic SQLWarning getWarnings() throws SQLException
getWarnings インタフェース内 com.handywedge.db.FWFullResultSetSQLExceptionpublic void clearWarnings()
throws SQLException
clearWarnings インタフェース内 com.handywedge.db.FWFullResultSetSQLExceptionpublic String getCursorName() throws SQLException
getCursorName インタフェース内 com.handywedge.db.FWFullResultSetSQLExceptionpublic ResultSetMetaData getMetaData() throws SQLException
getMetaData インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic Object getObject(int columnIndex) throws SQLException
getObject インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic Object getObject(String columnLabel) throws SQLException
getObject インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic int findColumn(String columnLabel) throws SQLException
findColumn インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic Reader getCharacterStream(int columnIndex) throws SQLException
getCharacterStream インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic Reader getCharacterStream(String columnLabel) throws SQLException
getCharacterStream インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic BigDecimal getBigDecimal(int columnIndex) throws SQLException
getBigDecimal インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic BigDecimal getBigDecimal(String columnLabel) throws SQLException
getBigDecimal インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic boolean isBeforeFirst()
throws SQLException
isBeforeFirst インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic boolean isAfterLast()
throws SQLException
isAfterLast インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic boolean isFirst()
throws SQLException
isFirst インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic boolean isLast()
throws SQLException
isLast インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void beforeFirst()
throws SQLException
beforeFirst インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void afterLast()
throws SQLException
afterLast インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic boolean first()
throws SQLException
first インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic boolean last()
throws SQLException
last インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic int getRow()
throws SQLException
getRow インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic boolean absolute(int row)
throws SQLException
absolute インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic boolean relative(int rows)
throws SQLException
relative インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic boolean previous()
throws SQLException
previous インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void setFetchDirection(int direction)
throws SQLException
setFetchDirection インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic int getFetchDirection()
throws SQLException
getFetchDirection インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void setFetchSize(int rows)
throws SQLException
setFetchSize インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic int getFetchSize()
throws SQLException
getFetchSize インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic int getType()
throws SQLException
getType インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic int getConcurrency()
throws SQLException
getConcurrency インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic boolean rowUpdated()
throws SQLException
rowUpdated インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic boolean rowInserted()
throws SQLException
rowInserted インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic boolean rowDeleted()
throws SQLException
rowDeleted インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateNull(int columnIndex)
throws SQLException
updateNull インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateBoolean(int columnIndex,
boolean x)
throws SQLException
updateBoolean インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateByte(int columnIndex,
byte x)
throws SQLException
updateByte インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateShort(int columnIndex,
short x)
throws SQLException
updateShort インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateInt(int columnIndex,
int x)
throws SQLException
updateInt インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateLong(int columnIndex,
long x)
throws SQLException
updateLong インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateFloat(int columnIndex,
float x)
throws SQLException
updateFloat インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateDouble(int columnIndex,
double x)
throws SQLException
updateDouble インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateBigDecimal(int columnIndex,
BigDecimal x)
throws SQLException
updateBigDecimal インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateString(int columnIndex,
String x)
throws SQLException
updateString インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateBytes(int columnIndex,
byte[] x)
throws SQLException
updateBytes インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateDate(int columnIndex,
Date x)
throws SQLException
updateDate インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateTime(int columnIndex,
Time x)
throws SQLException
updateTime インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateTimestamp(int columnIndex,
Timestamp x)
throws SQLException
updateTimestamp インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateAsciiStream(int columnIndex,
InputStream x,
int length)
throws SQLException
updateAsciiStream インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateBinaryStream(int columnIndex,
InputStream x,
int length)
throws SQLException
updateBinaryStream インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateCharacterStream(int columnIndex,
Reader x,
int length)
throws SQLException
updateCharacterStream インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateObject(int columnIndex,
Object x,
int scaleOrLength)
throws SQLException
updateObject インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateObject(int columnIndex,
Object x)
throws SQLException
updateObject インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateNull(String columnLabel) throws SQLException
updateNull インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateBoolean(String columnLabel, boolean x) throws SQLException
updateBoolean インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateByte(String columnLabel, byte x) throws SQLException
updateByte インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateShort(String columnLabel, short x) throws SQLException
updateShort インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateInt(String columnLabel, int x) throws SQLException
updateInt インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateLong(String columnLabel, long x) throws SQLException
updateLong インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateFloat(String columnLabel, float x) throws SQLException
updateFloat インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateDouble(String columnLabel, double x) throws SQLException
updateDouble インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateBigDecimal(String columnLabel, BigDecimal x) throws SQLException
updateBigDecimal インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateString(String columnLabel, String x) throws SQLException
updateString インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateBytes(String columnLabel, byte[] x) throws SQLException
updateBytes インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateDate(String columnLabel, Date x) throws SQLException
updateDate インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateTime(String columnLabel, Time x) throws SQLException
updateTime インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateTimestamp(String columnLabel, Timestamp x) throws SQLException
updateTimestamp インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateAsciiStream(String columnLabel, InputStream x, int length) throws SQLException
updateAsciiStream インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateBinaryStream(String columnLabel, InputStream x, int length) throws SQLException
updateBinaryStream インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateCharacterStream(String columnLabel, Reader reader, int length) throws SQLException
updateCharacterStream インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateObject(String columnLabel, Object x, int scaleOrLength) throws SQLException
updateObject インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateObject(String columnLabel, Object x) throws SQLException
updateObject インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void insertRow()
throws SQLException
insertRow インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateRow()
throws SQLException
updateRow インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void deleteRow()
throws SQLException
deleteRow インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void refreshRow()
throws SQLException
refreshRow インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void cancelRowUpdates()
throws SQLException
cancelRowUpdates インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void moveToInsertRow()
throws SQLException
moveToInsertRow インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void moveToCurrentRow()
throws SQLException
moveToCurrentRow インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic com.handywedge.db.FWStatement getStatement()
throws SQLException
getStatement インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic Object getObject(int columnIndex, Map<String,Class<?>> map) throws SQLException
getObject インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic Ref getRef(int columnIndex) throws SQLException
getRef インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic Blob getBlob(int columnIndex) throws SQLException
getBlob インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic Clob getClob(int columnIndex) throws SQLException
getClob インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic Array getArray(int columnIndex) throws SQLException
getArray インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic Object getObject(String columnLabel, Map<String,Class<?>> map) throws SQLException
getObject インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic Ref getRef(String columnLabel) throws SQLException
getRef インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic Blob getBlob(String columnLabel) throws SQLException
getBlob インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic Clob getClob(String columnLabel) throws SQLException
getClob インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic Array getArray(String columnLabel) throws SQLException
getArray インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic Date getDate(int columnIndex, Calendar cal) throws SQLException
getDate インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic Date getDate(String columnLabel, Calendar cal) throws SQLException
getDate インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic Time getTime(int columnIndex, Calendar cal) throws SQLException
getTime インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic Time getTime(String columnLabel, Calendar cal) throws SQLException
getTime インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException
getTimestamp インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic Timestamp getTimestamp(String columnLabel, Calendar cal) throws SQLException
getTimestamp インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic URL getURL(int columnIndex) throws SQLException
getURL インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic URL getURL(String columnLabel) throws SQLException
getURL インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateRef(int columnIndex,
Ref x)
throws SQLException
updateRef インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateRef(String columnLabel, Ref x) throws SQLException
updateRef インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateBlob(int columnIndex,
Blob x)
throws SQLException
updateBlob インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateBlob(String columnLabel, Blob x) throws SQLException
updateBlob インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateClob(int columnIndex,
Clob x)
throws SQLException
updateClob インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateClob(String columnLabel, Clob x) throws SQLException
updateClob インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateArray(int columnIndex,
Array x)
throws SQLException
updateArray インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateArray(String columnLabel, Array x) throws SQLException
updateArray インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic RowId getRowId(int columnIndex) throws SQLException
getRowId インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic RowId getRowId(String columnLabel) throws SQLException
getRowId インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateRowId(int columnIndex,
RowId x)
throws SQLException
updateRowId インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateRowId(String columnLabel, RowId x) throws SQLException
updateRowId インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic int getHoldability()
throws SQLException
getHoldability インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic boolean isClosed()
throws SQLException
isClosed インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateNString(int columnIndex,
String nString)
throws SQLException
updateNString インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateNString(String columnLabel, String nString) throws SQLException
updateNString インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateNClob(int columnIndex,
NClob nClob)
throws SQLException
updateNClob インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateNClob(String columnLabel, NClob nClob) throws SQLException
updateNClob インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic NClob getNClob(int columnIndex) throws SQLException
getNClob インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic NClob getNClob(String columnLabel) throws SQLException
getNClob インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic SQLXML getSQLXML(int columnIndex) throws SQLException
getSQLXML インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic SQLXML getSQLXML(String columnLabel) throws SQLException
getSQLXML インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateSQLXML(int columnIndex,
SQLXML xmlObject)
throws SQLException
updateSQLXML インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateSQLXML(String columnLabel, SQLXML xmlObject) throws SQLException
updateSQLXML インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic String getNString(int columnIndex) throws SQLException
getNString インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic String getNString(String columnLabel) throws SQLException
getNString インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic Reader getNCharacterStream(int columnIndex) throws SQLException
getNCharacterStream インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic Reader getNCharacterStream(String columnLabel) throws SQLException
getNCharacterStream インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateNCharacterStream(int columnIndex,
Reader x,
long length)
throws SQLException
updateNCharacterStream インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException
updateNCharacterStream インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateAsciiStream(int columnIndex,
InputStream x,
long length)
throws SQLException
updateAsciiStream インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateBinaryStream(int columnIndex,
InputStream x,
long length)
throws SQLException
updateBinaryStream インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateCharacterStream(int columnIndex,
Reader x,
long length)
throws SQLException
updateCharacterStream インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateAsciiStream(String columnLabel, InputStream x, long length) throws SQLException
updateAsciiStream インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateBinaryStream(String columnLabel, InputStream x, long length) throws SQLException
updateBinaryStream インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException
updateCharacterStream インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateBlob(int columnIndex,
InputStream inputStream,
long length)
throws SQLException
updateBlob インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException
updateBlob インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateClob(int columnIndex,
Reader reader,
long length)
throws SQLException
updateClob インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateClob(String columnLabel, Reader reader, long length) throws SQLException
updateClob インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateNClob(int columnIndex,
Reader reader,
long length)
throws SQLException
updateNClob インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateNClob(String columnLabel, Reader reader, long length) throws SQLException
updateNClob インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateNCharacterStream(int columnIndex,
Reader x)
throws SQLException
updateNCharacterStream インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateNCharacterStream(String columnLabel, Reader reader) throws SQLException
updateNCharacterStream インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateAsciiStream(int columnIndex,
InputStream x)
throws SQLException
updateAsciiStream インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateBinaryStream(int columnIndex,
InputStream x)
throws SQLException
updateBinaryStream インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateCharacterStream(int columnIndex,
Reader x)
throws SQLException
updateCharacterStream インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateAsciiStream(String columnLabel, InputStream x) throws SQLException
updateAsciiStream インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateBinaryStream(String columnLabel, InputStream x) throws SQLException
updateBinaryStream インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateCharacterStream(String columnLabel, Reader reader) throws SQLException
updateCharacterStream インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateBlob(int columnIndex,
InputStream inputStream)
throws SQLException
updateBlob インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateBlob(String columnLabel, InputStream inputStream) throws SQLException
updateBlob インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateClob(int columnIndex,
Reader reader)
throws SQLException
updateClob インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateClob(String columnLabel, Reader reader) throws SQLException
updateClob インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateNClob(int columnIndex,
Reader reader)
throws SQLException
updateNClob インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateNClob(String columnLabel, Reader reader) throws SQLException
updateNClob インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic <T> T getObject(int columnIndex,
Class<T> type)
throws SQLException
getObject インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic <T> T getObject(String columnLabel, Class<T> type) throws SQLException
getObject インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateObject(int columnIndex,
Object x,
SQLType targetSqlType,
int scaleOrLength)
throws SQLException
updateObject インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateObject(String columnLabel, Object x, SQLType targetSqlType, int scaleOrLength) throws SQLException
updateObject インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateObject(int columnIndex,
Object x,
SQLType targetSqlType)
throws SQLException
updateObject インタフェース内 com.handywedge.db.FWResultSetSQLExceptionpublic void updateObject(String columnLabel, Object x, SQLType targetSqlType) throws SQLException
updateObject インタフェース内 com.handywedge.db.FWResultSetSQLExceptionHandywedge ver 0.10.0-SNAPSHOT. Copyright (c) 2019 Handywedge Co.,Ltd.