Package com._1c.g5.v8.dt.ql.resource
Class QlDerivedStateComputer.NotAllowedNameForTempTableProvider
java.lang.Object
com._1c.g5.v8.dt.ql.resource.QlDerivedStateComputer.NotAllowedNameForTempTableProvider
- Enclosing class:
- QlDerivedStateComputer
Provider for name which not allowed as name for
DbViewDescriptionTempTable-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddNames(org.eclipse.emf.ecore.EObject context) Adds not allowed names bycontextobjectbooleanChecks thatnameis allowed forDbViewDescriptionTempTable
-
Constructor Details
-
NotAllowedNameForTempTableProvider
public NotAllowedNameForTempTableProvider()
-
-
Method Details
-
addNames
public void addNames(org.eclipse.emf.ecore.EObject context) Adds not allowed names bycontextobject- Parameters:
context- context object, cannot benull
-
isNameAllowedForTempTable
Checks thatnameis allowed forDbViewDescriptionTempTable- Parameters:
name- checking name, cannot benull- Returns:
trueif name is allowed,falseotherwise
-