Save This Page
Home » apache-openjpa-1.1.0-source » org.apache.openjpa.lib » jdbc » [javadoc | source]
org.apache.openjpa.lib.jdbc
public class: DelegatingResultSet [javadoc | source]
java.lang.Object
   org.apache.openjpa.lib.jdbc.DelegatingResultSet

All Implemented Interfaces:
    ResultSet, Closeable

Direct Known Subclasses:
    LoggingResultSet

Wrapper around an existing result set. Subclasses can override the methods whose behavior they mean to change. The equals and hashCode methods pass through to the base underlying data store statement.
Constructor:
 public DelegatingResultSet(ResultSet rs,
    Statement stmnt) 
Method from org.apache.openjpa.lib.jdbc.DelegatingResultSet Summary:
absolute,   afterLast,   appendInfo,   beforeFirst,   cancelRowUpdates,   clearWarnings,   close,   deleteRow,   equals,   findColumn,   first,   getArray,   getArray,   getAsciiStream,   getAsciiStream,   getBigDecimal,   getBigDecimal,   getBigDecimal,   getBigDecimal,   getBinaryStream,   getBinaryStream,   getBlob,   getBlob,   getBoolean,   getBoolean,   getByte,   getByte,   getBytes,   getBytes,   getCharacterStream,   getCharacterStream,   getClob,   getClob,   getConcurrency,   getCursorName,   getDate,   getDate,   getDate,   getDate,   getDelegate,   getDouble,   getDouble,   getFetchDirection,   getFetchSize,   getFloat,   getFloat,   getInnermostDelegate,   getInt,   getInt,   getLong,   getLong,   getMetaData,   getObject,   getObject,   getObject,   getObject,   getRef,   getRef,   getRow,   getShort,   getShort,   getStatement,   getString,   getString,   getTime,   getTime,   getTime,   getTime,   getTimestamp,   getTimestamp,   getTimestamp,   getTimestamp,   getType,   getURL,   getURL,   getUnicodeStream,   getUnicodeStream,   getWarnings,   hashCode,   insertRow,   isAfterLast,   isBeforeFirst,   isFirst,   isLast,   last,   moveToCurrentRow,   moveToInsertRow,   next,   previous,   refreshRow,   relative,   rowDeleted,   rowInserted,   rowUpdated,   setFetchDirection,   setFetchSize,   toString,   updateArray,   updateArray,   updateAsciiStream,   updateAsciiStream,   updateBigDecimal,   updateBigDecimal,   updateBinaryStream,   updateBinaryStream,   updateBlob,   updateBlob,   updateBoolean,   updateBoolean,   updateByte,   updateByte,   updateBytes,   updateBytes,   updateCharacterStream,   updateCharacterStream,   updateClob,   updateClob,   updateDate,   updateDate,   updateDouble,   updateDouble,   updateFloat,   updateFloat,   updateInt,   updateInt,   updateLong,   updateLong,   updateNull,   updateNull,   updateObject,   updateObject,   updateObject,   updateObject,   updateRef,   updateRef,   updateRow,   updateShort,   updateShort,   updateString,   updateString,   updateTime,   updateTime,   updateTimestamp,   updateTimestamp,   wasNull
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.openjpa.lib.jdbc.DelegatingResultSet Detail:
 public boolean absolute(int a) throws SQLException 
 public  void afterLast() throws SQLException 
 protected  void appendInfo(StringBuffer buf) 
 public  void beforeFirst() throws SQLException 
 public  void cancelRowUpdates() throws SQLException 
 public  void clearWarnings() throws SQLException 
 public  void close() throws SQLException 
 public  void deleteRow() throws SQLException 
 public boolean equals(Object other) 
 public int findColumn(String a) throws SQLException 
 public boolean first() throws SQLException 
 public Array getArray(int a) throws SQLException 
 public Array getArray(String a) throws SQLException 
 public InputStream getAsciiStream(int a) throws SQLException 
 public InputStream getAsciiStream(String a) throws SQLException 
 public BigDecimal getBigDecimal(int a) throws SQLException 
 public BigDecimal getBigDecimal(String a) throws SQLException 
 public BigDecimal getBigDecimal(int a,
    int b) throws SQLException 
 public BigDecimal getBigDecimal(String a,
    int b) throws SQLException 
 public InputStream getBinaryStream(int a) throws SQLException 
 public InputStream getBinaryStream(String a) throws SQLException 
 public Blob getBlob(int a) throws SQLException 
 public Blob getBlob(String a) throws SQLException 
 public boolean getBoolean(int a) throws SQLException 
 public boolean getBoolean(String a) throws SQLException 
 public byte getByte(int a) throws SQLException 
 public byte getByte(String a) throws SQLException 
 public byte[] getBytes(int a) throws SQLException 
 public byte[] getBytes(String a) throws SQLException 
 public Reader getCharacterStream(int a) throws SQLException 
 public Reader getCharacterStream(String a) throws SQLException 
 public Clob getClob(int a) throws SQLException 
 public Clob getClob(String a) throws SQLException 
 public int getConcurrency() throws SQLException 
 public String getCursorName() throws SQLException 
 public Date getDate(int a) throws SQLException 
 public Date getDate(String a) throws SQLException 
 public Date getDate(int a,
    Calendar b) throws SQLException 
 public Date getDate(String a,
    Calendar b) throws SQLException 
 public ResultSet getDelegate() 
    Return the wrapped result set.
 public double getDouble(int a) throws SQLException 
 public double getDouble(String a) throws SQLException 
 public int getFetchDirection() throws SQLException 
 public int getFetchSize() throws SQLException 
 public float getFloat(int a) throws SQLException 
 public float getFloat(String a) throws SQLException 
 public ResultSet getInnermostDelegate() 
    Return the inner-most wrapped delegate.
 public int getInt(int a) throws SQLException 
 public int getInt(String a) throws SQLException 
 public long getLong(int a) throws SQLException 
 public long getLong(String a) throws SQLException 
 public ResultSetMetaData getMetaData() throws SQLException 
 public Object getObject(int a) throws SQLException 
 public Object getObject(String a) throws SQLException 
 public Object getObject(int a,
    Map b) throws SQLException 
 public Object getObject(String a,
    Map b) throws SQLException 
 public Ref getRef(int a) throws SQLException 
 public Ref getRef(String a) throws SQLException 
 public int getRow() throws SQLException 
 public short getShort(int a) throws SQLException 
 public short getShort(String a) throws SQLException 
 public Statement getStatement() throws SQLException 
 public String getString(int a) throws SQLException 
 public String getString(String a) throws SQLException 
 public Time getTime(int a) throws SQLException 
 public Time getTime(String a) throws SQLException 
 public Time getTime(int a,
    Calendar b) throws SQLException 
 public Time getTime(String a,
    Calendar b) throws SQLException 
 public Timestamp getTimestamp(int a) throws SQLException 
 public Timestamp getTimestamp(String a) throws SQLException 
 public Timestamp getTimestamp(int a,
    Calendar b) throws SQLException 
 public Timestamp getTimestamp(String a,
    Calendar b) throws SQLException 
 public int getType() throws SQLException 
 public URL getURL(int column) throws SQLException 
 public URL getURL(String columnName) throws SQLException 
 public InputStream getUnicodeStream(int a) throws SQLException 
 public InputStream getUnicodeStream(String a) throws SQLException 
 public SQLWarning getWarnings() throws SQLException 
 public int hashCode() 
 public  void insertRow() throws SQLException 
 public boolean isAfterLast() throws SQLException 
 public boolean isBeforeFirst() throws SQLException 
 public boolean isFirst() throws SQLException 
 public boolean isLast() throws SQLException 
 public boolean last() throws SQLException 
 public  void moveToCurrentRow() throws SQLException 
 public  void moveToInsertRow() throws SQLException 
 public boolean next() throws SQLException 
 public boolean previous() throws SQLException 
 public  void refreshRow() throws SQLException 
 public boolean relative(int a) throws SQLException 
 public boolean rowDeleted() throws SQLException 
 public boolean rowInserted() throws SQLException 
 public boolean rowUpdated() throws SQLException 
 public  void setFetchDirection(int a) throws SQLException 
 public  void setFetchSize(int a) throws SQLException 
 public String toString() 
 public  void updateArray(int column,
    Array array) throws SQLException 
 public  void updateArray(String columnName,
    Array array) throws SQLException 
 public  void updateAsciiStream(int a,
    InputStream in,
    int b) throws SQLException 
 public  void updateAsciiStream(String a,
    InputStream in,
    int b) throws SQLException 
 public  void updateBigDecimal(int a,
    BigDecimal b) throws SQLException 
 public  void updateBigDecimal(String a,
    BigDecimal b) throws SQLException 
 public  void updateBinaryStream(int a,
    InputStream in,
    int b) throws SQLException 
 public  void updateBinaryStream(String a,
    InputStream in,
    int b) throws SQLException 
 public  void updateBlob(int a,
    Blob blob) throws SQLException 
 public  void updateBlob(String columnName,
    Blob blob) throws SQLException 
 public  void updateBoolean(int a,
    boolean b) throws SQLException 
 public  void updateBoolean(String a,
    boolean b) throws SQLException 
 public  void updateByte(int a,
    byte b) throws SQLException 
 public  void updateByte(String a,
    byte b) throws SQLException 
 public  void updateBytes(int a,
    byte[] b) throws SQLException 
 public  void updateBytes(String a,
    byte[] b) throws SQLException 
 public  void updateCharacterStream(int a,
    Reader reader,
    int b) throws SQLException 
 public  void updateCharacterStream(String a,
    Reader reader,
    int b) throws SQLException 
 public  void updateClob(int a,
    Clob clob) throws SQLException 
 public  void updateClob(String columnName,
    Clob clob) throws SQLException 
 public  void updateDate(int a,
    Date b) throws SQLException 
 public  void updateDate(String a,
    Date b) throws SQLException 
 public  void updateDouble(int a,
    double b) throws SQLException 
 public  void updateDouble(String a,
    double b) throws SQLException 
 public  void updateFloat(int a,
    float b) throws SQLException 
 public  void updateFloat(String a,
    float b) throws SQLException 
 public  void updateInt(int a,
    int b) throws SQLException 
 public  void updateInt(String a,
    int b) throws SQLException 
 public  void updateLong(int a,
    long b) throws SQLException 
 public  void updateLong(String a,
    long b) throws SQLException 
 public  void updateNull(int a) throws SQLException 
 public  void updateNull(String a) throws SQLException 
 public  void updateObject(int a,
    Object ob) throws SQLException 
 public  void updateObject(String a,
    Object b) throws SQLException 
 public  void updateObject(int a,
    Object ob,
    int b) throws SQLException 
 public  void updateObject(String a,
    Object ob,
    int b) throws SQLException 
 public  void updateRef(int column,
    Ref ref) throws SQLException 
 public  void updateRef(String columnName,
    Ref ref) throws SQLException 
 public  void updateRow() throws SQLException 
 public  void updateShort(int a,
    short b) throws SQLException 
 public  void updateShort(String a,
    short b) throws SQLException 
 public  void updateString(int a,
    String b) throws SQLException 
 public  void updateString(String a,
    String b) throws SQLException 
 public  void updateTime(int a,
    Time b) throws SQLException 
 public  void updateTime(String a,
    Time b) throws SQLException 
 public  void updateTimestamp(int a,
    Timestamp b) throws SQLException 
 public  void updateTimestamp(String a,
    Timestamp b) throws SQLException 
 public boolean wasNull() throws SQLException