| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PlSqlVariable | |
|---|---|
| oracle.javatools.db.plsql | Classes for dealing with PL/SQL objects. | 
| Uses of PlSqlVariable in oracle.javatools.db.plsql | 
|---|
| Subclasses of PlSqlVariable in oracle.javatools.db.plsql | |
|---|---|
 class | 
PlSqlAttribute
A representation of a Attribute within a Type. | 
| Methods in oracle.javatools.db.plsql that return PlSqlVariable | |
|---|---|
 PlSqlVariable | 
PlSqlBlock.getVariable(java.lang.String name)
Gets a Variable of the given name  | 
 PlSqlVariable[] | 
PlSqlBlock.getVariables()
Get method for the Variables property  | 
 PlSqlVariable[] | 
PlSqlDatatype.getVariables()
Get method for the Variables property  | 
 PlSqlVariable[] | 
Type.getVariables()
Convenience method, overloads the superclass getVariables but will return the same as getAttributes()  | 
| Methods in oracle.javatools.db.plsql with parameters of type PlSqlVariable | |
|---|---|
 void | 
PlSqlBlock.addVariable(PlSqlVariable variable)
Adds the given PlSqlVariable to the Variables property array  | 
 void | 
PlSqlDatatype.addVariable(PlSqlVariable variable)
Adds the given PlSqlVariable to the Variables property array  | 
 void | 
Type.addVariable(PlSqlVariable var)
Adds the given PlSqlVariable to the Attributes property array.  | 
 void | 
PlSqlBlock.setVariables(PlSqlVariable[] variables)
Set method for the Variables property  | 
 void | 
PlSqlDatatype.setVariables(PlSqlVariable[] variables)
Set method for the Variables property  | 
 void | 
Type.setVariables(PlSqlVariable[] vars)
Convenience method, overloads the superclass setVariables but each entry in the array must be a PlSqlAttribute or an IllegalArgumentExcption will be thrown.  | 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||