Home
last modified time | relevance | path

Searched refs:sql_quote_dbl (Results 1 – 2 of 2) sorted by relevance

/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCResultSet.java837 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]));
/external/javasqlite/src/main/java/SQLite/
DShell.java63 static public String sql_quote_dbl(String str) { in sql_quote_dbl() method in Shell
160 tableName = Shell.sql_quote_dbl(str); in set_table_name()
673 Shell.sql_quote_dbl(col) + ")"); in newrow()