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

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteStatement.java26 * 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 class in inherits:SQLiteProgram
35 * Don't use SQLiteStatement constructor directly, please use
40 /* package */ SQLiteStatement(SQLiteDatabase db, String sql) { method in class:SQLiteStatement

Completed in 46 milliseconds