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:
getCursor
in interfaceISqlJetMapTable
- Returns:
- cursor instance
- Throws:
SqlJetException
-
put
- Specified by:
put
in interfaceISqlJetMapTable
- Returns:
- data entry id
- Throws:
SqlJetException
-
get
- Specified by:
get
in interfaceISqlJetMapTable
- Returns:
- data stored with the key specified
- Throws:
SqlJetException
-