Class SqlJetMapIndex
java.lang.Object
org.tmatesoft.sqljet.core.internal.map.SqlJetMapIndex
- All Implemented Interfaces:
ISqlJetMapIndex
-
Constructor Summary
ConstructorsConstructorDescriptionSqlJetMapIndex
(SqlJetMapDb mapDb, ISqlJetBtree btree, ISqlJetIndexDef indexDef, boolean writable) -
Method Summary
-
Constructor Details
-
SqlJetMapIndex
public SqlJetMapIndex(SqlJetMapDb mapDb, ISqlJetBtree btree, ISqlJetIndexDef indexDef, boolean writable) - Parameters:
mapDb
-btree
-writable
-mapTableDef
-
-
-
Method Details
-
getCursor
- Specified by:
getCursor
in interfaceISqlJetMapIndex
- Returns:
- cursor instance
- Throws:
SqlJetException
-
put
- Specified by:
put
in interfaceISqlJetMapIndex
- Parameters:
key
-value
-- Throws:
SqlJetException
-
get
- Specified by:
get
in interfaceISqlJetMapIndex
- Parameters:
key
-- Returns:
- data stored with the key specified
- Throws:
SqlJetException
-