Class SqlJetRowSet

  • All Implemented Interfaces:
    ISqlJetRowSet

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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
    • Method Detail

      • clear

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