Class SqlJetMapTable
java.lang.Object
org.tmatesoft.sqljet.core.internal.map.SqlJetMapTable
- All Implemented Interfaces:
ISqlJetMapTable
- Author:
- TMate Software Ltd., Sergey Scherbina (sergey.scherbina@gmail.com)
-
Constructor Summary
ConstructorsConstructorDescriptionSqlJetMapTable(SqlJetMapDb mapDb, ISqlJetBtree btree, SqlJetMapDef mapDef, boolean writable) -
Method Summary
-
Constructor Details
-
SqlJetMapTable
- Parameters:
mapDb-btree-mapDef-writable-
-
-
Method Details
-
getCursor
- Specified by:
getCursorin interfaceISqlJetMapTable- Returns:
- cursor instance
- Throws:
SqlJetException
-
put
- Specified by:
putin interfaceISqlJetMapTable- Parameters:
key-values-- Returns:
- data entry id
- Throws:
SqlJetException
-
get
- Specified by:
getin interfaceISqlJetMapTable- Parameters:
key-- Returns:
- data stored with the key specified
- Throws:
SqlJetException
-