Package com._1c.g5.v8.dt.metadata.dbview
Interface DbViewSelectDef
- All Superinterfaces:
DbViewDef,DbViewElement,DuallyNamedElement,org.eclipse.emf.ecore.EObject,NamedElement,org.eclipse.emf.common.notify.Notifier,Table
- All Known Implementing Classes:
DbViewSelectDefImpl
A representation of the model object 'Select Def'.
Database view based on SELECT
!!! Attention
if you're creating elements of this class
1) you MUST change method "getDbViewSelectDef" in class "com._1c.g5.v8.dt.ql.resource.DynamicDbViewFieldComputer"
2) you MUST add new state in "com._1c.g5.v8.dt.ql.resource.DbViewVirtualFieldProcessor"
!!! Attention
!!! Attention
if you're creating elements of this class
1) you MUST change method "getDbViewSelectDef" in class "com._1c.g5.v8.dt.ql.resource.DynamicDbViewFieldComputer"
2) you MUST add new state in "com._1c.g5.v8.dt.ql.resource.DbViewVirtualFieldProcessor"
!!! Attention
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DbViewSelectParamDef>Returns the value of the 'Params' containment reference list.Returns the value of the 'Select Def On Non Object Def' containment reference.voidSets the value of the 'Select Def On Non Object Def' containment reference.Methods inherited from interface com._1c.g5.v8.dt.metadata.dbview.DbViewDef
getOrderFields, isInvisible, setInvisibleMethods inherited from interface com._1c.g5.v8.dt.metadata.dbview.DbViewElement
getMdObject, getPresentation, setMdObjectMethods inherited from interface com._1c.g5.v8.dt.mcore.DuallyNamedElement
getNameRu, setNameRuMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.v8.dt.mcore.NamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getParams
org.eclipse.emf.common.util.EList<DbViewSelectParamDef> getParams()Returns the value of the 'Params' containment reference list. The list contents are of typeDbViewSelectParamDef.- Returns:
- the value of the 'Params' containment reference list.
- See Also:
-
getSelectDefOnNonObjectDef
DBViewSelectDefOnNonObjectDef getSelectDefOnNonObjectDef()Returns the value of the 'Select Def On Non Object Def' containment reference.- Returns:
- the value of the 'Select Def On Non Object Def' containment reference.
- See Also:
-
setSelectDefOnNonObjectDef
Sets the value of the 'Select Def On Non Object Def' containment reference.- Parameters:
value- the new value of the 'Select Def On Non Object Def' containment reference.- See Also:
-