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.
|
oracle.javatools.db.ora |
Contains the database api implementation for Oracle databases, and additional
DBObject implementations for objects specific to Oracle.
|
oracle.javatools.db.plsql |
Classes for dealing with PL/SQL objects.
|
oracle.javatools.db.sql |
Contains an API for declaratively parsing SQL queries (SELECT statements).
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DBObject.COMMENT
The comment property.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
CheckConstraint.getCheckCondition()
Retrieves the conditional expression represented by this constraint.
|
java.lang.String |
Index.getDomainIndextypeParameters() |
java.lang.String |
DBObject.getName()
Retrieves the name of this object.
|
java.lang.String |
AbstractDBObject.getName() |
java.lang.String |
SourceObject.getSource() |
java.lang.String |
View.getViewText()
Convenience method that returns the view's query in text format.
|
java.lang.String |
Column.getVirtualExpressionSource()
Retrieves the Virtual Expression source for the Column.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
OracleExternalTableProperties.getAccessParameters()
Get the access driver's parameters.
|
java.lang.String |
DatabaseLink.getAuthentificationPassword()
Retrieves the password for the authentification user.
|
java.lang.String |
DatabaseLink.getAuthentificationPasswordX()
Retrieves the encrypted password for the authentification user.
|
java.lang.String |
IndexPartition.getDomainParameters() |
java.lang.String |
DatabaseLink.getHost()
Retrieves the SQL*Net string for connect.
|
java.lang.String |
LOBDescriptor.getLOBSegName()
Gets the segment name for this LOB.
|
java.lang.String |
DatabaseLink.getPassword()
Retrieves the password for the user.
|
java.lang.String |
DatabaseLink.getPasswordX()
Retrieves the encrypted password for the user.
|
java.lang.String |
XMLSchema.getSchemaText()
Deprecated.
- Use getSource()
|
java.lang.String |
XMLSchema.getSource()
Retrieves the schema text as a String.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Trigger.getCode()
Get method for the Code property
|
java.lang.String |
Trigger.getReferencingNewAs()
Get method for the ReferencingNewAs property
|
java.lang.String |
Trigger.getReferencingOldAs()
Get method for the ReferencingOldAs property
|
java.lang.String |
PlSqlSourceObject.getSource() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
SQLQuery.getQueryString()
Gets the query string.
|