oracle.owb.relational
Interface View

All Superinterfaces:
AtomicDerivationSource, ColumnOwner, CompilableObject, Component, Extensible, IODerivationSource, KeyOwner, OWBNamedObject, PropertyOwner, ReconcileSource, ReconcileTarget, Snapshotable, ValidatableObject

public interface View
extends Component, ColumnOwner, KeyOwner, ValidatableObject, CompilableObject, Extensible, ReconcileSource, ReconcileTarget, AtomicDerivationSource

View interface represents a relational database view.


Fields inherited from interface oracle.owb.metadatamgmt.changemgmt.Snapshotable
MAX_DEPENDENCY_DEPTH, MIN_DEPENDENCY_DEPTH
 
Method Summary
 Module getModule()
          Get the containing module.
 java.lang.String getQueryText()
          Gets the query text of the view.
 void setQueryText(java.lang.String queryText)
          Sets the select query text of the view.
 
Methods inherited from interface oracle.owb.foundation.Component
getOwningFolder, isReloadNeeded, lock, reload, unlock
 
Methods inherited from interface oracle.owb.foundation.OWBNamedObject
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName
 
Methods inherited from interface oracle.owb.metadatamgmt.changemgmt.Snapshotable
compare, compare, compare, compare, createSnapshot, createSnapshot, createSnapshotWithDependeeComponents, createSnapshotWithDependeeComponents, getSnapshots
 
Methods inherited from interface oracle.owb.relational.ColumnOwner
createColumn, createColumn, findColumn, getColumns, moveColumn
 
Methods inherited from interface oracle.owb.relational.KeyOwner
createForeignKey, createForeignKey, createUniqueKey, findForeignKey, findUniqueKey, getForeignKeys, getUniqueKeys
 
Methods inherited from interface oracle.owb.compile.ValidatableObject
validate
 
Methods inherited from interface oracle.owb.compile.CompilableObject
compile
 
Methods inherited from interface oracle.owb.foundation.property.PropertyOwner
getDefaultPropertyValue, getLogicalPropertyKeys, getPhysicalPropertyKeys, getPropertyDomain, getPropertyKeys, getPropertyValue, getPropertyValueString, isLogicalProperty, isPhysicalProperty, isReadOnlyProperty, setPropertyValue, setPropertyValueByString
 
Methods inherited from interface oracle.owb.reconcile.ReconcileSource
getReconcileTargetTypes, getType
 
Methods inherited from interface oracle.owb.reconcile.ReconcileTarget
canMatchByPosition, getReconcileSourceTypes, getType
 

Method Detail

getModule

public Module getModule()
Get the containing module.
Returns:
the Module object.

setQueryText

public void setQueryText(java.lang.String queryText)
Sets the select query text of the view.
Parameters:
queryText - is a query.

getQueryText

public java.lang.String getQueryText()
Gets the query text of the view.
Returns:
a query.