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

  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCResultSet.java 41 private String uptable; field in class:JDBCResultSet
44 * When updatable these are the PK column names of uptable.
49 * When updatable these are the PK column indices (0-based) of uptable.
101 uptable = lastt;
103 s.conn.getMetaData().getPrimaryKeys(null, null, uptable);
837 sb.append(SQLite.Shell.sql_quote_dbl(uptable));
880 sb.append(SQLite.Shell.sql_quote_dbl(uptable));
920 sb.append(SQLite.Shell.sql_quote_dbl(uptable));
958 sb.append(SQLite.Shell.sql_quote_dbl(uptable));
    [all...]

Completed in 194 milliseconds