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
-
-
Constructor Summary
Constructors Constructor Description SqlJetRowSet(ISqlJetDbHandle db)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
Deallocate all chunks from a RowSet.
-
-
-
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 interfaceISqlJetRowSet
-
-