Searched refs:clause (Results 1 – 12 of 12) sorted by relevance
49 StringBuilder clause = new StringBuilder(); in getClauseWithOperator() local50 clause.append("("); in getClauseWithOperator()51 clause.append(field); in getClauseWithOperator()52 clause.append(" ").append(operator).append(" "); in getClauseWithOperator()53 DatabaseUtils.appendEscapedSQLString(clause, value); in getClauseWithOperator()54 clause.append(")"); in getClauseWithOperator()55 return clause.toString(); in getClauseWithOperator()59 StringBuilder clause = new StringBuilder(); in getClauseWithOperator() local60 clause.append("("); in getClauseWithOperator()61 clause.append(field); in getClauseWithOperator()[all …]
45 public SelectionBuilder addClause(String clause) { in addClause() argument46 if (!TextUtils.isEmpty(clause)) { in addClause()47 mWhereClauses.add(clause); in addClause()
140 clause="\"select _id from files where _data='$path';\""141 echo $clause142 adb shell sqlite3 $dir $clause150 clause="\"select _data from files where _id='$_id';\""151 echo $clause152 adb shell sqlite3 $dir $clause
59 …Is should rethrow `RemoteException` as `RuntimeException` (but do not list it in the throws clause)61 …Is should rethrow `RemoteException` as `RuntimeException` (but do not list it in the throws clause)63 …Is should rethrow `RemoteException` as `RuntimeException` (but do not list it in the throws clause)65 …Is should rethrow `RemoteException` as `RuntimeException` (but do not list it in the throws clause)
83 // Enforce “for” loop update clause moving the counter in the right direction95 // Warn against catch clause parameters from shadowing variables in the outer scope
460 private static void appendClause(StringBuilder s, String name, String clause) { in appendClause() argument461 if (!TextUtils.isEmpty(clause)) { in appendClause()463 s.append(clause); in appendClause()
130 // This cannot be in the defaults clause above because if it were, it would be used
897 …Is should rethrow `RemoteException` as `RuntimeException` (but do not list it in the throws clause)