Class SqlJetBtreeTable.State
- java.lang.Object
-
- org.tmatesoft.sqljet.core.internal.table.SqlJetBtreeTable.State
-
- Enclosing class:
- SqlJetBtreeTable
protected static class SqlJetBtreeTable.State extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description State(ISqlJetBtreeCursor cursor, SqlJetKeyInfo keyInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
ISqlJetBtreeCursor
getCursor()
SqlJetKeyInfo
getKeyInfo()
-
-
-
Constructor Detail
-
State
public State(ISqlJetBtreeCursor cursor, SqlJetKeyInfo keyInfo)
-
-
Method Detail
-
getCursor
public ISqlJetBtreeCursor getCursor()
-
getKeyInfo
public SqlJetKeyInfo getKeyInfo()
-
close
public void close() throws SqlJetException
- Throws:
SqlJetException
-
-