Class SqlJetRowSet

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

public class SqlJetRowSet extends java.lang.Object implements ISqlJetRowSet
Author:
TMate Software Ltd., Sergey Scherbina (sergey.scherbina@gmail.com)
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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 Details

  • Method Details

    • clear

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