Searched refs:sql_quote_dbl (Results 1 – 2 of 2) sorted by relevance
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]));
63 static public String sql_quote_dbl(String str) { in sql_quote_dbl() method in Shell160 tableName = Shell.sql_quote_dbl(str); in set_table_name()673 Shell.sql_quote_dbl(col) + ")"); in newrow()