正在加载图片...
SQLite Database Class Exposes methods to manage a SQLite database SQLiteDatabase has methods to create, delete, execute SQL commands, and perform other common database management tasks o void execSQL (String sql): EXecute a single SQL statement that is not a select or any other SQL statement that returns data o Cursor query(……): Query the given table, returning a cursor over the result setSQLiteDatabase Class • Exposes methods to manage a SQLite database. • SQLiteDatabase has methods to create, delete, execute SQL commands, and perform other common database management tasks. o void execSQL(String sql): Execute a single SQL statement that is NOT a SELECT or any other SQL statement that returns data o Cursor query(...): Query the given table, returning a Cursor over the result set 34
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有