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