|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryWrapper | |
|---|---|
| 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). |
| Uses of QueryWrapper in oracle.javatools.db |
|---|
| Methods in oracle.javatools.db that return QueryWrapper | |
|---|---|
static QueryWrapper |
QueryWrapper.union(QueryWrapper... wrappers)
Unions together the queries in the given wrapper and bundles up all the parameters (if any) to be used with the various queries. |
| Methods in oracle.javatools.db with parameters of type QueryWrapper | |
|---|---|
static QueryWrapper |
QueryWrapper.union(QueryWrapper... wrappers)
Unions together the queries in the given wrapper and bundles up all the parameters (if any) to be used with the various queries. |
| Uses of QueryWrapper in oracle.javatools.db.dictionary |
|---|
| Methods in oracle.javatools.db.dictionary that return QueryWrapper | |
|---|---|
protected QueryWrapper[] |
DictionaryDatabase.getListQueries(java.lang.String[] types,
Schema schema,
java.lang.String ref)
Retruns a number of query wrapper objects that will list the given object types in the given schema. |
protected QueryWrapper |
DictionaryDatabase.newQueryWrapper(java.lang.String query,
java.util.List params)
|
protected QueryWrapper |
DictionaryDBObjectBuilder.newQueryWrapper(java.lang.String query,
java.lang.Object... params)
|
protected QueryWrapper |
DictionaryDatabase.newQueryWrapper(java.lang.String query,
java.lang.Object... params)
|
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||