Skip navigation links

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

E17493-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.

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.