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

  /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) + ")");
  /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...]

Completed in 401 milliseconds