Searched defs:updatable (Results 1 - 2 of 2) sorted by relevance

/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCResultSet.java36 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
[all...]
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 120 milliseconds