| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryWrapper | |
|---|---|
| oracle.javatools.db.dictionary | Contains a Databaseimplementation (DictionaryDatabase) that
retrieves information for retrieving object information using dictionary
queries (instead of the JDBC metadata). | 
| oracle.javatools.db.execute | Utility classes for executing statements, queries and pl/sql against a database. | 
| Uses of QueryWrapper in oracle.javatools.db.dictionary | 
|---|
| Methods in oracle.javatools.db.dictionary that return QueryWrapper | |
|---|---|
| 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. | 
| protected  QueryWrapper | DictionaryDatabase.newQueryWrapper(java.lang.String query,
                java.util.List params) | 
| protected  QueryWrapper | DictionaryDatabase.newQueryWrapper(java.lang.String query,
                java.lang.Object... params) | 
| protected  QueryWrapper | DictionaryDBObjectBuilder.newQueryWrapper(java.lang.String query,
                java.lang.Object... params) | 
| Uses of QueryWrapper in oracle.javatools.db.execute | 
|---|
| Subclasses of QueryWrapper in oracle.javatools.db.execute | |
|---|---|
|  class | PlSqlWrapperWrapper for executing a stored procedure against the database using a CallableStatement. | 
| Methods in oracle.javatools.db.execute 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.execute 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. | 
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||