Searched refs:SQLiteStatement (Results 1 – 12 of 12) sorted by relevance
30 import android.database.sqlite.SQLiteStatement;431 SQLiteStatement stmt = null; in onUpgrade()480 SQLiteStatement stmt = null; in onUpgrade()523 SQLiteStatement stmt = null; in onUpgrade()562 SQLiteStatement stmt = null; in onUpgrade()584 SQLiteStatement stmt = null; in onUpgrade()604 SQLiteStatement stmt = null; in onUpgrade()623 SQLiteStatement stmt = null; in onUpgrade()711 SQLiteStatement stmt = null; in onUpgrade()752 SQLiteStatement stmt = null; in onUpgrade()[all …]
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 …]
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;831 SQLiteStatement prog = db.compileStatement(query); in longForQuery()843 public static long longForQuery(SQLiteStatement prog, String[] selectionArgs) { in longForQuery()853 SQLiteStatement prog = db.compileStatement(query); in stringForQuery()865 public static String stringForQuery(SQLiteStatement prog, String[] selectionArgs) { in stringForQuery()878 SQLiteStatement prog = db.compileStatement(query); in blobFileDescriptorForQuery()892 public static ParcelFileDescriptor blobFileDescriptorForQuery(SQLiteStatement prog, in blobFileDescriptorForQuery()1009 private SQLiteStatement mInsertStatement = null;1010 private SQLiteStatement mReplaceStatement = null;1011 private SQLiteStatement mPreparedStatement = null;[all …]
71 import android.database.sqlite.SQLiteStatement;310 private SQLiteStatement statementForLogging;4614 SQLiteStatement logStatement = userAccount.statementForLogging;
788 android.database.sqlite.SQLiteStatement
1147 android.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 {
10729 …celFileDescriptor blobFileDescriptorForQuery(android.database.sqlite.SQLiteStatement, java.lang.St…10760 …method public static long longForQuery(android.database.sqlite.SQLiteStatement, java.lang.String[]…10769 …method public static java.lang.String stringForQuery(android.database.sqlite.SQLiteStatement, java…10927 …method public android.database.sqlite.SQLiteStatement compileStatement(java.lang.String) throws an…11111 public final class SQLiteStatement extends android.database.sqlite.SQLiteProgram {
11177 …celFileDescriptor blobFileDescriptorForQuery(android.database.sqlite.SQLiteStatement, java.lang.St…11208 …method public static long longForQuery(android.database.sqlite.SQLiteStatement, java.lang.String[]…11217 …method public static java.lang.String stringForQuery(android.database.sqlite.SQLiteStatement, java…11375 …method public android.database.sqlite.SQLiteStatement compileStatement(java.lang.String) throws an…11559 public final class SQLiteStatement extends android.database.sqlite.SQLiteProgram {
10747 …celFileDescriptor blobFileDescriptorForQuery(android.database.sqlite.SQLiteStatement, java.lang.St…10778 …method public static long longForQuery(android.database.sqlite.SQLiteStatement, java.lang.String[]…10787 …method public static java.lang.String stringForQuery(android.database.sqlite.SQLiteStatement, java…10945 …method public android.database.sqlite.SQLiteStatement compileStatement(java.lang.String) throws an…11129 public final class SQLiteStatement extends android.database.sqlite.SQLiteProgram {