Package com.adbs.ast
Class MetadataView
- java.lang.Object
- 
- com.adbs.ast.UpdatablePersistent
- 
- com.adbs.ast.MetadataBase
- 
- com.adbs.ast.MetadataObject
- 
- com.adbs.ast.MetadataView
 
 
 
 
- 
- All Implemented Interfaces:
- Disposable
 
 public class MetadataView extends MetadataObject 
- 
- 
Field Summary- 
Fields inherited from class com.adbs.ast.MetadataBasedata, sqlContext
 - 
Fields inherited from class com.adbs.ast.UpdatablePersistentupdatedEventListenerList
 
- 
 - 
Constructor SummaryConstructors Constructor Description MetadataView(MetadataBase parent, BaseSQLContext sqlContext)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetFieldsSQL()protected voidloadFieldsInternal()- 
Methods inherited from class com.adbs.ast.MetadataObjectassign, dispose, getAltName, getAltNameCaseSensitive, getAltNameId, getDatabase, getDatabaseStr, getDatabaseStrNotQuoted, getDBLink, getDBLinkStr, getExpression, getExpressionAST, getFields, getFullName, getFullNameStr, getFullNameStrNotQuoted, getLongDescription, getMetadataContainer, getName, getNameAsObject, getNameAsString, getNameStr, getNameStrNotQuoted, getQueryToLoadFields, getReferencedObjects, getReferencedRelations, getReferencingObjects, getReferencingRelations, getRelations, getSchema, getSchemaStr, getSchemaStrNotQuoted, getSchemedName, getSchemedNameStr, getSchemedNameStrNotQuoted, getShortDescription, isFullNameEqual, isNameEqual, isSystem, isVirtualCalculatedObject, isVisible, loadFields, setAltName, setAltNameCaseSensitive, setDatabase, setDatabaseStr, setDBLink, setDBLinkStr, setExpression, setFields, setLongDescription, setName, setNameStr, setRelations, setSchema, setSchemaStr, setShortDescription, setSystem, setVisible
 - 
Methods inherited from class com.adbs.ast.MetadataBaseclone, getSQLContext
 - 
Methods inherited from class com.adbs.ast.UpdatablePersistentaddUpdatedEventListener, beginUpdate, doUpdated, endUpdate, fireUpdatedEvent, getParent, isUpdating, notifyUpdated, removeUpdatedEventListener
 
- 
 
- 
- 
- 
Constructor Detail- 
MetadataViewpublic MetadataView(MetadataBase parent, BaseSQLContext sqlContext) 
 
- 
 - 
Method Detail- 
getFieldsSQLprotected java.lang.String getFieldsSQL() - Overrides:
- getFieldsSQLin class- MetadataObject
 
 - 
loadFieldsInternalprotected void loadFieldsInternal() throws QueryBuilderException- Specified by:
- loadFieldsInternalin class- MetadataObject
- Throws:
- QueryBuilderException
 
 
- 
 
-