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 …]
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 …]
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()1470 SQLiteStatement statement = new SQLiteStatement(this, sql.toString(), bindArgs); in insertWithOnConflict()1497 SQLiteStatement statement = new SQLiteStatement(this, "DELETE FROM " + table + in delete()1575 SQLiteStatement statement = new SQLiteStatement(this, sql.toString(), bindArgs); in updateWithOnConflict()1675 SQLiteStatement statement = new SQLiteStatement(this, sql, bindArgs); in executeSql()2159 SQLiteStatement prog = null; in isDatabaseIntegrityOk()
64 import android.database.sqlite.SQLiteStatement;296 private SQLiteStatement statementForLogging;4276 SQLiteStatement logStatement = userAccount.statementForLogging; in logRecord()
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 {
10630 …celFileDescriptor blobFileDescriptorForQuery(android.database.sqlite.SQLiteStatement, java.lang.St…10661 …method public static long longForQuery(android.database.sqlite.SQLiteStatement, java.lang.String[]…10670 …method public static java.lang.String stringForQuery(android.database.sqlite.SQLiteStatement, java…10828 …method public android.database.sqlite.SQLiteStatement compileStatement(java.lang.String) throws an…11012 public final class SQLiteStatement extends android.database.sqlite.SQLiteProgram {
10643 …celFileDescriptor blobFileDescriptorForQuery(android.database.sqlite.SQLiteStatement, java.lang.St…10674 …method public static long longForQuery(android.database.sqlite.SQLiteStatement, java.lang.String[]…10683 …method public static java.lang.String stringForQuery(android.database.sqlite.SQLiteStatement, java…10841 …method public android.database.sqlite.SQLiteStatement compileStatement(java.lang.String) throws an…11025 public final class SQLiteStatement extends android.database.sqlite.SQLiteProgram {
11069 …celFileDescriptor blobFileDescriptorForQuery(android.database.sqlite.SQLiteStatement, java.lang.St…11100 …method public static long longForQuery(android.database.sqlite.SQLiteStatement, java.lang.String[]…11109 …method public static java.lang.String stringForQuery(android.database.sqlite.SQLiteStatement, java…11267 …method public android.database.sqlite.SQLiteStatement compileStatement(java.lang.String) throws an…11451 public final class SQLiteStatement extends android.database.sqlite.SQLiteProgram {