Package org.tmatesoft.sqljet.core.map
Interface ISqlJetMapTableCursor
- All Superinterfaces:
ISqlJetMapIterator
- All Known Implementing Classes:
SqlJetMapTableCursor
- Author:
- TMate Software Ltd., Sergey Scherbina (sergey.scherbina@gmail.com)
-
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
-values
-- Returns:
- data entry id.
- Throws:
SqlJetException
-