net.sf.farrago.fem.sql2003
Interface FemLocalView

All Superinterfaces:
CwmClass, CwmClassifier, CwmColumnSet, CwmElement, CwmModelElement, CwmNamedColumnSet, CwmNamespace, CwmView, FemAbstractColumnSet, FemAnnotatedElement, RefBaseObject, RefFeatured, RefObject
All Known Implementing Classes:
FemLocalView$Hib

public interface FemLocalView
extends CwmView, FemAbstractColumnSet, FemAnnotatedElement

LocalView object instance interface.

Note: This type should not be subclassed, implemented or directly instantiated by clients. It is generated from a MOF metamodel and implemented by Enki or MDR.


Method Summary
 String getOriginalDefinition()
          Returns the value of attribute originalDefinition.
 void setOriginalDefinition(String newValue)
          Sets the value of originalDefinition attribute.
 
Methods inherited from interface net.sf.farrago.cwm.relational.CwmView
getQueryExpression, isCheckOption, isReadOnly, setCheckOption, setQueryExpression, setReadOnly
 
Methods inherited from interface net.sf.farrago.cwm.relational.CwmNamedColumnSet
getOptionScopeColumn, getType, getUsingTrigger, setType
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmClassifier
getFeature, isAbstract, setAbstract
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmNamespace
getOwnedElement
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmModelElement
getClientDependency, getConstraint, getImporter, getName, getNamespace, getVisibility, setName, setNamespace, setVisibility
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 
Methods inherited from interface net.sf.farrago.fem.sql2003.FemAbstractColumnSet
getAnalyzeTime, getDeletedRowCount, getLastAnalyzeRowCount, getModality, getRowCount, getRowCountStats, getSampleDataset, setAnalyzeTime, setDeletedRowCount, setLastAnalyzeRowCount, setModality, setRowCount
 
Methods inherited from interface net.sf.farrago.fem.sql2003.FemAnnotatedElement
getCreationTimestamp, getDescription, getLineageId, getModificationTimestamp, getTagAnnotation, setCreationTimestamp, setDescription, setLineageId, setModificationTimestamp
 

Method Detail

getOriginalDefinition

String getOriginalDefinition()
Returns the value of attribute originalDefinition.

The original SQL text of this view.

The SQL standard says that the objects referenced by a view are fixed when the view is created. For example, if a column is added to a table referenced via 'select *', the view will not acquire an extra column. If the original definition contains '*'s and non fully-qualified object references, it may become inconsistent with the actual definition.

Returns:
Value of attribute originalDefinition.

setOriginalDefinition

void setOriginalDefinition(String newValue)
Sets the value of originalDefinition attribute. See getOriginalDefinition() for description on the attribute.

Parameters:
newValue - New value to be set.