| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PlSqlAttribute | |
|---|---|
| oracle.javatools.db | Contains a metadata API for describing database objects, and retrieving them from a provider of database objects - for example a database. | 
| Uses of PlSqlAttribute in oracle.javatools.db | 
|---|
| Methods in oracle.javatools.db that return PlSqlAttribute | |
|---|---|
 PlSqlAttribute | 
SpecPlSql.getAttribute(java.lang.String name)
Retrieves one attribute by name.  | 
 PlSqlAttribute[] | 
SpecPlSql.getAttributes()
Retrieves the list of attributes contained in this object type.  | 
| Methods in oracle.javatools.db with parameters of type PlSqlAttribute | |
|---|---|
 void | 
SpecPlSql.addAttribute(int index,
             PlSqlAttribute att)
Adds one attribute to this object type at the given index.  | 
 void | 
SpecPlSql.addAttribute(PlSqlAttribute att)
Adds one attribute to this object type.  | 
protected  void | 
PlSqlAttribute.copyToImpl(PlSqlAttribute copy,
           DBObject copyParent,
           IDPolicy idPolicy)
 | 
 boolean | 
PlSqlAttribute.equalsImpl(PlSqlAttribute copy)
 | 
 void | 
SpecPlSql.removeAttribute(PlSqlAttribute att)
Removes an attribute from this object type.  | 
 void | 
SpecPlSql.setAttributes(PlSqlAttribute[] newAttribs)
Sets the entire list of attributes, replacing any that have previously been added.  | 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||