Searched refs:compileStatement (Results 1 – 6 of 6) 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()
432 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()463 stmt = db.compileStatement("INSERT OR IGNORE INTO secure(name,value)" in onUpgrade()506 stmt = db.compileStatement("INSERT OR IGNORE INTO system(name,value)" in onUpgrade()549 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()569 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()587 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()606 stmt = db.compileStatement("INSERT OR IGNORE INTO system(name,value)" in onUpgrade()694 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()735 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()780 stmt = db.compileStatement("INSERT INTO system(name,value)" in onUpgrade()[all …]
921 SQLiteStatement prog = db.compileStatement(query); in longForQuery()943 SQLiteStatement prog = db.compileStatement(query); in stringForQuery()968 SQLiteStatement prog = db.compileStatement(query); in blobFileDescriptorForQuery()1179 mReplaceStatement = mDb.compileStatement(replaceSQL); in getStatement()1185 mInsertStatement = mDb.compileStatement(mInsertSQL); in getStatement()
1118 public SQLiteStatement compileStatement(String sql) throws SQLException { in compileStatement() method in SQLiteDatabase2344 prog = compileStatement("PRAGMA " + p.first + ".integrity_check(1);"); in isDatabaseIntegrityOk()
1328 return db.compileStatement(sql); in compileSqlStatementForLogging()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...