Package | Description |
---|---|
oracle.javatools.db.plsql |
Classes for dealing with PL/SQL objects.
|
Modifier and Type | Method and Description |
---|---|
PlSqlAttribute |
Type.getAttribute(java.lang.String name)
Gets a Attribute of the given name
|
PlSqlAttribute[] |
Type.getAttributes()
Get method for the Attributes property
|
Modifier and Type | Method and Description |
---|---|
void |
Type.addAttribute(PlSqlAttribute attribute)
Adds the given PlSqlAttribute to the Attributes property array
|
void |
Type.removeAttribute(PlSqlAttribute attribute)
Removes the given PlSqlAttribute from the Attributes property array
|
void |
Type.setAttributes(PlSqlAttribute[] attributes)
Set method for the Attributes property
|