Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Uses of Class
oracle.javatools.db.property.PropertyAction

Packages that use PropertyAction
oracle.javatools.db.extension   
oracle.javatools.db.property Contains classes for extending the object support that comes as standard in the database api (e.g. 
 

Uses of PropertyAction in oracle.javatools.db.extension
 

Methods in oracle.javatools.db.extension that return PropertyAction
 PropertyAction DelegateDDLGenerator.canChangeProperty(DBObject original, DBObject update, java.lang.String prop)
           
 PropertyAction DelegateDDLGenerator.canUpdateObject(DBObject original, DBObject update)
           
 PropertyAction DelegateDDLGenerator.canUpdateObject(Difference diff)
           
 

Uses of PropertyAction in oracle.javatools.db.property
 

Methods in oracle.javatools.db.property that return PropertyAction
 PropertyAction PropertyManager.canChangeProperty(DBObject original, DBObject update, java.lang.String prop)
          Queries the support for setting or changing the given property for a create or update.
 PropertyAction AbstractPropertyManager.canChangeProperty(DBObject original, DBObject update, java.lang.String prop)
           
 PropertyAction PropertyManager.canUpdateObject(DBObject orig, DBObject update)
          Convenience method that uses PropertyManager.canChangeProperty(oracle.javatools.db.DBObject, oracle.javatools.db.DBObject, java.lang.String) on all the differences in the given object to tell whether the update on the given objects can be done using a CREATE, ALTER or REPLACE as appropriate.
 PropertyAction AbstractPropertyManager.canUpdateObject(DBObject orig, DBObject update)
           
 PropertyAction PropertyManager.canUpdateObject(Difference rs)
          Convenience method that uses PropertyManager.canChangeProperty(oracle.javatools.db.DBObject, oracle.javatools.db.DBObject, java.lang.String) on all the differences in the given Difference to tell whether the update on the given objects can be done using a CREATE, ALTER or REPLACE as appropriate.
 PropertyAction AbstractPropertyManager.canUpdateObject(Difference rs)
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.