This article applies to BlackBerry® devices based on Java® technology.
When using SQLite®, the Cursor.close() method closes the Statement that was used to create the Cursor. This means that you should avoid closing cursors if you wish to use the Statement in the future. Closing a Statement closes all Cursors that were created from it. Use of Cursor.close() is not recommended and this method will be deprecated in a future BlackBerry® Device Software release.
Further information on best practices for using SQLite on BlackBerry devices can be found here.