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

E13403-02

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

Packages that use PropertyAction
oracle.javatools.db Contains a metadata API for describing database objects, and retrieving them from a provider of database objects - for example a database. 
oracle.javatools.db.property Classes for dealing with properties in the database API. 
 

Uses of PropertyAction in oracle.javatools.db
 

Methods in oracle.javatools.db that return PropertyAction
 PropertyAction AbstractDDLGenerator.canChangeProperty(DBObject original, DBObject update, java.lang.Object prop)
          Deprecated.  
 PropertyAction AbstractDDLGenerator.canUpdateObject(DBObject orig, DBObject update)
          Deprecated.  
 PropertyAction AbstractDDLGenerator.canUpdateObject(ResultSet rs)
          Deprecated.  
 

Methods in oracle.javatools.db with parameters of type PropertyAction
 boolean AbstractDDLGenerator.supportsAction(java.lang.String type, PropertyAction action)
          Deprecated.  
 

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.Object 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.Object propObj)
           
 PropertyAction PropertyManager.canUpdateObject(DBObject orig, DBObject update)
          Convenience method that uses PropertyManager.canChangeProperty(oracle.javatools.db.DBObject, oracle.javatools.db.DBObject, java.lang.Object) 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(ResultSet rs)
          Convenience method that uses PropertyManager.canChangeProperty(oracle.javatools.db.DBObject, oracle.javatools.db.DBObject, java.lang.Object) on all the differences in the given ResultSet to tell whether the update on the given objects can be done using a CREATE, ALTER or REPLACE as appropriate.
 PropertyAction AbstractPropertyManager.canUpdateObject(ResultSet rs)
           
static PropertyAction PropertyAction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PropertyAction[] PropertyAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in oracle.javatools.db.property with parameters of type PropertyAction
 boolean PropertyManager.supportsAction(java.lang.String type, PropertyAction action)
          Asks whether a given action is supported for the specified object type in this provider.
 


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

E13403-02

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