jxDBCon 0.9z

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

Constructor Summary
PGRowSetRW()
           
 
Method Summary
 void readData(RowSetInternal caller)
           
 boolean writeData(RowSetInternal caller)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PGRowSetRW

public PGRowSetRW()
Method Detail

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

jxDBCon 0.9z

Copyright © 2001,2002 Keve Müller; see LICENSE file for details.