Searched refs:SQLiteStatement (Results 1 – 13 of 13) sorted by relevance
24 import android.database.sqlite.SQLiteStatement;82 SQLiteStatement statement = mDatabase.compileStatement("DELETE FROM test"); in testExecuteStatement()95 SQLiteStatement statement1 = in testSimpleQuery()97 SQLiteStatement statement2 = 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()221 SQLiteStatement statement = in testStatementMultipleBindings()247 private SQLiteStatement mStatement;249 public StatementTestThread(SQLiteDatabase db, SQLiteStatement statement) { in StatementTestThread()[all …]
30 import android.database.sqlite.SQLiteStatement;431 SQLiteStatement stmt = null; in onUpgrade()466 SQLiteStatement stmt = null; in onUpgrade()509 SQLiteStatement stmt = null; in onUpgrade()548 SQLiteStatement stmt = null; in onUpgrade()570 SQLiteStatement stmt = null; in onUpgrade()590 SQLiteStatement stmt = null; in onUpgrade()609 SQLiteStatement stmt = null; in onUpgrade()697 SQLiteStatement stmt = null; in onUpgrade()738 SQLiteStatement stmt = null; in onUpgrade()[all …]
29 public final class SQLiteStatement extends SQLiteProgram { class30 SQLiteStatement(SQLiteDatabase db, String sql, Object[] bindArgs) { in SQLiteStatement() method in SQLiteStatement
993 public SQLiteStatement compileStatement(String sql) throws SQLException { in compileStatement()996 return new SQLiteStatement(this, sql, null); in compileStatement()1472 SQLiteStatement statement = new SQLiteStatement(this, sql.toString(), bindArgs); in insertWithOnConflict()1499 SQLiteStatement statement = new SQLiteStatement(this, "DELETE FROM " + table + in delete()1577 SQLiteStatement statement = new SQLiteStatement(this, sql.toString(), bindArgs); in updateWithOnConflict()1677 SQLiteStatement statement = new SQLiteStatement(this, sql, bindArgs); in executeSql()2161 SQLiteStatement prog = null; in isDatabaseIntegrityOk()
30 import android.database.sqlite.SQLiteStatement;828 SQLiteStatement prog = db.compileStatement(query); in longForQuery()840 public static long longForQuery(SQLiteStatement prog, String[] selectionArgs) { in longForQuery()850 SQLiteStatement prog = db.compileStatement(query); in stringForQuery()862 public static String stringForQuery(SQLiteStatement prog, String[] selectionArgs) { in stringForQuery()875 SQLiteStatement prog = db.compileStatement(query); in blobFileDescriptorForQuery()889 public static ParcelFileDescriptor blobFileDescriptorForQuery(SQLiteStatement prog, in blobFileDescriptorForQuery()1006 private SQLiteStatement mInsertStatement = null;1007 private SQLiteStatement mReplaceStatement = null;1008 private SQLiteStatement mPreparedStatement = null;[all …]
26 import android.database.sqlite.SQLiteStatement;1298 SQLiteStatement compileSqlStatementForLogging() { in compileSqlStatementForLogging()
67 import android.database.sqlite.SQLiteStatement;240 private SQLiteStatement statementForLogging; // TODO Move to AccountsDb5064 SQLiteStatement logStatement = userAccount.statementForLogging;
926 android.database.sqlite.SQLiteStatement
1232 android.database.sqlite.SQLiteStatement
742 Landroid/database/sqlite/SQLiteStatement;
9599 …celFileDescriptor blobFileDescriptorForQuery(android.database.sqlite.SQLiteStatement, java.lang.St…9630 …method public static long longForQuery(android.database.sqlite.SQLiteStatement, java.lang.String[]…9639 …method public static java.lang.String stringForQuery(android.database.sqlite.SQLiteStatement, java…9797 …method public android.database.sqlite.SQLiteStatement compileStatement(java.lang.String) throws an…9980 public final class SQLiteStatement extends android.database.sqlite.SQLiteProgram {
11631 …celFileDescriptor blobFileDescriptorForQuery(android.database.sqlite.SQLiteStatement, java.lang.St…11662 …method public static long longForQuery(android.database.sqlite.SQLiteStatement, java.lang.String[]…11671 …method public static java.lang.String stringForQuery(android.database.sqlite.SQLiteStatement, java…11829 …method public android.database.sqlite.SQLiteStatement compileStatement(java.lang.String) throws an…12013 public final class SQLiteStatement extends android.database.sqlite.SQLiteProgram {
12411 …celFileDescriptor blobFileDescriptorForQuery(android.database.sqlite.SQLiteStatement, java.lang.St…12442 …method public static long longForQuery(android.database.sqlite.SQLiteStatement, java.lang.String[]…12451 …method public static java.lang.String stringForQuery(android.database.sqlite.SQLiteStatement, java…12609 …method public android.database.sqlite.SQLiteStatement compileStatement(java.lang.String) throws an…12793 public final class SQLiteStatement extends android.database.sqlite.SQLiteProgram {