zoukankan      html  css  js  c++  java
  • “家庭记账本”软件开发(7)

    查询操作:public Cursor rawQuery (String sql, String[] selectionArgs)

    Stringsql:sql语句;

    String[]selectionArgs:sql语句中占位符参数的值,如果select语句没有使用占位符,该参数可以设置为null。

    更新操作:public int update (String table, ContentValues values, String whereClause, String[] whereArgs)

  • 相关阅读:
    Python
    Python
    Python
    Python
    Python
    Python
    Python
    python
    对象
    py常用模块
  • 原文地址:https://www.cnblogs.com/xiangyu721/p/12378601.html
Copyright © 2011-2022 走看看