Package org.tmatesoft.sqljet.core.map
Interface ISqlJetMapIndexCursor
- All Superinterfaces:
ISqlJetMapIterator
- All Known Implementing Classes:
SqlJetMapIndexCursor
-
Method Summary
-
Method Details
-
close
- Throws:
SqlJetException
-
getKey
- Returns:
- current key.
- Throws:
SqlJetException
-
getValue
- Returns:
- current date.
- Throws:
SqlJetException
-
goToKey
- Parameters:
key
-- Returns:
- true if cursor was set to the key specified.
- Throws:
SqlJetException
-
put
- Parameters:
key
-value
-- Throws:
SqlJetException
-