HomeSort by relevance Sort by last modified time
    Searched refs:nullrepl (Results 1 - 2 of 2) sorted by null

  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCPreparedStatement.java 28 private static final boolean nullrepl =
68 sb.append(nullrepl ? "'%q'" : "%Q");
127 args[parameterIndex - 1] = nullrepl ? "" : null;
194 args[parameterIndex - 1] = nullrepl ? "" : null;
206 args[parameterIndex - 1] = nullrepl ? "" : null;
219 args[parameterIndex - 1] = nullrepl ? "" : null;
236 args[parameterIndex - 1] = nullrepl ? "" : null;
253 args[parameterIndex - 1] = nullrepl ? "" : null;
270 args[parameterIndex - 1] = nullrepl ? "" : null;
305 args[i] = nullrepl ? "" : null
    [all...]
JDBCResultSet.java 71 private static final boolean nullrepl = field in class:JDBCResultSet
847 sb.append(nullrepl ? "'%q'" : "%Q");
885 sb.append(" = " + (nullrepl ? "'%q'" : "%Q"));
894 sb.append(" = " + (nullrepl ? "'%q'" : "%Q"));
925 sb.append(" = " + (nullrepl ? "'%q'" : "%Q"));
963 sb.append(" = " + (nullrepl ? "'%q'" : "%Q"));
    [all...]

Completed in 1781 milliseconds