Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Class
oracle.javatools.db.DBUtil.IDQuery

Packages that use DBUtil.IDQuery
oracle.javatools.db Contains a metadata API for describing database objects, and retrieving them from a provider of database objects - for example a database. 

 

Uses of DBUtil.IDQuery in oracle.javatools.db

 

Methods in oracle.javatools.db that return DBUtil.IDQuery
static DBUtil.IDQuery DBUtil.IDQuery.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DBUtil.IDQuery[] DBUtil.IDQuery.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.javatools.db with parameters of type DBUtil.IDQuery
static java.util.Collection<DBObjectID> DBUtil.getReferenceIDs(DBObject obj, boolean recurse, DBUtil.IDQuery query, java.lang.String... types)
          Collects all the reference ID properties for the given object and its children and returns them after filtering as required.
static java.util.Collection<Pair<DBObjectID,DBObject>> DBUtil.getReferenceIDsAndReferers(DBObject obj, boolean recurse, DBUtil.IDQuery query, java.lang.String... types)
          Collects all the reference ID properties for the given object and its children and returns them after filtering as required.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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