Skip navigation links 
 
oracle.javatools.db.sql
Interface SQLQueryOwner
- All Superinterfaces:
 
- Copyable, DBObject, DynamicPropertySet
 
- All Known Implementing Classes:
 
- MaterializedView, View
 
- 
public interface SQLQueryOwner
 
- extends DBObject
 
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.
 
 
  
 
| 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 | 
 
 
 
setSQLQuery
void setSQLQuery(SQLQuery query)
- Sets the SQLQuery on the owning object.
 
getSQLQuery
SQLQuery getSQLQuery()
- Gets the SQLQuery from the owning object.
 
isDeclarative
boolean isDeclarative()
- Convinience method to check whether this SQLQueryOwner has a declarative query.
 
Skip navigation links 
 
Copyright © 1997, 2011, Oracle. All rights reserved.