HomeSort by relevance Sort by last modified time
    Searched defs:SQLiteStatement (Results 1 - 9 of 9) sorted by null

  /external/webkit/WebCore/platform/sql/
SQLiteStatement.h 37 class SQLiteStatement : public Noncopyable {
39 SQLiteStatement(SQLiteDatabase&, const String&);
40 ~SQLiteStatement();
SQLiteStatement.cpp 27 #include "SQLiteStatement.h"
46 SQLiteStatement::SQLiteStatement(SQLiteDatabase& db, const String& sql)
56 SQLiteStatement::~SQLiteStatement()
61 int SQLiteStatement::prepare()
75 int SQLiteStatement::step()
89 int SQLiteStatement::finalize()
102 int SQLiteStatement::reset()
111 bool SQLiteStatement::executeCommand(
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteStatement.java 26 * Don't use SQLiteStatement constructor directly, please use
29 * SQLiteStatement is not internally synchronized so code using a SQLiteStatement from multiple
30 * threads should perform its own synchronization when using the SQLiteStatement.
32 public class SQLiteStatement extends SQLiteProgram
35 * Don't use SQLiteStatement constructor directly, please use
40 /* package */ SQLiteStatement(SQLiteDatabase db, String sql) {
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 241 milliseconds