|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.jtopenlite.database.jdbc.JDBCResultSet
public class JDBCResultSet
Result sets created by this JDBC driver are forward-only and read-only.
| Field Summary | |
|---|---|
protected boolean |
isMetadataResultSet_
|
| Fields inherited from interface java.sql.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 |
| Constructor Summary | |
|---|---|
JDBCResultSet(JDBCStatement statement,
JDBCResultSetMetaData md,
String statementName,
String cursorName,
int fetchSize)
|
|
| Method Summary | ||
|---|---|---|
boolean |
absolute(int row)
Not implemented. |
|
void |
afterLast()
Not implemented. |
|
void |
beforeFirst()
Positiong cursor not implemented. |
|
void |
cancelRowUpdates()
Not implemented. |
|
void |
clearWarnings()
Not implemented. |
|
void |
close()
|
|
void |
deleteRow()
Not implemented. |
|
int |
findColumn(String columnName)
|
|
boolean |
first()
Not implemented. |
|
Array |
getArray(int i)
Not implemented. |
|
Array |
getArray(String colName)
Not implemented. |
|
InputStream |
getAsciiStream(int i)
getAsciiStream is implemented as simple wrapper around getString |
|
InputStream |
getAsciiStream(String colName)
getAsciiStream is implemented as simple wrapper around getString |
|
BigDecimal |
getBigDecimal(int i)
Implemented as simple wrapper around getString |
|
BigDecimal |
getBigDecimal(int i,
int scale)
Deprecated. |
|
BigDecimal |
getBigDecimal(String colName)
Implemented as simple wrapper around getString |
|
BigDecimal |
getBigDecimal(String colName,
int scale)
Deprecated. |
|
InputStream |
getBinaryStream(int i)
Not implemented. |
|
InputStream |
getBinaryStream(String colName)
Not implemented. |
|
Blob |
getBlob(int i)
|
|
Blob |
getBlob(String colName)
|
|
boolean |
getBoolean(int i)
|
|
boolean |
getBoolean(String colName)
|
|
byte |
getByte(int i)
|
|
byte |
getByte(String colName)
|
|
byte[] |
getBytes(int i)
|
|
byte[] |
getBytes(String colName)
|
|
Reader |
getCharacterStream(int i)
getCharacterStream is a simple wrapper around getString |
|
Reader |
getCharacterStream(String colName)
getCharacterStream is a simple wrapper around getString |
|
Clob |
getClob(int i)
Not implemented. |
|
Clob |
getClob(String colName)
Not implemented. |
|
int |
getConcurrency()
|
|
String |
getCursorName()
|
|
Date |
getDate(int i)
|
|
Date |
getDate(int i,
Calendar cal)
|
|
Date |
getDate(String colName)
|
|
Date |
getDate(String colName,
Calendar cal)
|
|
double |
getDouble(int i)
|
|
double |
getDouble(String colName)
|
|
int |
getFetchDirection()
|
|
int |
getFetchSize()
|
|
float |
getFloat(int i)
|
|
float |
getFloat(String colName)
|
|
int |
getHoldability()
|
|
int |
getInt(int i)
|
|
int |
getInt(String colName)
|
|
long |
getLong(int i)
|
|
long |
getLong(String colName)
|
|
ResultSetMetaData |
getMetaData()
|
|
Reader |
getNCharacterStream(int columnIndex)
|
|
Reader |
getNCharacterStream(String columnName)
|
|
String |
getNString(int columnIndex)
|
|
String |
getNString(String columnName)
|
|
Object |
getObject(int i)
|
|
Object |
getObject(int i,
Map map)
Not implemented. |
|
Object |
getObject(String colName)
|
|
Object |
getObject(String columnLabel,
Map map)
|
|
Ref |
getRef(int i)
Not implemented. |
|
Ref |
getRef(String colName)
Not implemented. |
|
int |
getRow()
|
|
short |
getShort(int i)
|
|
short |
getShort(String colName)
|
|
Statement |
getStatement()
|
|
String |
getString(int i)
|
|
String |
getString(String colName)
|
|
byte[] |
getTempDataBuffer(int rowSize)
The implementor can create their own temp byte array for the row size and reuse it each time a fetch is performed. |
|
Time |
getTime(int i)
|
|
Time |
getTime(int i,
Calendar cal)
|
|
Time |
getTime(String colName)
|
|
Time |
getTime(String colName,
Calendar cal)
|
|
Timestamp |
getTimestamp(int i)
|
|
Timestamp |
getTimestamp(int i,
Calendar cal)
|
|
Timestamp |
getTimestamp(String colName)
|
|
Timestamp |
getTimestamp(String colName,
Calendar cal)
|
|
int |
getType()
|
|
InputStream |
getUnicodeStream(int i)
Deprecated. |
|
InputStream |
getUnicodeStream(String colName)
Deprecated. |
|
URL |
getURL(int i)
|
|
URL |
getURL(String colName)
|
|
SQLWarning |
getWarnings()
For the jtopenlite driver, no warnings will ever be reported |
|
void |
insertRow()
Not implemented. |
|
boolean |
isAfterLast()
Not implemented. |
|
boolean |
isBeforeFirst()
|
|
boolean |
isClosed()
|
|
boolean |
isFirst()
|
|
boolean |
isLast()
Not implemented. |
|
boolean |
isWrapperFor(Class<?> arg0)
Not implemented. |
|
boolean |
last()
Not implemented. |
|
void |
moveToCurrentRow()
Not implemented. |
|
void |
moveToInsertRow()
Not implemented. |
|
void |
newIndicator(int row,
int column,
byte[] tempIndicatorData)
|
|
void |
newResultData(int rowCount,
int columnCount,
int rowSize)
|
|
void |
newRowData(int row,
byte[] tempData)
|
|
boolean |
next()
|
|
boolean |
previous()
Not implemented. |
|
void |
refreshRow()
Not implemented. |
|
boolean |
relative(int rows)
|
|
boolean |
rowDeleted()
Not implemented. |
|
boolean |
rowInserted()
Not implemented. |
|
boolean |
rowUpdated()
Not implemented. |
|
void |
setFetchDirection(int direction)
Not implemented. |
|
void |
setFetchSize(int rows)
|
|
|
unwrap(Class<T> arg0)
Not implemented. |
|
void |
updateArray(int i,
Array x)
Not implemented. |
|
void |
updateArray(String colName,
Array x)
Not implemented. |
|
void |
updateAsciiStream(int arg0,
InputStream arg1)
Not implemented. |
|
void |
updateAsciiStream(int i,
InputStream x,
int length)
Not implemented. |
|
void |
updateAsciiStream(int arg0,
InputStream arg1,
long arg2)
Not implemented. |
|
void |
updateAsciiStream(String arg0,
InputStream arg1)
Not implemented. |
|
void |
updateAsciiStream(String colName,
InputStream x,
int length)
Not implemented. |
|
void |
updateAsciiStream(String arg0,
InputStream arg1,
long arg2)
Not implemented. |
|
void |
updateBigDecimal(int i,
BigDecimal x)
Not implemented. |
|
void |
updateBigDecimal(String colName,
BigDecimal x)
Not implemented. |
|
void |
updateBinaryStream(int arg0,
InputStream arg1)
Not implemented. |
|
void |
updateBinaryStream(int i,
InputStream x,
int length)
Not implemented. |
|
void |
updateBinaryStream(int arg0,
InputStream arg1,
long arg2)
Not implemented. |
|
void |
updateBinaryStream(String arg0,
InputStream arg1)
Not implemented. |
|
void |
updateBinaryStream(String colName,
InputStream x,
int length)
Not implemented. |
|
void |
updateBinaryStream(String arg0,
InputStream arg1,
long arg2)
Not implemented. |
|
void |
updateBlob(int i,
Blob x)
Not implemented. |
|
void |
updateBlob(int arg0,
InputStream arg1)
Not implemented. |
|
void |
updateBlob(int arg0,
InputStream arg1,
long arg2)
Not implemented. |
|
void |
updateBlob(String colName,
Blob x)
Not implemented. |
|
void |
updateBlob(String arg0,
InputStream arg1)
Not implemented. |
|
void |
updateBlob(String arg0,
InputStream arg1,
long arg2)
Not implemented. |
|
void |
updateBoolean(int i,
boolean x)
Not implemented. |
|
void |
updateBoolean(String colName,
boolean x)
Not implemented. |
|
void |
updateByte(int i,
byte x)
Not implemented. |
|
void |
updateByte(String colName,
byte x)
Not implemented. |
|
void |
updateBytes(int i,
byte[] x)
Not implemented. |
|
void |
updateBytes(String colName,
byte[] x)
Not implemented. |
|
void |
updateCharacterStream(int arg0,
Reader arg1)
Not implemented. |
|
void |
updateCharacterStream(int i,
Reader x,
int length)
Not implemented. |
|
void |
updateCharacterStream(int arg0,
Reader arg1,
long arg2)
Not implemented. |
|
void |
updateCharacterStream(String arg0,
Reader arg1)
Not implemented. |
|
void |
updateCharacterStream(String colName,
Reader x,
int length)
Not implemented. |
|
void |
updateCharacterStream(String arg0,
Reader arg1,
long arg2)
Not implemented. |
|
void |
updateClob(int i,
Clob x)
Not implemented. |
|
void |
updateClob(int arg0,
Reader arg1)
Not implemented. |
|
void |
updateClob(int arg0,
Reader arg1,
long arg2)
Not implemented. |
|
void |
updateClob(String colName,
Clob x)
Not implemented. |
|
void |
updateClob(String arg0,
Reader arg1)
Not implemented. |
|
void |
updateClob(String arg0,
Reader arg1,
long arg2)
Not implemented. |
|
void |
updateDate(int i,
Date x)
Not implemented. |
|
void |
updateDate(String colName,
Date x)
Not implemented. |
|
void |
updateDouble(int i,
double x)
Not implemented. |
|
void |
updateDouble(String colName,
double x)
Not implemented. |
|
void |
updateFloat(int i,
float x)
Not implemented. |
|
void |
updateFloat(String colName,
float x)
Not implemented. |
|
void |
updateInt(int i,
int x)
Not implemented. |
|
void |
updateInt(String colName,
int x)
Not implemented. |
|
void |
updateLong(int i,
long x)
Not implemented. |
|
void |
updateLong(String colName,
long x)
Not implemented. |
|
void |
updateNCharacterStream(int arg0,
Reader arg1)
Not implemented. |
|
void |
updateNCharacterStream(int arg0,
Reader arg1,
long arg2)
Not implemented. |
|
void |
updateNCharacterStream(String arg0,
Reader arg1)
Not implemented. |
|
void |
updateNCharacterStream(String arg0,
Reader arg1,
long arg2)
Not implemented. |
|
void |
updateNClob(int arg0,
Reader arg1)
Not implemented. |
|
void |
updateNClob(int arg0,
Reader arg1,
long arg2)
Not implemented. |
|
void |
updateNClob(String arg0,
Reader arg1)
Not implemented. |
|
void |
updateNClob(String arg0,
Reader arg1,
long arg2)
Not implemented. |
|
void |
updateNString(int arg0,
String arg1)
Not implemented. |
|
void |
updateNString(String arg0,
String arg1)
Not implemented. |
|
void |
updateNull(int i)
Not implemented. |
|
void |
updateNull(String colName)
Not implemented. |
|
void |
updateObject(int i,
Object x)
Not implemented. |
|
void |
updateObject(int i,
Object x,
int scale)
Not implemented. |
|
void |
updateObject(String colName,
Object x)
Not implemented. |
|
void |
updateObject(String colName,
Object x,
int scale)
Not implemented. |
|
void |
updateRef(int i,
Ref x)
Not implemented. |
|
void |
updateRef(String colName,
Ref x)
Not implemented. |
|
void |
updateRow()
Not implemented. |
|
void |
updateShort(int i,
short x)
Not implemented. |
|
void |
updateShort(String colName,
short x)
Not implemented. |
|
void |
updateString(int i,
String x)
Not implemented. |
|
void |
updateString(String colName,
String x)
Not implemented. |
|
void |
updateTime(int i,
Time x)
Not implemented. |
|
void |
updateTime(String colName,
Time x)
Not implemented. |
|
void |
updateTimestamp(int i,
Timestamp x)
Not implemented. |
|
void |
updateTimestamp(String colName,
Timestamp x)
Not implemented. |
|
boolean |
wasNull()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean isMetadataResultSet_
| Constructor Detail |
|---|
public JDBCResultSet(JDBCStatement statement,
JDBCResultSetMetaData md,
String statementName,
String cursorName,
int fetchSize)
| Method Detail |
|---|
public byte[] getTempDataBuffer(int rowSize)
DatabaseFetchCallback
getTempDataBuffer in interface DatabaseFetchCallback
public void newResultData(int rowCount,
int columnCount,
int rowSize)
newResultData in interface DatabaseFetchCallback
public void newIndicator(int row,
int column,
byte[] tempIndicatorData)
newIndicator in interface DatabaseFetchCallback
public void newRowData(int row,
byte[] tempData)
newRowData in interface DatabaseFetchCallback
public boolean absolute(int row)
throws SQLException
absolute in interface ResultSetSQLException
public void afterLast()
throws SQLException
afterLast in interface ResultSetSQLException
public void beforeFirst()
throws SQLException
beforeFirst in interface ResultSetSQLException
public void cancelRowUpdates()
throws SQLException
cancelRowUpdates in interface ResultSetSQLException
public void clearWarnings()
throws SQLException
clearWarnings in interface ResultSetSQLException
public void close()
throws SQLException
close in interface ResultSetSQLException
public void deleteRow()
throws SQLException
deleteRow in interface ResultSetSQLException
public int findColumn(String columnName)
throws SQLException
findColumn in interface ResultSetSQLException
public boolean first()
throws SQLException
first in interface ResultSetSQLException
public int getConcurrency()
throws SQLException
getConcurrency in interface ResultSetSQLException
public String getCursorName()
throws SQLException
getCursorName in interface ResultSetSQLException
public int getFetchDirection()
throws SQLException
getFetchDirection in interface ResultSetSQLException
public int getFetchSize()
throws SQLException
getFetchSize in interface ResultSetSQLException
public ResultSetMetaData getMetaData()
throws SQLException
getMetaData in interface ResultSetSQLException
public int getRow()
throws SQLException
getRow in interface ResultSetSQLException
public Statement getStatement()
throws SQLException
getStatement in interface ResultSetSQLException
public int getType()
throws SQLException
getType in interface ResultSetSQLException
public SQLWarning getWarnings()
throws SQLException
getWarnings in interface ResultSetSQLException
public void insertRow()
throws SQLException
insertRow in interface ResultSetSQLException
public boolean isAfterLast()
throws SQLException
isAfterLast in interface ResultSetSQLException
public boolean isBeforeFirst()
throws SQLException
isBeforeFirst in interface ResultSetSQLException
public boolean isFirst()
throws SQLException
isFirst in interface ResultSetSQLException
public boolean isLast()
throws SQLException
isLast in interface ResultSetSQLException
public boolean last()
throws SQLException
last in interface ResultSetSQLException
public void moveToCurrentRow()
throws SQLException
moveToCurrentRow in interface ResultSetSQLException
public void moveToInsertRow()
throws SQLException
moveToInsertRow in interface ResultSetSQLException
public boolean next()
throws SQLException
next in interface ResultSetSQLException
public boolean previous()
throws SQLException
previous in interface ResultSetSQLException
public void refreshRow()
throws SQLException
refreshRow in interface ResultSetSQLException
public boolean relative(int rows)
throws SQLException
relative in interface ResultSetSQLException
public boolean rowDeleted()
throws SQLException
rowDeleted in interface ResultSetSQLException
public boolean rowInserted()
throws SQLException
rowInserted in interface ResultSetSQLException
public boolean rowUpdated()
throws SQLException
rowUpdated in interface ResultSetSQLException
public void setFetchDirection(int direction)
throws SQLException
setFetchDirection in interface ResultSetSQLException
public void setFetchSize(int rows)
throws SQLException
setFetchSize in interface ResultSetSQLException
public void updateRow()
throws SQLException
updateRow in interface ResultSetSQLException
public boolean wasNull()
throws SQLException
wasNull in interface ResultSetSQLException
public Array getArray(int i)
throws SQLException
getArray in interface ResultSetSQLException
public Array getArray(String colName)
throws SQLException
getArray in interface ResultSetSQLException
public InputStream getAsciiStream(int i)
throws SQLException
getAsciiStream in interface ResultSetSQLException
public InputStream getAsciiStream(String colName)
throws SQLException
getAsciiStream in interface ResultSetSQLException
public BigDecimal getBigDecimal(int i)
throws SQLException
getBigDecimal in interface ResultSetSQLException
public BigDecimal getBigDecimal(String colName)
throws SQLException
getBigDecimal in interface ResultSetSQLException
public BigDecimal getBigDecimal(int i,
int scale)
throws SQLException
getBigDecimal in interface ResultSetSQLException
public BigDecimal getBigDecimal(String colName,
int scale)
throws SQLException
getBigDecimal in interface ResultSetSQLException
public InputStream getBinaryStream(int i)
throws SQLException
getBinaryStream in interface ResultSetSQLException
public InputStream getBinaryStream(String colName)
throws SQLException
getBinaryStream in interface ResultSetSQLException
public Blob getBlob(int i)
throws SQLException
getBlob in interface ResultSetSQLException
public Blob getBlob(String colName)
throws SQLException
getBlob in interface ResultSetSQLException
public boolean getBoolean(int i)
throws SQLException
getBoolean in interface ResultSetSQLException
public boolean getBoolean(String colName)
throws SQLException
getBoolean in interface ResultSetSQLException
public byte getByte(int i)
throws SQLException
getByte in interface ResultSetSQLException
public byte getByte(String colName)
throws SQLException
getByte in interface ResultSetSQLException
public byte[] getBytes(int i)
throws SQLException
getBytes in interface ResultSetSQLException
public byte[] getBytes(String colName)
throws SQLException
getBytes in interface ResultSetSQLException
public Reader getCharacterStream(int i)
throws SQLException
getCharacterStream in interface ResultSetSQLException
public Reader getCharacterStream(String colName)
throws SQLException
getCharacterStream in interface ResultSetSQLException
public Clob getClob(int i)
throws SQLException
getClob in interface ResultSetSQLException
public Clob getClob(String colName)
throws SQLException
getClob in interface ResultSetSQLException
public Date getDate(int i)
throws SQLException
getDate in interface ResultSetSQLException
public Date getDate(String colName)
throws SQLException
getDate in interface ResultSetSQLException
public Date getDate(int i,
Calendar cal)
throws SQLException
getDate in interface ResultSetSQLException
public Date getDate(String colName,
Calendar cal)
throws SQLException
getDate in interface ResultSetSQLException
public double getDouble(int i)
throws SQLException
getDouble in interface ResultSetSQLException
public double getDouble(String colName)
throws SQLException
getDouble in interface ResultSetSQLException
public float getFloat(int i)
throws SQLException
getFloat in interface ResultSetSQLException
public float getFloat(String colName)
throws SQLException
getFloat in interface ResultSetSQLException
public int getInt(int i)
throws SQLException
getInt in interface ResultSetSQLException
public int getInt(String colName)
throws SQLException
getInt in interface ResultSetSQLException
public long getLong(int i)
throws SQLException
getLong in interface ResultSetSQLException
public long getLong(String colName)
throws SQLException
getLong in interface ResultSetSQLException
public Object getObject(int i)
throws SQLException
getObject in interface ResultSetSQLException
public Object getObject(String colName)
throws SQLException
getObject in interface ResultSetSQLException
public Object getObject(int i,
Map map)
throws SQLException
getObject in interface ResultSetSQLException
public Ref getRef(int i)
throws SQLException
getRef in interface ResultSetSQLException
public Ref getRef(String colName)
throws SQLException
getRef in interface ResultSetSQLException
public short getShort(int i)
throws SQLException
getShort in interface ResultSetSQLException
public short getShort(String colName)
throws SQLException
getShort in interface ResultSetSQLException
public String getString(int i)
throws SQLException
getString in interface ResultSetSQLException
public String getString(String colName)
throws SQLException
getString in interface ResultSetSQLException
public Time getTime(int i)
throws SQLException
getTime in interface ResultSetSQLException
public Time getTime(String colName)
throws SQLException
getTime in interface ResultSetSQLException
public Time getTime(int i,
Calendar cal)
throws SQLException
getTime in interface ResultSetSQLException
public Time getTime(String colName,
Calendar cal)
throws SQLException
getTime in interface ResultSetSQLException
public Timestamp getTimestamp(int i)
throws SQLException
getTimestamp in interface ResultSetSQLException
public Timestamp getTimestamp(String colName)
throws SQLException
getTimestamp in interface ResultSetSQLException
public Timestamp getTimestamp(int i,
Calendar cal)
throws SQLException
getTimestamp in interface ResultSetSQLException
public Timestamp getTimestamp(String colName,
Calendar cal)
throws SQLException
getTimestamp in interface ResultSetSQLException
public InputStream getUnicodeStream(int i)
throws SQLException
getUnicodeStream in interface ResultSetSQLException
public InputStream getUnicodeStream(String colName)
throws SQLException
getUnicodeStream in interface ResultSetSQLException
public URL getURL(int i)
throws SQLException
getURL in interface ResultSetSQLException
public URL getURL(String colName)
throws SQLException
getURL in interface ResultSetSQLException
public void updateArray(int i,
Array x)
throws SQLException
updateArray in interface ResultSetSQLException
public void updateArray(String colName,
Array x)
throws SQLException
updateArray in interface ResultSetSQLException
public void updateAsciiStream(int i,
InputStream x,
int length)
throws SQLException
updateAsciiStream in interface ResultSetSQLException
public void updateAsciiStream(String colName,
InputStream x,
int length)
throws SQLException
updateAsciiStream in interface ResultSetSQLException
public void updateBigDecimal(int i,
BigDecimal x)
throws SQLException
updateBigDecimal in interface ResultSetSQLException
public void updateBigDecimal(String colName,
BigDecimal x)
throws SQLException
updateBigDecimal in interface ResultSetSQLException
public void updateBinaryStream(int i,
InputStream x,
int length)
throws SQLException
updateBinaryStream in interface ResultSetSQLException
public void updateBinaryStream(String colName,
InputStream x,
int length)
throws SQLException
updateBinaryStream in interface ResultSetSQLException
public void updateBlob(int i,
Blob x)
throws SQLException
updateBlob in interface ResultSetSQLException
public void updateBlob(String colName,
Blob x)
throws SQLException
updateBlob in interface ResultSetSQLException
public void updateBoolean(int i,
boolean x)
throws SQLException
updateBoolean in interface ResultSetSQLException
public void updateBoolean(String colName,
boolean x)
throws SQLException
updateBoolean in interface ResultSetSQLException
public void updateByte(int i,
byte x)
throws SQLException
updateByte in interface ResultSetSQLException
public void updateByte(String colName,
byte x)
throws SQLException
updateByte in interface ResultSetSQLException
public void updateBytes(int i,
byte[] x)
throws SQLException
updateBytes in interface ResultSetSQLException
public void updateBytes(String colName,
byte[] x)
throws SQLException
updateBytes in interface ResultSetSQLException
public void updateCharacterStream(int i,
Reader x,
int length)
throws SQLException
updateCharacterStream in interface ResultSetSQLException
public void updateCharacterStream(String colName,
Reader x,
int length)
throws SQLException
updateCharacterStream in interface ResultSetSQLException
public void updateClob(int i,
Clob x)
throws SQLException
updateClob in interface ResultSetSQLException
public void updateClob(String colName,
Clob x)
throws SQLException
updateClob in interface ResultSetSQLException
public void updateDate(int i,
Date x)
throws SQLException
updateDate in interface ResultSetSQLException
public void updateDate(String colName,
Date x)
throws SQLException
updateDate in interface ResultSetSQLException
public void updateDouble(int i,
double x)
throws SQLException
updateDouble in interface ResultSetSQLException
public void updateDouble(String colName,
double x)
throws SQLException
updateDouble in interface ResultSetSQLException
public void updateFloat(int i,
float x)
throws SQLException
updateFloat in interface ResultSetSQLException
public void updateFloat(String colName,
float x)
throws SQLException
updateFloat in interface ResultSetSQLException
public void updateInt(int i,
int x)
throws SQLException
updateInt in interface ResultSetSQLException
public void updateInt(String colName,
int x)
throws SQLException
updateInt in interface ResultSetSQLException
public void updateLong(int i,
long x)
throws SQLException
updateLong in interface ResultSetSQLException
public void updateLong(String colName,
long x)
throws SQLException
updateLong in interface ResultSetSQLException
public void updateNull(int i)
throws SQLException
updateNull in interface ResultSetSQLException
public void updateNull(String colName)
throws SQLException
updateNull in interface ResultSetSQLException
public void updateObject(int i,
Object x)
throws SQLException
updateObject in interface ResultSetSQLException
public void updateObject(String colName,
Object x)
throws SQLException
updateObject in interface ResultSetSQLException
public void updateObject(int i,
Object x,
int scale)
throws SQLException
updateObject in interface ResultSetSQLException
public void updateObject(String colName,
Object x,
int scale)
throws SQLException
updateObject in interface ResultSetSQLException
public void updateRef(int i,
Ref x)
throws SQLException
updateRef in interface ResultSetSQLException
public void updateRef(String colName,
Ref x)
throws SQLException
updateRef in interface ResultSetSQLException
public void updateShort(int i,
short x)
throws SQLException
updateShort in interface ResultSetSQLException
public void updateShort(String colName,
short x)
throws SQLException
updateShort in interface ResultSetSQLException
public void updateString(int i,
String x)
throws SQLException
updateString in interface ResultSetSQLException
public void updateString(String colName,
String x)
throws SQLException
updateString in interface ResultSetSQLException
public void updateTime(int i,
Time x)
throws SQLException
updateTime in interface ResultSetSQLException
public void updateTime(String colName,
Time x)
throws SQLException
updateTime in interface ResultSetSQLException
public void updateTimestamp(int i,
Timestamp x)
throws SQLException
updateTimestamp in interface ResultSetSQLException
public void updateTimestamp(String colName,
Timestamp x)
throws SQLException
updateTimestamp in interface ResultSetSQLException
public int getHoldability()
throws SQLException
SQLException
public Reader getNCharacterStream(int columnIndex)
throws SQLException
SQLException
public Reader getNCharacterStream(String columnName)
throws SQLException
SQLException
public String getNString(int columnIndex)
throws SQLException
SQLException
public String getNString(String columnName)
throws SQLException
SQLException
public boolean isClosed()
throws SQLException
SQLException
public void updateAsciiStream(int arg0,
InputStream arg1)
throws SQLException
arg0 - arg1 -
SQLException
public void updateAsciiStream(String arg0,
InputStream arg1)
throws SQLException
arg0 - arg1 -
SQLException
public void updateAsciiStream(int arg0,
InputStream arg1,
long arg2)
throws SQLException
arg0 - arg1 - arg2 -
SQLException
public void updateAsciiStream(String arg0,
InputStream arg1,
long arg2)
throws SQLException
arg0 - arg1 - arg2 -
SQLException
public void updateBinaryStream(int arg0,
InputStream arg1)
throws SQLException
arg0 - arg1 -
SQLException
public void updateBinaryStream(String arg0,
InputStream arg1)
throws SQLException
arg0 - arg1 -
SQLException
public void updateBinaryStream(int arg0,
InputStream arg1,
long arg2)
throws SQLException
arg0 - arg1 - arg2 -
SQLException
public void updateBinaryStream(String arg0,
InputStream arg1,
long arg2)
throws SQLException
arg0 - arg1 - arg2 -
SQLException
public void updateBlob(int arg0,
InputStream arg1)
throws SQLException
arg0 - arg1 -
SQLException
public void updateBlob(String arg0,
InputStream arg1)
throws SQLException
arg0 - arg1 -
SQLException
public void updateBlob(int arg0,
InputStream arg1,
long arg2)
throws SQLException
arg0 - arg1 - arg2 -
SQLException
public void updateBlob(String arg0,
InputStream arg1,
long arg2)
throws SQLException
arg0 - arg1 - arg2 -
SQLException
public void updateCharacterStream(int arg0,
Reader arg1)
throws SQLException
arg0 - arg1 -
SQLException
public void updateCharacterStream(String arg0,
Reader arg1)
throws SQLException
arg0 - arg1 -
SQLException
public void updateCharacterStream(int arg0,
Reader arg1,
long arg2)
throws SQLException
arg0 - arg1 - arg2 -
SQLException
public void updateCharacterStream(String arg0,
Reader arg1,
long arg2)
throws SQLException
arg0 - arg1 - arg2 -
SQLException
public void updateClob(int arg0,
Reader arg1)
throws SQLException
arg0 - arg1 -
SQLException
public void updateClob(String arg0,
Reader arg1)
throws SQLException
arg0 - arg1 -
SQLException
public void updateClob(int arg0,
Reader arg1,
long arg2)
throws SQLException
arg0 - arg1 - arg2 -
SQLException
public void updateClob(String arg0,
Reader arg1,
long arg2)
throws SQLException
arg0 - arg1 - arg2 -
SQLException
public void updateNCharacterStream(int arg0,
Reader arg1)
throws SQLException
arg0 - arg1 -
SQLException
public void updateNCharacterStream(String arg0,
Reader arg1)
throws SQLException
arg0 - arg1 -
SQLException
public void updateNCharacterStream(int arg0,
Reader arg1,
long arg2)
throws SQLException
arg0 - arg1 - arg2 -
SQLException
public void updateNCharacterStream(String arg0,
Reader arg1,
long arg2)
throws SQLException
arg0 - arg1 - arg2 -
SQLException
public void updateNClob(int arg0,
Reader arg1)
throws SQLException
arg0 - arg1 -
SQLException
public void updateNClob(String arg0,
Reader arg1)
throws SQLException
arg0 - arg1 -
SQLException
public void updateNClob(int arg0,
Reader arg1,
long arg2)
throws SQLException
arg0 - arg1 - arg2 -
SQLException
public void updateNClob(String arg0,
Reader arg1,
long arg2)
throws SQLException
arg0 - arg1 - arg2 -
SQLException
public void updateNString(int arg0,
String arg1)
throws SQLException
arg0 - arg1 -
SQLException
public void updateNString(String arg0,
String arg1)
throws SQLException
arg0 - arg1 -
SQLException
public boolean isWrapperFor(Class<?> arg0)
throws SQLException
arg0 -
SQLException
public <T> T unwrap(Class<T> arg0)
throws SQLException
arg0 -
SQLException
public Object getObject(String columnLabel,
Map map)
throws SQLException
getObject in interface ResultSetSQLException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||