Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

Uses of Class
oracle.javatools.db.DBObjectCriteria

Packages that use DBObjectCriteria
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.dictionary Contains a Database implementation (DictionaryDatabase) that retrieves information for retrieving object information using dictionary queries (instead of the JDBC metadata). 
oracle.jdeveloper.offlinedb Database API extension for saving database object definitions in XML files. 
 

Uses of DBObjectCriteria in oracle.javatools.db
 

Methods in oracle.javatools.db that return DBObjectCriteria
static DBObjectCriteria<SystemObject> DBObjectCriteria.createCriteria()
          Creates a new, blank criteria that isn't tied to a specific SystemObject subclass.
static DBObjectCriteria<SystemObject> DBObjectCriteria.createCriteria(java.lang.String[] types, Schema schema, java.lang.String nameLike)
          Creates a new, blank criteria that isn't tied to a specific SystemObject subclass.
static DBObjectCriteria<SystemObject> DBObjectCriteria.createCriteria(java.lang.String type, Schema schema, java.lang.String nameLike)
          Creates a new, blank criteria that isn't tied to a specific SystemObject subclass.
static DBObjectCriteria<SystemObject> DBObjectCriteria.createCriteria(java.lang.String type, java.lang.String schemaName, java.lang.String nameLike)
          Creates a new, blank criteria that isn't tied to a specific SystemObject subclass.
 

Methods in oracle.javatools.db with parameters of type DBObjectCriteria
<T extends SystemObject>
T
AbstractDBObjectProvider.getObject(DBObjectCriteria<T> criteria)
           
<T extends SystemObject>
T
DBObjectProvider.getObject(DBObjectCriteria<T> criteria)
          Retrieves the SystemObject representing a specific database object.
protected
<T extends SystemObject>
T
AbstractDBObjectProvider.getObjectImpl(DBObjectCriteria<T> criteria)
           
protected
<T extends SystemObject>
T
AbstractDatabase.getObjectImpl(DBObjectCriteria<T> criteria)
           
<T extends SystemObject>
java.util.Collection<T>
AbstractDBObjectProvider.listObjects(DBObjectCriteria<T> criteria)
           
<T extends SystemObject>
java.util.Collection<T>
DBObjectProvider.listObjects(DBObjectCriteria<T> filter)
          Lists the objects from this provider that match the given criteria.
protected
<T extends SystemObject>
java.util.Collection<T>
AbstractDBObjectProvider.listObjectsFromCache(DBObjectCriteria<T> criteria)
          Lists the objects that are in the internal memory cache for this provider.
protected abstract
<T extends SystemObject>
java.util.Collection<T>
AbstractDBObjectProvider.listObjectsImpl(DBObjectCriteria<T> criteria)
          Internal listObjects implementation.
 

Uses of DBObjectCriteria in oracle.javatools.db.dictionary
 

Methods in oracle.javatools.db.dictionary with parameters of type DBObjectCriteria
 java.lang.String DictionaryQueries.getCustomListQuery(java.lang.String type, boolean defaultSchema, DBObjectCriteria criteria)
          Returns the custom list query for the given object type.
 DictionaryQueries.Params[] DictionaryQueries.getCustomListQueryParams(java.lang.String type, boolean defaultSchema, DBObjectCriteria criteria)
          Returns the parameters for the custom list query.
protected  QueryWrapper[] DictionaryDatabase.getListQueries(DBObjectCriteria<? extends SystemObject> criteria)
          Retruns a number of query wrapper objects that will list the given object types in the given schema.
 boolean DictionaryQueries.isCustomListQuery(java.lang.String type, boolean defaultSchema, DBObjectCriteria criteria)
          Returns true if the given type has a custom list query - i.e.
protected
<T extends SystemObject>
java.util.Collection<T>
DictionaryDatabase.listObjectsImpl(DBObjectCriteria<T> criteria)
           
 

Uses of DBObjectCriteria in oracle.jdeveloper.offlinedb
 

Methods in oracle.jdeveloper.offlinedb with parameters of type DBObjectCriteria
protected
<T extends SystemObject>
T
OfflineDBObjectProvider.getObjectImpl(DBObjectCriteria<T> criteria)
           
protected abstract
<T extends SystemObject>
java.util.Collection<T>
OfflineDBObjectProvider.listAllObjects(DBObjectCriteria<T> criteria)
          Lists the objects by type, schema and name (can include wildcard '%') from this provide only, not its dependencies.
protected
<T extends SystemObject>
java.util.Collection<T>
OfflineDBObjectProvider.listObjectsImpl(DBObjectCriteria<T> criteria)
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

Copyright © 1997, 2009, Oracle. All rights reserved.