| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SQLQueryOwner
Interfaced to be implemented by any object that can own a SQLQuery. The implementations of this interface can then be used with the query building and editing capabilities provided by the api generically.
| Field Summary | 
|---|
| Fields inherited from interface oracle.javatools.db.DBObject | 
|---|
| COMMENT | 
| Method Summary | |
|---|---|
|  SQLQuery | getSQLQuery()Gets the SQLQuery from the owning object. | 
|  boolean | isDeclarative()Convinience method to check whether this SQLQueryOwner has a declarative query. | 
|  void | setSQLQuery(SQLQuery query)Sets the SQLQuery on the owning object. | 
| Methods inherited from interface oracle.javatools.db.DBObject | 
|---|
| copyTo, copyTo, copyTo, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getParent, getReferenceIDs, getType, replaceReferenceIDs, setID, setName | 
| Methods inherited from interface oracle.javatools.util.DynamicPropertySet | 
|---|
| getProperties, getProperty, getProperty, setProperties, setProperty | 
| Method Detail | 
|---|
void setSQLQuery(SQLQuery query)
SQLQuery getSQLQuery()
boolean isDeclarative()
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||