Searched defs:statement (Results 1 – 3 of 3) sorted by relevance
230 SQLiteStatement statement = db.compileStatement(SQL_INSERT_SCHEDULES); in insertSchedules() local250 SQLiteStatement statement = db.compileStatement(SQL_UPDATE_SCHEDULES); in updateSchedules() local271 SQLiteStatement statement = db.compileStatement(SQL_DELETE_SCHEDULES); in deleteSchedules() local290 SQLiteStatement statement = db.compileStatement(SQL_INSERT_SERIES_RECORDINGS); in insertSeriesRecordings() local310 SQLiteStatement statement = db.compileStatement(SQL_UPDATE_SERIES_RECORDINGS); in updateSeriesRecordings() local331 SQLiteStatement statement = db.compileStatement(SQL_DELETE_SERIES_RECORDINGS); in deleteSeriesRecordings() local345 private void bindColumns(SQLiteStatement statement, ColumnInfo[] columns, in bindColumns()
91 public SQLiteStatement getStatementInTransaction(final int index, final String statement) { in getStatementInTransaction()465 final SQLiteStatement statement = mDatabase.compileStatement(sql); in execSQLUpdateDelete() local
1372 SQLiteStatement statement) { in computeAggregateData()1391 SQLiteStatement statement) { in computeAggregateData()