| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
 | 
AbstractDBObjectProvider.getObject(DBObjectCriteria<T> criteria)
 | 
|
 | 
DBObjectProvider.getObject(DBObjectCriteria<T> criteria)
Retrieves the SystemObject representing a specific database object.  | 
|
protected 
 | 
AbstractDatabase.getObjectImpl(DBObjectCriteria<T> criteria)
 | 
|
protected 
 | 
AbstractDBObjectProvider.getObjectImpl(DBObjectCriteria<T> criteria)
 | 
|
 | 
AbstractDBObjectProvider.listObjects(DBObjectCriteria<T> criteria)
 | 
|
 | 
DBObjectProvider.listObjects(DBObjectCriteria<T> filter)
Lists the objects from this provider that match the given criteria.  | 
|
protected 
 | 
AbstractDBObjectProvider.listObjectsFromCache(DBObjectCriteria<T> criteria)
Lists the objects that are in the internal memory cache for this provider.  | 
|
protected abstract 
 | 
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 
 | 
DictionaryDatabase.listObjectsImpl(DBObjectCriteria<T> criteria)
 | 
|
| Uses of DBObjectCriteria in oracle.jdeveloper.offlinedb | 
|---|
| Methods in oracle.jdeveloper.offlinedb with parameters of type DBObjectCriteria | ||
|---|---|---|
protected 
 | 
OfflineDBObjectProvider.getObjectImpl(DBObjectCriteria<T> criteria)
 | 
|
protected abstract 
 | 
OfflineDBObjectProvider.listAllObjects(DBObjectCriteria<T> criteria)
Lists the objects by type, schema and name (can include wildcard '%') from this provide only, not its dependencies.  | 
|
protected 
 | 
OfflineDBObjectProvider.listObjectsImpl(DBObjectCriteria<T> criteria)
 | 
|
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||