Searched refs:compileStatement (Results 1 – 10 of 10) sorted by relevance
82 SQLiteStatement statement = mDatabase.compileStatement("DELETE FROM test"); in testExecuteStatement()96 mDatabase.compileStatement("SELECT num FROM test WHERE str = ?"); in testSimpleQuery()98 mDatabase.compileStatement("SELECT str FROM test WHERE num = ?"); in testSimpleQuery()131 SQLiteStatement statement = mDatabase.compileStatement("INSERT INTO test (num) VALUES (?)"); in testStatementLongBinding()153 SQLiteStatement statement = mDatabase.compileStatement("INSERT INTO test (num) VALUES (?)"); in testStatementStringBinding()175 SQLiteStatement statement = mDatabase.compileStatement("INSERT INTO test (num) VALUES (?)"); in testStatementClearBindings()222 mDatabase.compileStatement("INSERT INTO test (num, str) VALUES (?, ?)"); in testStatementMultipleBindings()285 mDatabase.compileStatement("INSERT INTO test (num, str) VALUES (?, ?)"); in testStatementMultiThreaded()299 SQLiteStatement statement = mDatabase.compileStatement("INSERT INTO test (num) VALUES (?)"); in testStatementConstraint()
423 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()454 stmt = db.compileStatement("INSERT OR IGNORE INTO secure(name,value)" in onUpgrade()497 stmt = db.compileStatement("INSERT OR IGNORE INTO system(name,value)" in onUpgrade()540 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()560 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()578 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()597 stmt = db.compileStatement("INSERT OR IGNORE INTO system(name,value)" in onUpgrade()685 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()726 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()771 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()[all …]
210 try (SQLiteStatement st = db.compileStatement(sql)) { in executeInsert()219 try (SQLiteStatement st = db.compileStatement(sql)) { in executeUpdateDelete()1030 SQLiteStatement prog = db.compileStatement(query); in longForQuery()1052 SQLiteStatement prog = db.compileStatement(query); in stringForQuery()1077 SQLiteStatement prog = db.compileStatement(query); in blobFileDescriptorForQuery()1288 mReplaceStatement = mDb.compileStatement(replaceSQL); in getStatement()1294 mInsertStatement = mDb.compileStatement(mInsertSQL); in getStatement()
1465 public SQLiteStatement compileStatement(String sql) throws SQLException { in compileStatement() method in SQLiteDatabase2892 prog = compileStatement("PRAGMA " + p.first + ".integrity_check(1);"); in isDatabaseIntegrityOk()
1328 return db.compileStatement(sql); in compileSqlStatementForLogging()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
5758 HSPLandroid/database/sqlite/SQLiteDatabase;->compileStatement(Ljava/lang/String;)Landroid/database/…
9797 …method public android.database.sqlite.SQLiteStatement compileStatement(java.lang.String) throws an…
5761 HSPLandroid/database/sqlite/SQLiteDatabase;->compileStatement(Ljava/lang/String;)Landroid/database/…
14743 …method public android.database.sqlite.SQLiteStatement compileStatement(String) throws android.data…