Searched defs:execSQL (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java871 execSQL("PRAGMA user_version = " + version);
920 execSQL("PRAGMA page_size = " + numBytes);
977 * The parameters are identical to {@link #execSQL(String)}. You may put ?s in the
1593 public void execSQL(String sql) throws SQLException { method in class:SQLiteDatabase
1640 public void execSQL(String sql, Object[] bindArgs) throws SQLException { method in class:SQLiteDatabase

Completed in 165 milliseconds