Package org.tmatesoft.sqljet.core.map
Interface ISqlJetMap
- All Known Implementing Classes:
SqlJetMap
public interface ISqlJetMap
- Author:
- TMate Software Ltd., Sergey Scherbina (sergey.scherbina@gmail.com)
-
Method Details
-
put
- Parameters:
key
-value
-- Throws:
SqlJetException
-
get
- Parameters:
key
-- Returns:
- data stored with the key specified
- Throws:
SqlJetException
-
getCursor
- Returns:
- cursor instance
- Throws:
SqlJetException
-
getMapTable
- Throws:
SqlJetException
-
getMapIndex
- Throws:
SqlJetException
-