Lines Matching refs:updatable
36 private int updatable;
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;
126 if (updatable < UPD_INS) {
127 throw new SQLException("result set not updatable");
872 if (updatable < UPD_INSUPDDEL) {
914 if (updatable < UPD_INSUPDDEL) {
944 if (updatable < UPD_INSUPDDEL) {