org.tmatesoft.sqljet.core.internal.vdbe
Class SqlJetRowSet

java.lang.Object
  extended by org.tmatesoft.sqljet.core.internal.vdbe.SqlJetRowSet
All Implemented Interfaces:
ISqlJetRowSet

public class SqlJetRowSet
extends java.lang.Object
implements ISqlJetRowSet


Constructor Summary
SqlJetRowSet(ISqlJetDbHandle db)
           
 
Method Summary
 void clear()
          Deallocate all chunks from a RowSet.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlJetRowSet

public SqlJetRowSet(ISqlJetDbHandle db)
Method Detail

clear

public void clear()
Description copied from interface: ISqlJetRowSet
Deallocate all chunks from a RowSet.

Specified by:
clear in interface ISqlJetRowSet