Package | Description |
---|---|
oracle.javatools.db |
Contains a metadata API for describing database objects, and retrieving them from a provider of database objects - for example a database.
|
Modifier and Type | Method and Description |
---|---|
PlSqlAttribute |
SpecPlSql.getAttribute(java.lang.String name)
Deprecated.
Retrieves one attribute by name.
|
PlSqlAttribute[] |
SpecPlSql.getAttributes()
Deprecated.
Retrieves the list of attributes contained in this object type.
|
Modifier and Type | Method and Description |
---|---|
void |
SpecPlSql.addAttribute(int index, PlSqlAttribute att)
Deprecated.
Adds one attribute to this object type at the given index.
|
void |
SpecPlSql.addAttribute(PlSqlAttribute att)
Deprecated.
Adds one attribute to this object type.
|
void |
SpecPlSql.removeAttribute(PlSqlAttribute att)
Deprecated.
Removes an attribute from this object type.
|
void |
SpecPlSql.setAttributes(PlSqlAttribute[] newAttribs)
Deprecated.
Sets the entire list of attributes, replacing any that have previously been added.
|