正在加载图片...
Selected methods in class SQLiteDatabase Cursor query(String table, String[] columns, String selection, String[] selectionArgs String groupBy, String having String orderBy) o Query the given table, returning a Cursor over the result set Cursor rawQuery(string sql String selectionArgs) o Runs the provided SQl and returns a Cursor over the result set int update (string table, Contentvalues values String whereclause, String[] WhereArgs) o Convenience method for updating rows in the database 42Selected Methods in Class SQLiteDatabase • Cursor query(String table, String[] columns, String selection, String[] selectionArgs, String groupBy, String having, String orderBy) o Query the given table, returning a Cursor over the result set. • Cursor rawQuery(String sql, String[] selectionArgs) o Runs the provided SQL and returns a Cursor over the result set. • int update(String table, ContentValues values, String whereClause, String[] whereArgs) o Convenience method for updating rows in the database. 42
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有