|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FemLocalView
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 |
---|
String getOriginalDefinition()
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.
void setOriginalDefinition(String newValue)
getOriginalDefinition()
for description on the attribute.
newValue
- New value to be set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |