Code sample Creating an encrypted SQLite database

Research In Motion Limited proprietary and confidential Copyright Research In Motion Limited, 2009 import net.rim.device.api.ui. import net.rim.device.api.ui.component. import net.rim.device.api.ui.container. import net.rim.device.api.database. import net.rim.device.api.io. public class CreateEncryptedDatabase extends UiApplication public static void main String args CreateEncryptedDatabase theApp new CreateEncryptedDatabase theApp.enterEventDispatcherQ pushScreen new...

Code sample Listing database tables

Research In Motion Limited proprietary and confidential Copyright Research In Motion Limited, 2009 import net.rim.device.api.ui. import net.rim.device.api.ui.component. import net.rim.device.api.ui.container. import net.rim.device.api.database. import net.rim.device.api.io. public class ListTables extends UiApplication public static void main String args ListTables theApp new ListTables theApp.enterEventDispatcher class ListTablesScreen extends MainScreen LabelField title new LabelField SQLite...

Code sample Creating a SQLite database

Research In Motion Limited proprietary and confidential Copyright Research In Motion Limited, 2009 . ui.component. . ui.container. . database. public class CreateDatabase extends UiApplication public static void main String args CreateDatabase theApp new CreateDatabase theApp.enterEventDispatcher pushScreen new CreateDatabaseScreen class CreateDatabaseScreen extends MainScreen LabelField title new LabelField SQLite Create Database Sample, LabelField.ELLIPSIS LabelField.USE_ALL_WIDTH add new...