关于ContentValues的说法错误的是
关于ContentValues的说法错误的是
ContentValues类是通过键值对的形式存入数据的。
ContentValues类是通过键值对的形式存入数据的。
数据库事务的相关方法封装在____类中。 A: SQLiteOpenHelper B: SQLiteDatabase C: ContentValues D: Cursor
数据库事务的相关方法封装在____类中。 A: SQLiteOpenHelper B: SQLiteDatabase C: ContentValues D: Cursor
用SharedPreferences存储存储数据,必须通过( )类实现。 A: Bundle B: putString C: ContentValues D: Editor
用SharedPreferences存储存储数据,必须通过( )类实现。 A: Bundle B: putString C: ContentValues D: Editor
用SQLite数据库存数据时调用insert( )方法,需要将数据存在数据集合( )类中后,再集体插入数据库。 A: ContentValues B: putString C: Editor D: Bundle
用SQLite数据库存数据时调用insert( )方法,需要将数据存在数据集合( )类中后,再集体插入数据库。 A: ContentValues B: putString C: Editor D: Bundle
1