| Package | Description | 
|---|---|
| oracle.javatools.db.dictionary | 
 Contains a  
Database implementation (DictionaryDatabase) that
retrieves information for retrieving object information using dictionary
queries (instead of the JDBC metadata). | 
| Modifier and Type | Field and Description | 
|---|---|
static DictionaryQueries.Params[] | 
DictionaryQueries.EMPTY_PARAMS  | 
| Modifier and Type | Method and Description | 
|---|---|
DictionaryQueries.Params[] | 
DictionaryQueries.getCustomListQueryParams(java.lang.String type,
                        boolean defaultSchema,
                        DBObjectCriteria criteria)
Returns the parameters for the custom list query. 
 | 
DictionaryQueries.Params[] | 
DictionaryQueries.getExistsQueryParams(java.lang.String type)
If an exists query exists, this method must return the parameters that
 query requires. 
 | 
DictionaryQueries.Params[] | 
DictionaryQueries.getObjectQueryByIDParams(java.lang.String type)
Gets any parameters that are required for the query returned by
  
DictionaryQueries.getObjectQueryByID(String). | 
DictionaryQueries.Params[] | 
DictionaryQueries.getObjectStatusQueryParams(java.lang.String type)
Gets the parameters for the object status query for the given object type. 
 | 
DictionaryQueries.Params[] | 
DictionaryQueries.getSingleObjectQueryParams(java.lang.String type,
                          boolean defaultSchema,
                          DBObjectCriteria criteria)
Gets the parameters for the query returned by
  
DictionaryQueries.getSingleObjectQuery(java.lang.String, boolean, oracle.javatools.db.DBObjectCriteria). | 
abstract DictionaryQueries.Params[] | 
DictionaryQueries.getStandardListQueryParams()
Returns the parameters expected for the standard list query. 
 | 
static DictionaryQueries.Params | 
DictionaryQueries.Params.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static DictionaryQueries.Params[] | 
DictionaryQueries.Params.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected java.util.List<java.lang.String> | 
DictionaryDatabase.getParameters(DictionaryQueries.Params[] params,
             BaseObjectID id)
Converts the given required parameters in to a list of Strings ready
 to pass to a QueryWrapper. 
 | 
protected java.util.List<java.lang.String> | 
DictionaryDatabase.getParameters(DictionaryQueries.Params[] params,
             java.lang.Object identifier,
             java.lang.String schema,
             java.lang.String nameref,
             java.lang.String... typeList)
Converts the given required parameters in to a list of Strings ready
 to pass to a QueryWrapper. 
 | 
protected java.util.List<java.lang.String> | 
DictionaryDatabase.getParameters(DictionaryQueries.Params[] params,
             Schema schema,
             java.lang.String nameref,
             java.lang.String... typeList)
Converts the given required parameters in to a list of Strings ready
 to pass to a QueryWrapper. 
 | 
protected java.util.List<java.lang.String> | 
DictionaryDatabase.getParameters(DictionaryQueries.Params[] params,
             java.lang.String schema,
             java.lang.String nameref,
             java.util.Collection<java.lang.String> typeList)
Converts the given required parameters in to a list of Strings ready
 to pass to a QueryWrapper. 
 | 
protected java.util.List<java.lang.String> | 
DictionaryDatabase.getParameters(DictionaryQueries.Params[] params,
             java.lang.String schema,
             java.lang.String nameref,
             java.lang.String... typeList)
Converts the given required parameters in to a list of Strings ready
 to pass to a QueryWrapper. 
 |