org.tmatesoft.sqljet.core.internal.table
Class SqlJetBtreeTable.State

java.lang.Object
  extended by org.tmatesoft.sqljet.core.internal.table.SqlJetBtreeTable.State
Enclosing class:
SqlJetBtreeTable

protected static class SqlJetBtreeTable.State
extends java.lang.Object


Constructor Summary
SqlJetBtreeTable.State(ISqlJetBtreeCursor cursor, SqlJetKeyInfo keyInfo)
           
 
Method Summary
 void close()
           
 ISqlJetBtreeCursor getCursor()
           
 SqlJetKeyInfo getKeyInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlJetBtreeTable.State

public SqlJetBtreeTable.State(ISqlJetBtreeCursor cursor,
                              SqlJetKeyInfo keyInfo)
Method Detail

getCursor

public ISqlJetBtreeCursor getCursor()

getKeyInfo

public SqlJetKeyInfo getKeyInfo()

close

public void close()
           throws SqlJetException
Throws:
SqlJetException