org.sourceforge.jxdbcon.postgresql
Class PGRowSetRW
java.lang.Object
|
+--org.sourceforge.jxdbcon.postgresql.PGRowSetRW
- All Implemented Interfaces:
- RowSetReader, RowSetWriter
- public class PGRowSetRW
- extends Object
- implements RowSetReader, RowSetWriter
Only works with a XCachedRowSet due to limitations of the RowSetInternal
interface.
- Version:
- $Revision: 1.2 $
- Author:
- Keve Müller
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PGRowSetRW
public PGRowSetRW()
readData
public void readData(RowSetInternal caller)
throws SQLException
- Specified by:
readData
in interface RowSetReader
SQLException
writeData
public boolean writeData(RowSetInternal caller)
throws SQLException
- Specified by:
writeData
in interface RowSetWriter
SQLException
Copyright © 2001,2002 Keve Müller; see LICENSE file for details.