Searched refs:updateRule (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/ |
| H A D | SqlTableHelper.java | 63 int updateRule; field in SqlTableHelper.KeyProperties 66 KeyProperties(String referencedTable, int type, int updateRule, int deleteRule) { in KeyProperties() argument 69 this.updateRule = updateRule; in KeyProperties() 200 int updateRule = row.getInt(10); in readForeignKeys() local 208 … keyProperties.updateRule, keyProperties.deleteRule, keyProperties.columnNames, table); in readForeignKeys() 213 … keyProperties = new KeyProperties(referencedName, KeyType.FOREIGN, updateRule, deleteRule); in readForeignKeys() 225 … keyProperties.updateRule, keyProperties.deleteRule, keyProperties.columnNames, table); in readForeignKeys()
|
| H A D | OKey.java | 52 protected int updateRule; field in OKey 63 …int updateRule, int deleteRule, List<String> columnNames, OTable table) throws ElementExistExcepti… in OKey() argument 67 this.updateRule = updateRule; in OKey() 95 return updateRule; in registerProperties() 135 …rencedTable=" + referencedTable + ", type=" + type + ", updateRule=" + updateRule + ", deleteRule=… in toString()
|
| H A D | OKeyContainer.java | 115 int updateRule = 0; in appendObject() local 120 … updateRule = AnyConverter.toInt(descriptor.getPropertyValue(PropertyIds.UPDATERULE.name)); in appendObject() 160 getKeyRuleString(true, updateRule), getKeyRuleString(false, deleteRule)); in appendObject() 201 …newName, new OKey(newName, isCaseSensitive(), referencedName, keyType, updateRule, deleteRule, new… in appendObject()
|
| /trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/ |
| H A D | SdbcxKeyDescriptor.java | 42 protected int updateRule; field in SdbcxKeyDescriptor 85 return updateRule; in registerProperties() 92 updateRule = (int) value; in registerProperties()
|