org.seasar.extension.jdbc.impl
クラス ResultSetWrapper
java.lang.Object
org.seasar.extension.jdbc.impl.ResultSetWrapper
- すべての実装インタフェース:
- ResultSet
- 直系の既知のサブクラス:
- OracleResultSet
- public class ResultSetWrapper
- extends Object
- implements ResultSet
- 作成者:
- higa
メソッドの概要 |
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)
推奨されていません。 |
BigDecimal |
getBigDecimal(String columnName)
|
BigDecimal |
getBigDecimal(String columnName,
int scale)
推奨されていません。 |
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 |
getInt(int columnIndex)
|
int |
getInt(String columnName)
|
long |
getLong(int columnIndex)
|
long |
getLong(String columnName)
|
ResultSetMetaData |
getMetaData()
|
Object |
getObject(int columnIndex)
|
Object |
getObject(int i,
Map map)
|
Object |
getObject(String columnName)
|
Object |
getObject(String colName,
Map map)
|
Ref |
getRef(int i)
|
Ref |
getRef(String colName)
|
int |
getRow()
|
short |
getShort(int columnIndex)
|
short |
getShort(String columnName)
|
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)
推奨されていません。 use getCharacterStream in place of
getUnicodeStream |
InputStream |
getUnicodeStream(String columnName)
推奨されていません。 use getCharacterStream instead |
URL |
getURL(int columnIndex)
|
URL |
getURL(String columnName)
|
SQLWarning |
getWarnings()
|
void |
insertRow()
|
boolean |
isAfterLast()
|
boolean |
isBeforeFirst()
|
boolean |
isFirst()
|
boolean |
isLast()
|
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)
|
void |
updateArray(int columnIndex,
Array x)
|
void |
updateArray(String columnName,
Array x)
|
void |
updateAsciiStream(int columnIndex,
InputStream x,
int length)
|
void |
updateAsciiStream(String columnName,
InputStream x,
int length)
|
void |
updateBigDecimal(int columnIndex,
BigDecimal x)
|
void |
updateBigDecimal(String columnName,
BigDecimal x)
|
void |
updateBinaryStream(int columnIndex,
InputStream x,
int length)
|
void |
updateBinaryStream(String columnName,
InputStream x,
int length)
|
void |
updateBlob(int columnIndex,
Blob x)
|
void |
updateBlob(String columnName,
Blob x)
|
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 columnIndex,
Reader x,
int length)
|
void |
updateCharacterStream(String columnName,
Reader reader,
int length)
|
void |
updateClob(int columnIndex,
Clob x)
|
void |
updateClob(String columnName,
Clob x)
|
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 |
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 |
updateShort(int columnIndex,
short x)
|
void |
updateShort(String columnName,
short x)
|
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()
|
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultSetWrapper
public ResultSetWrapper(ResultSet original)
getConcurrency
public int getConcurrency()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getConcurrency
- 例外:
SQLException
- 関連項目:
ResultSet.getConcurrency()
getFetchDirection
public int getFetchDirection()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getFetchDirection
- 例外:
SQLException
- 関連項目:
ResultSet.getFetchDirection()
getFetchSize
public int getFetchSize()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getFetchSize
- 例外:
SQLException
- 関連項目:
ResultSet.getFetchSize()
getRow
public int getRow()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getRow
- 例外:
SQLException
- 関連項目:
ResultSet.getRow()
getType
public int getType()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getType
- 例外:
SQLException
- 関連項目:
ResultSet.getType()
afterLast
public void afterLast()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の afterLast
- 例外:
SQLException
- 関連項目:
ResultSet.afterLast()
beforeFirst
public void beforeFirst()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の beforeFirst
- 例外:
SQLException
- 関連項目:
ResultSet.beforeFirst()
cancelRowUpdates
public void cancelRowUpdates()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の cancelRowUpdates
- 例外:
SQLException
- 関連項目:
ResultSet.cancelRowUpdates()
clearWarnings
public void clearWarnings()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の clearWarnings
- 例外:
SQLException
- 関連項目:
ResultSet.clearWarnings()
close
public void close()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の close
- 例外:
SQLException
- 関連項目:
ResultSet.close()
deleteRow
public void deleteRow()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の deleteRow
- 例外:
SQLException
- 関連項目:
ResultSet.deleteRow()
insertRow
public void insertRow()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の insertRow
- 例外:
SQLException
- 関連項目:
ResultSet.insertRow()
moveToCurrentRow
public void moveToCurrentRow()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の moveToCurrentRow
- 例外:
SQLException
- 関連項目:
ResultSet.moveToCurrentRow()
moveToInsertRow
public void moveToInsertRow()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の moveToInsertRow
- 例外:
SQLException
- 関連項目:
ResultSet.moveToInsertRow()
refreshRow
public void refreshRow()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の refreshRow
- 例外:
SQLException
- 関連項目:
ResultSet.refreshRow()
updateRow
public void updateRow()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateRow
- 例外:
SQLException
- 関連項目:
ResultSet.updateRow()
first
public boolean first()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の first
- 例外:
SQLException
- 関連項目:
ResultSet.first()
isAfterLast
public boolean isAfterLast()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の isAfterLast
- 例外:
SQLException
- 関連項目:
ResultSet.isAfterLast()
isBeforeFirst
public boolean isBeforeFirst()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の isBeforeFirst
- 例外:
SQLException
- 関連項目:
ResultSet.isBeforeFirst()
isFirst
public boolean isFirst()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の isFirst
- 例外:
SQLException
- 関連項目:
ResultSet.isFirst()
isLast
public boolean isLast()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の isLast
- 例外:
SQLException
- 関連項目:
ResultSet.isLast()
last
public boolean last()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の last
- 例外:
SQLException
- 関連項目:
ResultSet.last()
next
public boolean next()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の next
- 例外:
SQLException
- 関連項目:
ResultSet.next()
previous
public boolean previous()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の previous
- 例外:
SQLException
- 関連項目:
ResultSet.previous()
rowDeleted
public boolean rowDeleted()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の rowDeleted
- 例外:
SQLException
- 関連項目:
ResultSet.rowDeleted()
rowInserted
public boolean rowInserted()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の rowInserted
- 例外:
SQLException
- 関連項目:
ResultSet.rowInserted()
rowUpdated
public boolean rowUpdated()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の rowUpdated
- 例外:
SQLException
- 関連項目:
ResultSet.rowUpdated()
wasNull
public boolean wasNull()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の wasNull
- 例外:
SQLException
- 関連項目:
ResultSet.wasNull()
getByte
public byte getByte(int columnIndex)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getByte
- 例外:
SQLException
- 関連項目:
ResultSet.getByte(int)
getDouble
public double getDouble(int columnIndex)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getDouble
- 例外:
SQLException
- 関連項目:
ResultSet.getDouble(int)
getFloat
public float getFloat(int columnIndex)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getFloat
- 例外:
SQLException
- 関連項目:
ResultSet.getFloat(int)
getInt
public int getInt(int columnIndex)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getInt
- 例外:
SQLException
- 関連項目:
ResultSet.getInt(int)
getLong
public long getLong(int columnIndex)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getLong
- 例外:
SQLException
- 関連項目:
ResultSet.getLong(int)
getShort
public short getShort(int columnIndex)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getShort
- 例外:
SQLException
- 関連項目:
ResultSet.getShort(int)
setFetchDirection
public void setFetchDirection(int direction)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の setFetchDirection
- 例外:
SQLException
- 関連項目:
ResultSet.setFetchDirection(int)
setFetchSize
public void setFetchSize(int rows)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の setFetchSize
- 例外:
SQLException
- 関連項目:
ResultSet.setFetchSize(int)
updateNull
public void updateNull(int columnIndex)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateNull
- 例外:
SQLException
- 関連項目:
ResultSet.updateNull(int)
absolute
public boolean absolute(int row)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の absolute
- 例外:
SQLException
- 関連項目:
ResultSet.absolute(int)
getBoolean
public boolean getBoolean(int columnIndex)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getBoolean
- 例外:
SQLException
- 関連項目:
ResultSet.getBoolean(int)
relative
public boolean relative(int rows)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の relative
- 例外:
SQLException
- 関連項目:
ResultSet.relative(int)
getBytes
public byte[] getBytes(int columnIndex)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getBytes
- 例外:
SQLException
- 関連項目:
ResultSet.getBytes(int)
updateByte
public void updateByte(int columnIndex,
byte x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateByte
- 例外:
SQLException
- 関連項目:
ResultSet.updateByte(int, byte)
updateDouble
public void updateDouble(int columnIndex,
double x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateDouble
- 例外:
SQLException
- 関連項目:
ResultSet.updateDouble(int, double)
updateFloat
public void updateFloat(int columnIndex,
float x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateFloat
- 例外:
SQLException
- 関連項目:
ResultSet.updateFloat(int, float)
updateInt
public void updateInt(int columnIndex,
int x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateInt
- 例外:
SQLException
- 関連項目:
ResultSet.updateInt(int, int)
updateLong
public void updateLong(int columnIndex,
long x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateLong
- 例外:
SQLException
- 関連項目:
ResultSet.updateLong(int, long)
updateShort
public void updateShort(int columnIndex,
short x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateShort
- 例外:
SQLException
- 関連項目:
ResultSet.updateShort(int, short)
updateBoolean
public void updateBoolean(int columnIndex,
boolean x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateBoolean
- 例外:
SQLException
- 関連項目:
ResultSet.updateBoolean(int, boolean)
updateBytes
public void updateBytes(int columnIndex,
byte[] x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateBytes
- 例外:
SQLException
- 関連項目:
ResultSet.updateBytes(int, byte[])
getAsciiStream
public InputStream getAsciiStream(int columnIndex)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getAsciiStream
- 例外:
SQLException
- 関連項目:
ResultSet.getAsciiStream(int)
getBinaryStream
public InputStream getBinaryStream(int columnIndex)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getBinaryStream
- 例外:
SQLException
- 関連項目:
ResultSet.getBinaryStream(int)
getUnicodeStream
public InputStream getUnicodeStream(int columnIndex)
throws SQLException
- 推奨されていません。 use
getCharacterStream
in place of
getUnicodeStream
- 定義:
- インタフェース
ResultSet
内の getUnicodeStream
- 例外:
SQLException
- 関連項目:
ResultSet.getUnicodeStream(int)
updateAsciiStream
public void updateAsciiStream(int columnIndex,
InputStream x,
int length)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateAsciiStream
- 例外:
SQLException
- 関連項目:
ResultSet.updateAsciiStream(int, java.io.InputStream, int)
updateBinaryStream
public void updateBinaryStream(int columnIndex,
InputStream x,
int length)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateBinaryStream
- 例外:
SQLException
- 関連項目:
ResultSet.updateBinaryStream(int, java.io.InputStream, int)
getCharacterStream
public Reader getCharacterStream(int columnIndex)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getCharacterStream
- 例外:
SQLException
- 関連項目:
ResultSet.getCharacterStream(int)
updateCharacterStream
public void updateCharacterStream(int columnIndex,
Reader x,
int length)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateCharacterStream
- 例外:
SQLException
- 関連項目:
ResultSet.updateCharacterStream(int, java.io.Reader, int)
getObject
public Object getObject(int columnIndex)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getObject
- 例外:
SQLException
- 関連項目:
ResultSet.getObject(int)
updateObject
public void updateObject(int columnIndex,
Object x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateObject
- 例外:
SQLException
- 関連項目:
ResultSet.updateObject(int, java.lang.Object)
updateObject
public void updateObject(int columnIndex,
Object x,
int scale)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateObject
- 例外:
SQLException
- 関連項目:
ResultSet.updateObject(int, java.lang.Object, int)
getCursorName
public String getCursorName()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getCursorName
- 例外:
SQLException
- 関連項目:
ResultSet.getCursorName()
getString
public String getString(int columnIndex)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getString
- 例外:
SQLException
- 関連項目:
ResultSet.getString(int)
updateString
public void updateString(int columnIndex,
String x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateString
- 例外:
SQLException
- 関連項目:
ResultSet.updateString(int, java.lang.String)
getByte
public byte getByte(String columnName)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getByte
- 例外:
SQLException
- 関連項目:
ResultSet.getByte(java.lang.String)
getDouble
public double getDouble(String columnName)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getDouble
- 例外:
SQLException
- 関連項目:
ResultSet.getDouble(java.lang.String)
getFloat
public float getFloat(String columnName)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getFloat
- 例外:
SQLException
- 関連項目:
ResultSet.getFloat(java.lang.String)
findColumn
public int findColumn(String columnName)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の findColumn
- 例外:
SQLException
- 関連項目:
ResultSet.findColumn(java.lang.String)
getInt
public int getInt(String columnName)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getInt
- 例外:
SQLException
- 関連項目:
ResultSet.getInt(java.lang.String)
getLong
public long getLong(String columnName)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getLong
- 例外:
SQLException
- 関連項目:
ResultSet.getLong(java.lang.String)
getShort
public short getShort(String columnName)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getShort
- 例外:
SQLException
- 関連項目:
ResultSet.getShort(java.lang.String)
updateNull
public void updateNull(String columnName)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateNull
- 例外:
SQLException
- 関連項目:
ResultSet.updateNull(java.lang.String)
getBoolean
public boolean getBoolean(String columnName)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getBoolean
- 例外:
SQLException
- 関連項目:
ResultSet.getBoolean(java.lang.String)
getBytes
public byte[] getBytes(String columnName)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getBytes
- 例外:
SQLException
- 関連項目:
ResultSet.getBytes(java.lang.String)
updateByte
public void updateByte(String columnName,
byte x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateByte
- 例外:
SQLException
- 関連項目:
ResultSet.updateByte(java.lang.String, byte)
updateDouble
public void updateDouble(String columnName,
double x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateDouble
- 例外:
SQLException
- 関連項目:
ResultSet.updateDouble(java.lang.String, double)
updateFloat
public void updateFloat(String columnName,
float x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateFloat
- 例外:
SQLException
- 関連項目:
ResultSet.updateFloat(java.lang.String, float)
updateInt
public void updateInt(String columnName,
int x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateInt
- 例外:
SQLException
- 関連項目:
ResultSet.updateInt(java.lang.String, int)
updateLong
public void updateLong(String columnName,
long x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateLong
- 例外:
SQLException
- 関連項目:
ResultSet.updateLong(java.lang.String, long)
updateShort
public void updateShort(String columnName,
short x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateShort
- 例外:
SQLException
- 関連項目:
ResultSet.updateShort(java.lang.String, short)
updateBoolean
public void updateBoolean(String columnName,
boolean x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateBoolean
- 例外:
SQLException
- 関連項目:
ResultSet.updateBoolean(java.lang.String, boolean)
updateBytes
public void updateBytes(String columnName,
byte[] x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateBytes
- 例外:
SQLException
- 関連項目:
ResultSet.updateBytes(java.lang.String, byte[])
getBigDecimal
public BigDecimal getBigDecimal(int columnIndex)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getBigDecimal
- 例外:
SQLException
- 関連項目:
ResultSet.getBigDecimal(int)
getBigDecimal
public BigDecimal getBigDecimal(int columnIndex,
int scale)
throws SQLException
- 推奨されていません。
- 定義:
- インタフェース
ResultSet
内の getBigDecimal
- 例外:
SQLException
- 関連項目:
ResultSet.getBigDecimal(int, int)
updateBigDecimal
public void updateBigDecimal(int columnIndex,
BigDecimal x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateBigDecimal
- 例外:
SQLException
- 関連項目:
ResultSet.updateBigDecimal(int, java.math.BigDecimal)
getURL
public URL getURL(int columnIndex)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getURL
- 例外:
SQLException
- 関連項目:
ResultSet.getURL(int)
getArray
public Array getArray(int i)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getArray
- 例外:
SQLException
- 関連項目:
ResultSet.getArray(int)
updateArray
public void updateArray(int columnIndex,
Array x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateArray
- 例外:
SQLException
- 関連項目:
ResultSet.updateArray(int, java.sql.Array)
getBlob
public Blob getBlob(int i)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getBlob
- 例外:
SQLException
- 関連項目:
ResultSet.getBlob(int)
updateBlob
public void updateBlob(int columnIndex,
Blob x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateBlob
- 例外:
SQLException
- 関連項目:
ResultSet.updateBlob(int, java.sql.Blob)
getClob
public Clob getClob(int i)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getClob
- 例外:
SQLException
- 関連項目:
ResultSet.getClob(int)
updateClob
public void updateClob(int columnIndex,
Clob x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateClob
- 例外:
SQLException
- 関連項目:
ResultSet.updateClob(int, java.sql.Clob)
getDate
public Date getDate(int columnIndex)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getDate
- 例外:
SQLException
- 関連項目:
ResultSet.getDate(int)
updateDate
public void updateDate(int columnIndex,
Date x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateDate
- 例外:
SQLException
- 関連項目:
ResultSet.updateDate(int, java.sql.Date)
getRef
public Ref getRef(int i)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getRef
- 例外:
SQLException
- 関連項目:
ResultSet.getRef(int)
updateRef
public void updateRef(int columnIndex,
Ref x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateRef
- 例外:
SQLException
- 関連項目:
ResultSet.updateRef(int, java.sql.Ref)
getMetaData
public ResultSetMetaData getMetaData()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getMetaData
- 例外:
SQLException
- 関連項目:
ResultSet.getMetaData()
getWarnings
public SQLWarning getWarnings()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getWarnings
- 例外:
SQLException
- 関連項目:
ResultSet.getWarnings()
getStatement
public Statement getStatement()
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getStatement
- 例外:
SQLException
- 関連項目:
ResultSet.getStatement()
getTime
public Time getTime(int columnIndex)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getTime
- 例外:
SQLException
- 関連項目:
ResultSet.getTime(int)
updateTime
public void updateTime(int columnIndex,
Time x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateTime
- 例外:
SQLException
- 関連項目:
ResultSet.updateTime(int, java.sql.Time)
getTimestamp
public Timestamp getTimestamp(int columnIndex)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getTimestamp
- 例外:
SQLException
- 関連項目:
ResultSet.getTimestamp(int)
updateTimestamp
public void updateTimestamp(int columnIndex,
Timestamp x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateTimestamp
- 例外:
SQLException
- 関連項目:
ResultSet.updateTimestamp(int, java.sql.Timestamp)
getAsciiStream
public InputStream getAsciiStream(String columnName)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getAsciiStream
- 例外:
SQLException
- 関連項目:
ResultSet.getAsciiStream(java.lang.String)
getBinaryStream
public InputStream getBinaryStream(String columnName)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getBinaryStream
- 例外:
SQLException
- 関連項目:
ResultSet.getBinaryStream(java.lang.String)
getUnicodeStream
public InputStream getUnicodeStream(String columnName)
throws SQLException
- 推奨されていません。 use
getCharacterStream
instead
- 定義:
- インタフェース
ResultSet
内の getUnicodeStream
- 例外:
SQLException
- 関連項目:
ResultSet.getUnicodeStream(java.lang.String)
updateAsciiStream
public void updateAsciiStream(String columnName,
InputStream x,
int length)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateAsciiStream
- 例外:
SQLException
- 関連項目:
ResultSet.updateAsciiStream(java.lang.String,
java.io.InputStream, int)
updateBinaryStream
public void updateBinaryStream(String columnName,
InputStream x,
int length)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateBinaryStream
- 例外:
SQLException
- 関連項目:
ResultSet.updateBinaryStream(java.lang.String,
java.io.InputStream, int)
getCharacterStream
public Reader getCharacterStream(String columnName)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getCharacterStream
- 例外:
SQLException
- 関連項目:
ResultSet.getCharacterStream(java.lang.String)
updateCharacterStream
public void updateCharacterStream(String columnName,
Reader reader,
int length)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateCharacterStream
- 例外:
SQLException
- 関連項目:
ResultSet.updateCharacterStream(java.lang.String,
java.io.Reader, int)
getObject
public Object getObject(String columnName)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getObject
- 例外:
SQLException
- 関連項目:
ResultSet.getObject(java.lang.String)
updateObject
public void updateObject(String columnName,
Object x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateObject
- 例外:
SQLException
- 関連項目:
ResultSet.updateObject(java.lang.String, java.lang.Object)
updateObject
public void updateObject(String columnName,
Object x,
int scale)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateObject
- 例外:
SQLException
- 関連項目:
ResultSet.updateObject(java.lang.String, java.lang.Object,
int)
getObject
public Object getObject(int i,
Map map)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getObject
- 例外:
SQLException
- 関連項目:
ResultSet.getObject(int, java.util.Map)
getString
public String getString(String columnName)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getString
- 例外:
SQLException
- 関連項目:
ResultSet.getString(java.lang.String)
updateString
public void updateString(String columnName,
String x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateString
- 例外:
SQLException
- 関連項目:
ResultSet.updateString(java.lang.String, java.lang.String)
getBigDecimal
public BigDecimal getBigDecimal(String columnName)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getBigDecimal
- 例外:
SQLException
- 関連項目:
ResultSet.getBigDecimal(java.lang.String)
getBigDecimal
public BigDecimal getBigDecimal(String columnName,
int scale)
throws SQLException
- 推奨されていません。
- 定義:
- インタフェース
ResultSet
内の getBigDecimal
- 例外:
SQLException
- 関連項目:
ResultSet.getBigDecimal(java.lang.String, int)
updateBigDecimal
public void updateBigDecimal(String columnName,
BigDecimal x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateBigDecimal
- 例外:
SQLException
- 関連項目:
ResultSet.updateBigDecimal(java.lang.String,
java.math.BigDecimal)
getURL
public URL getURL(String columnName)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getURL
- 例外:
SQLException
- 関連項目:
ResultSet.getURL(java.lang.String)
getArray
public Array getArray(String colName)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getArray
- 例外:
SQLException
- 関連項目:
ResultSet.getArray(java.lang.String)
updateArray
public void updateArray(String columnName,
Array x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateArray
- 例外:
SQLException
- 関連項目:
ResultSet.updateArray(java.lang.String, java.sql.Array)
getBlob
public Blob getBlob(String colName)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getBlob
- 例外:
SQLException
- 関連項目:
ResultSet.getBlob(java.lang.String)
updateBlob
public void updateBlob(String columnName,
Blob x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateBlob
- 例外:
SQLException
- 関連項目:
ResultSet.updateBlob(java.lang.String, java.sql.Blob)
getClob
public Clob getClob(String colName)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getClob
- 例外:
SQLException
- 関連項目:
ResultSet.getClob(java.lang.String)
updateClob
public void updateClob(String columnName,
Clob x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateClob
- 例外:
SQLException
- 関連項目:
ResultSet.updateClob(java.lang.String, java.sql.Clob)
getDate
public Date getDate(String columnName)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getDate
- 例外:
SQLException
- 関連項目:
ResultSet.getDate(java.lang.String)
updateDate
public void updateDate(String columnName,
Date x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateDate
- 例外:
SQLException
- 関連項目:
ResultSet.updateDate(java.lang.String, java.sql.Date)
getDate
public Date getDate(int columnIndex,
Calendar cal)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getDate
- 例外:
SQLException
- 関連項目:
ResultSet.getDate(int, java.util.Calendar)
getRef
public Ref getRef(String colName)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getRef
- 例外:
SQLException
- 関連項目:
ResultSet.getRef(java.lang.String)
updateRef
public void updateRef(String columnName,
Ref x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateRef
- 例外:
SQLException
- 関連項目:
ResultSet.updateRef(java.lang.String, java.sql.Ref)
getTime
public Time getTime(String columnName)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getTime
- 例外:
SQLException
- 関連項目:
ResultSet.getTime(java.lang.String)
updateTime
public void updateTime(String columnName,
Time x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateTime
- 例外:
SQLException
- 関連項目:
ResultSet.updateTime(java.lang.String, java.sql.Time)
getTime
public Time getTime(int columnIndex,
Calendar cal)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getTime
- 例外:
SQLException
- 関連項目:
ResultSet.getTime(int, java.util.Calendar)
getTimestamp
public Timestamp getTimestamp(String columnName)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getTimestamp
- 例外:
SQLException
- 関連項目:
ResultSet.getTimestamp(java.lang.String)
updateTimestamp
public void updateTimestamp(String columnName,
Timestamp x)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の updateTimestamp
- 例外:
SQLException
- 関連項目:
ResultSet.updateTimestamp(java.lang.String,
java.sql.Timestamp)
getTimestamp
public Timestamp getTimestamp(int columnIndex,
Calendar cal)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getTimestamp
- 例外:
SQLException
- 関連項目:
ResultSet.getTimestamp(int, java.util.Calendar)
getObject
public Object getObject(String colName,
Map map)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getObject
- 例外:
SQLException
- 関連項目:
ResultSet.getObject(java.lang.String, java.util.Map)
getDate
public Date getDate(String columnName,
Calendar cal)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getDate
- 例外:
SQLException
- 関連項目:
ResultSet.getDate(java.lang.String, java.util.Calendar)
getTime
public Time getTime(String columnName,
Calendar cal)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getTime
- 例外:
SQLException
- 関連項目:
ResultSet.getTime(java.lang.String, java.util.Calendar)
getTimestamp
public Timestamp getTimestamp(String columnName,
Calendar cal)
throws SQLException
- 定義:
- インタフェース
ResultSet
内の getTimestamp
- 例外:
SQLException
- 関連項目:
ResultSet.getTimestamp(java.lang.String,
java.util.Calendar)
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.