HomeSort by relevance Sort by last modified time
    Searched full:sql_quote_dbl (Results 1 - 3 of 3) sorted by null

  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCResultSet.java 837 sb.append(SQLite.Shell.sql_quote_dbl(uptable));
840 sb.append(SQLite.Shell.sql_quote_dbl(m.getColumnName(i + 1)));
880 sb.append(SQLite.Shell.sql_quote_dbl(uptable));
884 sb.append(SQLite.Shell.sql_quote_dbl(m.getColumnName(i + 1)));
893 sb.append(SQLite.Shell.sql_quote_dbl(pkcols[k]));
920 sb.append(SQLite.Shell.sql_quote_dbl(uptable));
924 sb.append(SQLite.Shell.sql_quote_dbl(pkcols[i]));
952 sb.append(SQLite.Shell.sql_quote_dbl(m.getColumnName(i + 1)));
958 sb.append(SQLite.Shell.sql_quote_dbl(uptable));
962 sb.append(SQLite.Shell.sql_quote_dbl(pkcols[i]))
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Shell.java 63 static public String sql_quote_dbl(String str) { method in class:Shell
160 tableName = Shell.sql_quote_dbl(str);
673 Shell.sql_quote_dbl(col) + ")");
  /cts/tools/dex-tools/dex/
classes0.out.dex     [all...]

Completed in 3487 milliseconds