Searched refs:pkcols (Results 1 – 1 of 1) sorted by relevance
46 private String pkcols[]; field in JDBCResultSet106 pkcols = new String[pk.tr.nrows];110 pkcols[i] = rd[3];112 pkcoli[i] = findColumn(pkcols[i]) - 1;877 String args[] = new String[tr.ncolumns + pkcols.length];892 for (int k = 0; k < pkcols.length; k++, i++) {893 sb.append(SQLite.Shell.sql_quote_dbl(pkcols[k]));895 if (k < pkcols.length - 1) {922 String args[] = new String[pkcols.length];923 for (int i = 0; i < pkcols.length; i++) {[all …]