Package org.tmatesoft.sqljet.core.map
Interface ISqlJetMapIndex
- All Known Implementing Classes:
SqlJetMapIndex
public interface ISqlJetMapIndex
-
Method Summary
-
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
-