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

  /libcore/sqlite-jdbc/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...]
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicIntegerFieldUpdater.java 31 * @param <T> The type of the object holding the updatable field
AtomicReferenceFieldUpdater.java 49 * @param <T> The type of the object holding the updatable field
AtomicLongFieldUpdater.java 31 * @param <T> The type of the object holding the updatable field
  /external/libvpx/examples/includes/geshi/geshi/
visualfoxpro.php 164 'Updatable','UpdatableFieldList','Update','UpdateName','UpdateNameList','UpdateTrigger',
  /libcore/luni/src/main/java/javax/sql/
RowSet.java 246 * if it is updatable.
    [all...]
  /libcore/luni/src/main/java/java/sql/
ResultSet.java 41 * are implemented: an <i>updatable</i> type and also types where the cursor can
51 * <dd>{@code // theResultSet is both scrollable and updatable}</dd> </ul>
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java 180 //Updatable ResultSet not supported, converted to normal insert statement
    [all...]

Completed in 166 milliseconds