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