public class P6ResultSet extends P6Base implements java.sql.ResultSet
Modifier and Type | Field and Description |
---|---|
protected java.sql.ResultSet |
passthru |
protected java.lang.String |
preparedQuery |
protected java.lang.String |
query |
protected P6Statement |
statement |
Constructor and Description |
---|
P6ResultSet(P6Factory factory,
java.sql.ResultSet resultSet,
P6Statement statement,
java.lang.String preparedQuery,
java.lang.String query) |
Modifier and Type | Method and Description |
---|---|
boolean |
absolute(int p0) |
void |
afterLast() |
void |
beforeFirst() |
void |
cancelRowUpdates() |
void |
clearWarnings() |
void |
close() |
void |
deleteRow() |
int |
findColumn(java.lang.String p0) |
boolean |
first() |
java.sql.Array |
getArray(int p0) |
java.sql.Array |
getArray(java.lang.String p0) |
java.io.InputStream |
getAsciiStream(int p0) |
java.io.InputStream |
getAsciiStream(java.lang.String p0) |
java.math.BigDecimal |
getBigDecimal(int p0) |
java.math.BigDecimal |
getBigDecimal(int p0,
int p1) |
java.math.BigDecimal |
getBigDecimal(java.lang.String p0) |
java.math.BigDecimal |
getBigDecimal(java.lang.String p0,
int p1) |
java.io.InputStream |
getBinaryStream(int p0) |
java.io.InputStream |
getBinaryStream(java.lang.String p0) |
java.sql.Blob |
getBlob(int p0) |
java.sql.Blob |
getBlob(java.lang.String p0) |
boolean |
getBoolean(int p0) |
boolean |
getBoolean(java.lang.String p0) |
byte |
getByte(int p0) |
byte |
getByte(java.lang.String p0) |
byte[] |
getBytes(int p0) |
byte[] |
getBytes(java.lang.String p0) |
java.io.Reader |
getCharacterStream(int p0) |
java.io.Reader |
getCharacterStream(java.lang.String p0) |
java.sql.Clob |
getClob(int p0) |
java.sql.Clob |
getClob(java.lang.String p0) |
int |
getConcurrency() |
java.lang.String |
getCursorName() |
java.sql.Date |
getDate(int p0) |
java.sql.Date |
getDate(int p0,
java.util.Calendar p1) |
java.sql.Date |
getDate(java.lang.String p0) |
java.sql.Date |
getDate(java.lang.String p0,
java.util.Calendar p1) |
double |
getDouble(int p0) |
double |
getDouble(java.lang.String p0) |
int |
getFetchDirection() |
int |
getFetchSize() |
float |
getFloat(int p0) |
float |
getFloat(java.lang.String p0) |
int |
getHoldability() |
int |
getInt(int p0) |
int |
getInt(java.lang.String p0) |
java.sql.ResultSet |
getJDBC()
Returns the underlying JDBC object (in this case, a
java.sql.ResultSet)
|
long |
getLong(int p0) |
long |
getLong(java.lang.String p0) |
java.sql.ResultSetMetaData |
getMetaData() |
java.io.Reader |
getNCharacterStream(int arg0) |
java.io.Reader |
getNCharacterStream(java.lang.String arg0) |
java.sql.NClob |
getNClob(int arg0) |
java.sql.NClob |
getNClob(java.lang.String arg0) |
java.lang.String |
getNString(int arg0) |
java.lang.String |
getNString(java.lang.String arg0) |
java.lang.Object |
getObject(int p0) |
<T> T |
getObject(int arg0,
java.lang.Class<T> arg1) |
java.lang.Object |
getObject(int p0,
java.util.Map p1) |
java.lang.Object |
getObject(java.lang.String p0) |
<T> T |
getObject(java.lang.String arg0,
java.lang.Class<T> arg1) |
java.lang.Object |
getObject(java.lang.String p0,
java.util.Map p1) |
java.sql.Ref |
getRef(int p0) |
java.sql.Ref |
getRef(java.lang.String p0) |
int |
getRow() |
java.sql.RowId |
getRowId(int arg0) |
java.sql.RowId |
getRowId(java.lang.String arg0) |
short |
getShort(int p0) |
short |
getShort(java.lang.String p0) |
java.sql.SQLXML |
getSQLXML(int arg0) |
java.sql.SQLXML |
getSQLXML(java.lang.String arg0) |
java.sql.Statement |
getStatement() |
java.lang.String |
getString(int p0) |
java.lang.String |
getString(java.lang.String p0) |
java.sql.Time |
getTime(int p0) |
java.sql.Time |
getTime(int p0,
java.util.Calendar p1) |
java.sql.Time |
getTime(java.lang.String p0) |
java.sql.Time |
getTime(java.lang.String p0,
java.util.Calendar p1) |
java.sql.Timestamp |
getTimestamp(int p0) |
java.sql.Timestamp |
getTimestamp(int p0,
java.util.Calendar p1) |
java.sql.Timestamp |
getTimestamp(java.lang.String p0) |
java.sql.Timestamp |
getTimestamp(java.lang.String p0,
java.util.Calendar p1) |
int |
getType() |
java.io.InputStream |
getUnicodeStream(int p0) |
java.io.InputStream |
getUnicodeStream(java.lang.String p0) |
java.net.URL |
getURL(int p0) |
java.net.URL |
getURL(java.lang.String p0) |
java.sql.SQLWarning |
getWarnings() |
void |
insertRow() |
boolean |
isAfterLast() |
boolean |
isBeforeFirst() |
boolean |
isClosed() |
boolean |
isFirst() |
boolean |
isLast() |
boolean |
isWrapperFor(java.lang.Class<?> arg0) |
boolean |
last() |
void |
moveToCurrentRow() |
void |
moveToInsertRow() |
boolean |
next()
This gets overloaded in the P6LogResultSet, but may need to do what that class does
|
boolean |
previous() |
void |
refreshRow() |
boolean |
relative(int p0) |
boolean |
rowDeleted() |
boolean |
rowInserted() |
boolean |
rowUpdated() |
void |
setFetchDirection(int p0) |
void |
setFetchSize(int p0) |
<T> T |
unwrap(java.lang.Class<T> arg0) |
void |
updateArray(int p0,
java.sql.Array p1) |
void |
updateArray(java.lang.String p0,
java.sql.Array p1) |
void |
updateAsciiStream(int arg0,
java.io.InputStream arg1) |
void |
updateAsciiStream(int p0,
java.io.InputStream p1,
int p2) |
void |
updateAsciiStream(int arg0,
java.io.InputStream arg1,
long arg2) |
void |
updateAsciiStream(java.lang.String arg0,
java.io.InputStream arg1) |
void |
updateAsciiStream(java.lang.String p0,
java.io.InputStream p1,
int p2) |
void |
updateAsciiStream(java.lang.String arg0,
java.io.InputStream arg1,
long arg2) |
void |
updateBigDecimal(int p0,
java.math.BigDecimal p1) |
void |
updateBigDecimal(java.lang.String p0,
java.math.BigDecimal p1) |
void |
updateBinaryStream(int arg0,
java.io.InputStream arg1) |
void |
updateBinaryStream(int p0,
java.io.InputStream p1,
int p2) |
void |
updateBinaryStream(int arg0,
java.io.InputStream arg1,
long arg2) |
void |
updateBinaryStream(java.lang.String arg0,
java.io.InputStream arg1) |
void |
updateBinaryStream(java.lang.String p0,
java.io.InputStream p1,
int p2) |
void |
updateBinaryStream(java.lang.String arg0,
java.io.InputStream arg1,
long arg2) |
void |
updateBlob(int p0,
java.sql.Blob p1) |
void |
updateBlob(int arg0,
java.io.InputStream arg1) |
void |
updateBlob(int arg0,
java.io.InputStream arg1,
long arg2) |
void |
updateBlob(java.lang.String p0,
java.sql.Blob p1) |
void |
updateBlob(java.lang.String arg0,
java.io.InputStream arg1) |
void |
updateBlob(java.lang.String arg0,
java.io.InputStream arg1,
long arg2) |
void |
updateBoolean(int p0,
boolean p1) |
void |
updateBoolean(java.lang.String p0,
boolean p1) |
void |
updateByte(int p0,
byte p1) |
void |
updateByte(java.lang.String p0,
byte p1) |
void |
updateBytes(int p0,
byte[] p1) |
void |
updateBytes(java.lang.String p0,
byte[] p1) |
void |
updateCharacterStream(int arg0,
java.io.Reader arg1) |
void |
updateCharacterStream(int p0,
java.io.Reader p1,
int p2) |
void |
updateCharacterStream(int arg0,
java.io.Reader arg1,
long arg2) |
void |
updateCharacterStream(java.lang.String arg0,
java.io.Reader arg1) |
void |
updateCharacterStream(java.lang.String p0,
java.io.Reader p1,
int p2) |
void |
updateCharacterStream(java.lang.String arg0,
java.io.Reader arg1,
long arg2) |
void |
updateClob(int p0,
java.sql.Clob p1) |
void |
updateClob(int arg0,
java.io.Reader arg1) |
void |
updateClob(int arg0,
java.io.Reader arg1,
long arg2) |
void |
updateClob(java.lang.String p0,
java.sql.Clob p1) |
void |
updateClob(java.lang.String arg0,
java.io.Reader arg1) |
void |
updateClob(java.lang.String arg0,
java.io.Reader arg1,
long arg2) |
void |
updateDate(int p0,
java.sql.Date p1) |
void |
updateDate(java.lang.String p0,
java.sql.Date p1) |
void |
updateDouble(int p0,
double p1) |
void |
updateDouble(java.lang.String p0,
double p1) |
void |
updateFloat(int p0,
float p1) |
void |
updateFloat(java.lang.String p0,
float p1) |
void |
updateInt(int p0,
int p1) |
void |
updateInt(java.lang.String p0,
int p1) |
void |
updateLong(int p0,
long p1) |
void |
updateLong(java.lang.String p0,
long p1) |
void |
updateNCharacterStream(int arg0,
java.io.Reader arg1) |
void |
updateNCharacterStream(int arg0,
java.io.Reader arg1,
long arg2) |
void |
updateNCharacterStream(java.lang.String arg0,
java.io.Reader arg1) |
void |
updateNCharacterStream(java.lang.String arg0,
java.io.Reader arg1,
long arg2) |
void |
updateNClob(int arg0,
java.sql.NClob arg1) |
void |
updateNClob(int arg0,
java.io.Reader arg1) |
void |
updateNClob(int arg0,
java.io.Reader arg1,
long arg2) |
void |
updateNClob(java.lang.String arg0,
java.sql.NClob arg1) |
void |
updateNClob(java.lang.String arg0,
java.io.Reader arg1) |
void |
updateNClob(java.lang.String arg0,
java.io.Reader arg1,
long arg2) |
void |
updateNString(int arg0,
java.lang.String arg1) |
void |
updateNString(java.lang.String arg0,
java.lang.String arg1) |
void |
updateNull(int p0) |
void |
updateNull(java.lang.String p0) |
void |
updateObject(int p0,
java.lang.Object p1) |
void |
updateObject(int p0,
java.lang.Object p1,
int p2) |
void |
updateObject(java.lang.String p0,
java.lang.Object p1) |
void |
updateObject(java.lang.String p0,
java.lang.Object p1,
int p2) |
void |
updateRef(int p0,
java.sql.Ref p1) |
void |
updateRef(java.lang.String p0,
java.sql.Ref p1) |
void |
updateRow() |
void |
updateRowId(int arg0,
java.sql.RowId arg1) |
void |
updateRowId(java.lang.String arg0,
java.sql.RowId arg1) |
void |
updateShort(int p0,
short p1) |
void |
updateShort(java.lang.String p0,
short p1) |
void |
updateSQLXML(int arg0,
java.sql.SQLXML arg1) |
void |
updateSQLXML(java.lang.String arg0,
java.sql.SQLXML arg1) |
void |
updateString(int p0,
java.lang.String p1) |
void |
updateString(java.lang.String p0,
java.lang.String p1) |
void |
updateTime(int p0,
java.sql.Time p1) |
void |
updateTime(java.lang.String p0,
java.sql.Time p1) |
void |
updateTimestamp(int p0,
java.sql.Timestamp p1) |
void |
updateTimestamp(java.lang.String p0,
java.sql.Timestamp p1) |
boolean |
wasNull() |
getP6Factory, setP6Factory
protected java.sql.ResultSet passthru
protected P6Statement statement
protected java.lang.String query
protected java.lang.String preparedQuery
public P6ResultSet(P6Factory factory, java.sql.ResultSet resultSet, P6Statement statement, java.lang.String preparedQuery, java.lang.String query)
public boolean next() throws java.sql.SQLException
next
in interface java.sql.ResultSet
java.sql.SQLException
public int getRow() throws java.sql.SQLException
getRow
in interface java.sql.ResultSet
java.sql.SQLException
public byte[] getBytes(java.lang.String p0) throws java.sql.SQLException
getBytes
in interface java.sql.ResultSet
java.sql.SQLException
public byte[] getBytes(int p0) throws java.sql.SQLException
getBytes
in interface java.sql.ResultSet
java.sql.SQLException
public boolean getBoolean(int p0) throws java.sql.SQLException
getBoolean
in interface java.sql.ResultSet
java.sql.SQLException
public boolean getBoolean(java.lang.String p0) throws java.sql.SQLException
getBoolean
in interface java.sql.ResultSet
java.sql.SQLException
public int getType() throws java.sql.SQLException
getType
in interface java.sql.ResultSet
java.sql.SQLException
public long getLong(int p0) throws java.sql.SQLException
getLong
in interface java.sql.ResultSet
java.sql.SQLException
public long getLong(java.lang.String p0) throws java.sql.SQLException
getLong
in interface java.sql.ResultSet
java.sql.SQLException
public boolean previous() throws java.sql.SQLException
previous
in interface java.sql.ResultSet
java.sql.SQLException
public void close() throws java.sql.SQLException
close
in interface java.lang.AutoCloseable
close
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.Object getObject(java.lang.String p0, java.util.Map p1) throws java.sql.SQLException
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.Object getObject(int p0) throws java.sql.SQLException
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.Object getObject(java.lang.String p0) throws java.sql.SQLException
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.Object getObject(int p0, java.util.Map p1) throws java.sql.SQLException
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Ref getRef(java.lang.String p0) throws java.sql.SQLException
getRef
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Ref getRef(int p0) throws java.sql.SQLException
getRef
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Time getTime(int p0, java.util.Calendar p1) throws java.sql.SQLException
getTime
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Time getTime(java.lang.String p0, java.util.Calendar p1) throws java.sql.SQLException
getTime
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Time getTime(java.lang.String p0) throws java.sql.SQLException
getTime
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Time getTime(int p0) throws java.sql.SQLException
getTime
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Date getDate(int p0) throws java.sql.SQLException
getDate
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Date getDate(java.lang.String p0, java.util.Calendar p1) throws java.sql.SQLException
getDate
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Date getDate(java.lang.String p0) throws java.sql.SQLException
getDate
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Date getDate(int p0, java.util.Calendar p1) throws java.sql.SQLException
getDate
in interface java.sql.ResultSet
java.sql.SQLException
public boolean wasNull() throws java.sql.SQLException
wasNull
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.String getString(java.lang.String p0) throws java.sql.SQLException
getString
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.String getString(int p0) throws java.sql.SQLException
getString
in interface java.sql.ResultSet
java.sql.SQLException
public byte getByte(java.lang.String p0) throws java.sql.SQLException
getByte
in interface java.sql.ResultSet
java.sql.SQLException
public byte getByte(int p0) throws java.sql.SQLException
getByte
in interface java.sql.ResultSet
java.sql.SQLException
public short getShort(java.lang.String p0) throws java.sql.SQLException
getShort
in interface java.sql.ResultSet
java.sql.SQLException
public short getShort(int p0) throws java.sql.SQLException
getShort
in interface java.sql.ResultSet
java.sql.SQLException
public int getInt(int p0) throws java.sql.SQLException
getInt
in interface java.sql.ResultSet
java.sql.SQLException
public int getInt(java.lang.String p0) throws java.sql.SQLException
getInt
in interface java.sql.ResultSet
java.sql.SQLException
public float getFloat(java.lang.String p0) throws java.sql.SQLException
getFloat
in interface java.sql.ResultSet
java.sql.SQLException
public float getFloat(int p0) throws java.sql.SQLException
getFloat
in interface java.sql.ResultSet
java.sql.SQLException
public double getDouble(int p0) throws java.sql.SQLException
getDouble
in interface java.sql.ResultSet
java.sql.SQLException
public double getDouble(java.lang.String p0) throws java.sql.SQLException
getDouble
in interface java.sql.ResultSet
java.sql.SQLException
public java.math.BigDecimal getBigDecimal(java.lang.String p0) throws java.sql.SQLException
getBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public java.math.BigDecimal getBigDecimal(int p0) throws java.sql.SQLException
getBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public java.math.BigDecimal getBigDecimal(int p0, int p1) throws java.sql.SQLException
getBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public java.math.BigDecimal getBigDecimal(java.lang.String p0, int p1) throws java.sql.SQLException
getBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Timestamp getTimestamp(java.lang.String p0) throws java.sql.SQLException
getTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Timestamp getTimestamp(java.lang.String p0, java.util.Calendar p1) throws java.sql.SQLException
getTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Timestamp getTimestamp(int p0) throws java.sql.SQLException
getTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Timestamp getTimestamp(int p0, java.util.Calendar p1) throws java.sql.SQLException
getTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getAsciiStream(java.lang.String p0) throws java.sql.SQLException
getAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getAsciiStream(int p0) throws java.sql.SQLException
getAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getUnicodeStream(int p0) throws java.sql.SQLException
getUnicodeStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getUnicodeStream(java.lang.String p0) throws java.sql.SQLException
getUnicodeStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getBinaryStream(int p0) throws java.sql.SQLException
getBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.InputStream getBinaryStream(java.lang.String p0) throws java.sql.SQLException
getBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.SQLWarning getWarnings() throws java.sql.SQLException
getWarnings
in interface java.sql.ResultSet
java.sql.SQLException
public void clearWarnings() throws java.sql.SQLException
clearWarnings
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.String getCursorName() throws java.sql.SQLException
getCursorName
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.ResultSetMetaData getMetaData() throws java.sql.SQLException
getMetaData
in interface java.sql.ResultSet
java.sql.SQLException
public int findColumn(java.lang.String p0) throws java.sql.SQLException
findColumn
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.Reader getCharacterStream(java.lang.String p0) throws java.sql.SQLException
getCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.Reader getCharacterStream(int p0) throws java.sql.SQLException
getCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public boolean isBeforeFirst() throws java.sql.SQLException
isBeforeFirst
in interface java.sql.ResultSet
java.sql.SQLException
public boolean isAfterLast() throws java.sql.SQLException
isAfterLast
in interface java.sql.ResultSet
java.sql.SQLException
public boolean isFirst() throws java.sql.SQLException
isFirst
in interface java.sql.ResultSet
java.sql.SQLException
public boolean isLast() throws java.sql.SQLException
isLast
in interface java.sql.ResultSet
java.sql.SQLException
public void beforeFirst() throws java.sql.SQLException
beforeFirst
in interface java.sql.ResultSet
java.sql.SQLException
public void afterLast() throws java.sql.SQLException
afterLast
in interface java.sql.ResultSet
java.sql.SQLException
public boolean first() throws java.sql.SQLException
first
in interface java.sql.ResultSet
java.sql.SQLException
public boolean last() throws java.sql.SQLException
last
in interface java.sql.ResultSet
java.sql.SQLException
public boolean absolute(int p0) throws java.sql.SQLException
absolute
in interface java.sql.ResultSet
java.sql.SQLException
public boolean relative(int p0) throws java.sql.SQLException
relative
in interface java.sql.ResultSet
java.sql.SQLException
public void setFetchDirection(int p0) throws java.sql.SQLException
setFetchDirection
in interface java.sql.ResultSet
java.sql.SQLException
public int getFetchDirection() throws java.sql.SQLException
getFetchDirection
in interface java.sql.ResultSet
java.sql.SQLException
public void setFetchSize(int p0) throws java.sql.SQLException
setFetchSize
in interface java.sql.ResultSet
java.sql.SQLException
public int getFetchSize() throws java.sql.SQLException
getFetchSize
in interface java.sql.ResultSet
java.sql.SQLException
public int getConcurrency() throws java.sql.SQLException
getConcurrency
in interface java.sql.ResultSet
java.sql.SQLException
public boolean rowUpdated() throws java.sql.SQLException
rowUpdated
in interface java.sql.ResultSet
java.sql.SQLException
public boolean rowInserted() throws java.sql.SQLException
rowInserted
in interface java.sql.ResultSet
java.sql.SQLException
public boolean rowDeleted() throws java.sql.SQLException
rowDeleted
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNull(int p0) throws java.sql.SQLException
updateNull
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNull(java.lang.String p0) throws java.sql.SQLException
updateNull
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBoolean(int p0, boolean p1) throws java.sql.SQLException
updateBoolean
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBoolean(java.lang.String p0, boolean p1) throws java.sql.SQLException
updateBoolean
in interface java.sql.ResultSet
java.sql.SQLException
public void updateByte(java.lang.String p0, byte p1) throws java.sql.SQLException
updateByte
in interface java.sql.ResultSet
java.sql.SQLException
public void updateByte(int p0, byte p1) throws java.sql.SQLException
updateByte
in interface java.sql.ResultSet
java.sql.SQLException
public void updateShort(int p0, short p1) throws java.sql.SQLException
updateShort
in interface java.sql.ResultSet
java.sql.SQLException
public void updateShort(java.lang.String p0, short p1) throws java.sql.SQLException
updateShort
in interface java.sql.ResultSet
java.sql.SQLException
public void updateInt(int p0, int p1) throws java.sql.SQLException
updateInt
in interface java.sql.ResultSet
java.sql.SQLException
public void updateInt(java.lang.String p0, int p1) throws java.sql.SQLException
updateInt
in interface java.sql.ResultSet
java.sql.SQLException
public void updateLong(int p0, long p1) throws java.sql.SQLException
updateLong
in interface java.sql.ResultSet
java.sql.SQLException
public void updateLong(java.lang.String p0, long p1) throws java.sql.SQLException
updateLong
in interface java.sql.ResultSet
java.sql.SQLException
public void updateFloat(java.lang.String p0, float p1) throws java.sql.SQLException
updateFloat
in interface java.sql.ResultSet
java.sql.SQLException
public void updateFloat(int p0, float p1) throws java.sql.SQLException
updateFloat
in interface java.sql.ResultSet
java.sql.SQLException
public void updateDouble(int p0, double p1) throws java.sql.SQLException
updateDouble
in interface java.sql.ResultSet
java.sql.SQLException
public void updateDouble(java.lang.String p0, double p1) throws java.sql.SQLException
updateDouble
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBigDecimal(java.lang.String p0, java.math.BigDecimal p1) throws java.sql.SQLException
updateBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBigDecimal(int p0, java.math.BigDecimal p1) throws java.sql.SQLException
updateBigDecimal
in interface java.sql.ResultSet
java.sql.SQLException
public void updateString(java.lang.String p0, java.lang.String p1) throws java.sql.SQLException
updateString
in interface java.sql.ResultSet
java.sql.SQLException
public void updateString(int p0, java.lang.String p1) throws java.sql.SQLException
updateString
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBytes(int p0, byte[] p1) throws java.sql.SQLException
updateBytes
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBytes(java.lang.String p0, byte[] p1) throws java.sql.SQLException
updateBytes
in interface java.sql.ResultSet
java.sql.SQLException
public void updateDate(int p0, java.sql.Date p1) throws java.sql.SQLException
updateDate
in interface java.sql.ResultSet
java.sql.SQLException
public void updateDate(java.lang.String p0, java.sql.Date p1) throws java.sql.SQLException
updateDate
in interface java.sql.ResultSet
java.sql.SQLException
public void updateTime(java.lang.String p0, java.sql.Time p1) throws java.sql.SQLException
updateTime
in interface java.sql.ResultSet
java.sql.SQLException
public void updateTime(int p0, java.sql.Time p1) throws java.sql.SQLException
updateTime
in interface java.sql.ResultSet
java.sql.SQLException
public void updateTimestamp(int p0, java.sql.Timestamp p1) throws java.sql.SQLException
updateTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public void updateTimestamp(java.lang.String p0, java.sql.Timestamp p1) throws java.sql.SQLException
updateTimestamp
in interface java.sql.ResultSet
java.sql.SQLException
public void updateAsciiStream(int p0, java.io.InputStream p1, int p2) throws java.sql.SQLException
updateAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateAsciiStream(java.lang.String p0, java.io.InputStream p1, int p2) throws java.sql.SQLException
updateAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBinaryStream(int p0, java.io.InputStream p1, int p2) throws java.sql.SQLException
updateBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBinaryStream(java.lang.String p0, java.io.InputStream p1, int p2) throws java.sql.SQLException
updateBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateCharacterStream(int p0, java.io.Reader p1, int p2) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateCharacterStream(java.lang.String p0, java.io.Reader p1, int p2) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateObject(int p0, java.lang.Object p1) throws java.sql.SQLException
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public void updateObject(int p0, java.lang.Object p1, int p2) throws java.sql.SQLException
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public void updateObject(java.lang.String p0, java.lang.Object p1) throws java.sql.SQLException
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public void updateObject(java.lang.String p0, java.lang.Object p1, int p2) throws java.sql.SQLException
updateObject
in interface java.sql.ResultSet
java.sql.SQLException
public void insertRow() throws java.sql.SQLException
insertRow
in interface java.sql.ResultSet
java.sql.SQLException
public void updateRow() throws java.sql.SQLException
updateRow
in interface java.sql.ResultSet
java.sql.SQLException
public void deleteRow() throws java.sql.SQLException
deleteRow
in interface java.sql.ResultSet
java.sql.SQLException
public void refreshRow() throws java.sql.SQLException
refreshRow
in interface java.sql.ResultSet
java.sql.SQLException
public void cancelRowUpdates() throws java.sql.SQLException
cancelRowUpdates
in interface java.sql.ResultSet
java.sql.SQLException
public void moveToInsertRow() throws java.sql.SQLException
moveToInsertRow
in interface java.sql.ResultSet
java.sql.SQLException
public void moveToCurrentRow() throws java.sql.SQLException
moveToCurrentRow
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Statement getStatement() throws java.sql.SQLException
getStatement
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Blob getBlob(int p0) throws java.sql.SQLException
getBlob
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Blob getBlob(java.lang.String p0) throws java.sql.SQLException
getBlob
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Clob getClob(java.lang.String p0) throws java.sql.SQLException
getClob
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Clob getClob(int p0) throws java.sql.SQLException
getClob
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Array getArray(int p0) throws java.sql.SQLException
getArray
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.Array getArray(java.lang.String p0) throws java.sql.SQLException
getArray
in interface java.sql.ResultSet
java.sql.SQLException
public java.net.URL getURL(int p0) throws java.sql.SQLException
getURL
in interface java.sql.ResultSet
java.sql.SQLException
public java.net.URL getURL(java.lang.String p0) throws java.sql.SQLException
getURL
in interface java.sql.ResultSet
java.sql.SQLException
public void updateRef(int p0, java.sql.Ref p1) throws java.sql.SQLException
updateRef
in interface java.sql.ResultSet
java.sql.SQLException
public void updateRef(java.lang.String p0, java.sql.Ref p1) throws java.sql.SQLException
updateRef
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBlob(int p0, java.sql.Blob p1) throws java.sql.SQLException
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBlob(java.lang.String p0, java.sql.Blob p1) throws java.sql.SQLException
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateClob(int p0, java.sql.Clob p1) throws java.sql.SQLException
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateClob(java.lang.String p0, java.sql.Clob p1) throws java.sql.SQLException
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateArray(int p0, java.sql.Array p1) throws java.sql.SQLException
updateArray
in interface java.sql.ResultSet
java.sql.SQLException
public void updateArray(java.lang.String p0, java.sql.Array p1) throws java.sql.SQLException
updateArray
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.ResultSet getJDBC()
public boolean isWrapperFor(java.lang.Class<?> arg0) throws java.sql.SQLException
isWrapperFor
in interface java.sql.Wrapper
java.sql.SQLException
public <T> T unwrap(java.lang.Class<T> arg0) throws java.sql.SQLException
unwrap
in interface java.sql.Wrapper
java.sql.SQLException
public int getHoldability() throws java.sql.SQLException
getHoldability
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.Reader getNCharacterStream(int arg0) throws java.sql.SQLException
getNCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.io.Reader getNCharacterStream(java.lang.String arg0) throws java.sql.SQLException
getNCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.NClob getNClob(int arg0) throws java.sql.SQLException
getNClob
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.NClob getNClob(java.lang.String arg0) throws java.sql.SQLException
getNClob
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.String getNString(int arg0) throws java.sql.SQLException
getNString
in interface java.sql.ResultSet
java.sql.SQLException
public java.lang.String getNString(java.lang.String arg0) throws java.sql.SQLException
getNString
in interface java.sql.ResultSet
java.sql.SQLException
public <T> T getObject(int arg0, java.lang.Class<T> arg1) throws java.sql.SQLException
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public <T> T getObject(java.lang.String arg0, java.lang.Class<T> arg1) throws java.sql.SQLException
getObject
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.RowId getRowId(int arg0) throws java.sql.SQLException
getRowId
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.RowId getRowId(java.lang.String arg0) throws java.sql.SQLException
getRowId
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.SQLXML getSQLXML(int arg0) throws java.sql.SQLException
getSQLXML
in interface java.sql.ResultSet
java.sql.SQLException
public java.sql.SQLXML getSQLXML(java.lang.String arg0) throws java.sql.SQLException
getSQLXML
in interface java.sql.ResultSet
java.sql.SQLException
public boolean isClosed() throws java.sql.SQLException
isClosed
in interface java.sql.ResultSet
java.sql.SQLException
public void updateAsciiStream(int arg0, java.io.InputStream arg1) throws java.sql.SQLException
updateAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateAsciiStream(java.lang.String arg0, java.io.InputStream arg1) throws java.sql.SQLException
updateAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateAsciiStream(int arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException
updateAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateAsciiStream(java.lang.String arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException
updateAsciiStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBinaryStream(int arg0, java.io.InputStream arg1) throws java.sql.SQLException
updateBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBinaryStream(java.lang.String arg0, java.io.InputStream arg1) throws java.sql.SQLException
updateBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBinaryStream(int arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException
updateBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBinaryStream(java.lang.String arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException
updateBinaryStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBlob(int arg0, java.io.InputStream arg1) throws java.sql.SQLException
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBlob(java.lang.String arg0, java.io.InputStream arg1) throws java.sql.SQLException
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBlob(int arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateBlob(java.lang.String arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException
updateBlob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateCharacterStream(int arg0, java.io.Reader arg1) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateCharacterStream(java.lang.String arg0, java.io.Reader arg1) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateCharacterStream(int arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateCharacterStream(java.lang.String arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
updateCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateClob(int arg0, java.io.Reader arg1) throws java.sql.SQLException
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateClob(java.lang.String arg0, java.io.Reader arg1) throws java.sql.SQLException
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateClob(int arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateClob(java.lang.String arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
updateClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNCharacterStream(int arg0, java.io.Reader arg1) throws java.sql.SQLException
updateNCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNCharacterStream(java.lang.String arg0, java.io.Reader arg1) throws java.sql.SQLException
updateNCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNCharacterStream(int arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
updateNCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNCharacterStream(java.lang.String arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
updateNCharacterStream
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNClob(int arg0, java.sql.NClob arg1) throws java.sql.SQLException
updateNClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNClob(java.lang.String arg0, java.sql.NClob arg1) throws java.sql.SQLException
updateNClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNClob(int arg0, java.io.Reader arg1) throws java.sql.SQLException
updateNClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNClob(java.lang.String arg0, java.io.Reader arg1) throws java.sql.SQLException
updateNClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNClob(int arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
updateNClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNClob(java.lang.String arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
updateNClob
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNString(int arg0, java.lang.String arg1) throws java.sql.SQLException
updateNString
in interface java.sql.ResultSet
java.sql.SQLException
public void updateNString(java.lang.String arg0, java.lang.String arg1) throws java.sql.SQLException
updateNString
in interface java.sql.ResultSet
java.sql.SQLException
public void updateRowId(int arg0, java.sql.RowId arg1) throws java.sql.SQLException
updateRowId
in interface java.sql.ResultSet
java.sql.SQLException
public void updateRowId(java.lang.String arg0, java.sql.RowId arg1) throws java.sql.SQLException
updateRowId
in interface java.sql.ResultSet
java.sql.SQLException
public void updateSQLXML(int arg0, java.sql.SQLXML arg1) throws java.sql.SQLException
updateSQLXML
in interface java.sql.ResultSet
java.sql.SQLException
public void updateSQLXML(java.lang.String arg0, java.sql.SQLXML arg1) throws java.sql.SQLException
updateSQLXML
in interface java.sql.ResultSet
java.sql.SQLException