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 | Class and Description |
---|---|
class |
Function
Deprecated.
use
Function instead |
class |
PlSqlMethod
Deprecated.
use
PlSqlMethod instead |
class |
PlSqlSubprogram
Deprecated.
use
PlSqlSubProgram instead |
class |
Procedure
Deprecated.
use
Procedure instead |
Modifier and Type | Method and Description |
---|---|
DeclarativePlSql |
PlSqlParameter.getPlSql()
Deprecated.
Gets the PL/SQL routine that owns this parameter.
|
Modifier and Type | Method and Description |
---|---|
void |
PlSqlParameter.setPlSql(DeclarativePlSql object)
Deprecated.
Sets the
ComplexType that owns this attribute. |