JavaScript is disabled on your browser.
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3)  E41664-01
 
Summary:  
Nested |  
Field |  
Constr |  
Method  
 
Detail:  
Field |  
Constr |  
Method  
 
 
  
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 
Methods    
Modifier and Type 
Method and Description 
 
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  
addObjectListener , copyTo , copyTo , copyTo , equals , findOwnedObject , findOwnedObject , findOwnedObject , getID , getName , getOwnedObjects , getOwnedObjects , getParent , getProperties , getReferenceIDs , getType , hashCode , removeObjectListener , removeOwnedObject , replaceReferenceIDs , setID , setName  
 
 
 
 
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3)  E41664-01
 
Summary:  
Nested |  
Field |  
Constr |  
Method  
 
Detail:  
Field |  
Constr |  
Method  
 
 
  
Copyright © 1997, 2014, Oracle. All rights reserved.