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

  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCResultSet.java 36 private int updatable; field in class:JDBCResultSet
39 * When updatable this is the table name.
44 * When updatable these are the PK column names of uptable.
49 * When updatable these are the PK column indices (0-based) of uptable.
80 this.updatable = UPD_UNKNOWN;
86 if (updatable == UPD_UNKNOWN) {
97 updatable = UPD_NO;
100 updatable = UPD_INS;
118 updatable = UPD_INSUPDDEL;
123 updatable = UPD_NO
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 45 milliseconds