Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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.


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

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.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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