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

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteStatement.java31 * Don't use SQLiteStatement constructor directly, please use
34 * SQLiteStatement is NOT internally synchronized so code using a SQLiteStatement from multiple
35 * threads should perform its own synchronization when using the SQLiteStatement.
38 public class SQLiteStatement extends SQLiteProgram class in inherits:SQLiteProgram
40 private static final String TAG = "SQLiteStatement";
53 * Don't use SQLiteStatement constructor directly, please use
58 /* package */ SQLiteStatement(SQLiteDatabase db, String sql, Object[] bindArgs) { method in class:SQLiteStatement
285 // release the compiled sql statement so that the caller's SQLiteStatement no longer

Completed in 50 milliseconds