Class SqlJetMap
java.lang.Object
org.tmatesoft.sqljet.core.internal.map.SqlJetMap
- All Implemented Interfaces:
ISqlJetMap
- Author:
- TMate Software Ltd., Sergey Scherbina (sergey.scherbina@gmail.com)
-
Constructor Summary
ConstructorsConstructorDescriptionSqlJetMap
(SqlJetMapDb mapDb, ISqlJetBtree btree, SqlJetMapDef mapDef, boolean writable) -
Method Summary
-
Constructor Details
-
SqlJetMap
- Parameters:
mapDb
-btree
-mapDef
-writable
-
-
-
Method Details
-
getCursor
- Specified by:
getCursor
in interfaceISqlJetMap
- Returns:
- cursor instance
- Throws:
SqlJetException
-
put
- Specified by:
put
in interfaceISqlJetMap
- Throws:
SqlJetException
-
get
- Specified by:
get
in interfaceISqlJetMap
- Returns:
- data stored with the key specified
- Throws:
SqlJetException
-
getMapTable
- Specified by:
getMapTable
in interfaceISqlJetMap
- Returns:
- Throws:
SqlJetException
-
getMapIndex
- Specified by:
getMapIndex
in interfaceISqlJetMap
- Throws:
SqlJetException
-