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 |
---|---|
java.util.List<BuiltInFunction> |
DatabaseDescriptor.listBuiltInFunctions() |
java.util.List<BuiltInFunction> |
BuiltInObjectCache.listBuiltInFunctions()
Lists the Built-in functions that are specific to the version of the database
that owns this BuiltInObjectCache (and later).
|
java.util.List<BuiltInFunction> |
DatabaseDescriptor.listBuiltInFunctions(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
DatabaseDescriptor.getBuiltInFunctionDescription(BuiltInFunction bif)
Returns the description for a BuiltInFunction.
|