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

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteProgram.java24 * SQLiteProgram is not internally synchronized so code using a SQLiteProgram from multiple
25 * threads should perform its own synchronization when using the SQLiteProgram.
27 public abstract class SQLiteProgram extends SQLiteClosable { class in inherits:SQLiteClosable
29 private static final String TAG = "SQLiteProgram";
61 /* package */ SQLiteProgram(SQLiteDatabase db, String sql) { method in class:SQLiteProgram
99 // the SQLiteCompiledSql in cache is in use by some other SQLiteProgram object.

Completed in 52 milliseconds