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 TypeMethodDescriptionvoid
addNames
(org.eclipse.emf.ecore.EObject context) Adds not allowed names bycontext
objectboolean
Checks thatname
is allowed forDbViewDescriptionTempTable
-
Constructor Details
-
NotAllowedNameForTempTableProvider
public NotAllowedNameForTempTableProvider()
-
-
Method Details
-
addNames
public void addNames(org.eclipse.emf.ecore.EObject context) Adds not allowed names bycontext
object- Parameters:
context
- context object, cannot benull
-
isNameAllowedForTempTable
Checks thatname
is allowed forDbViewDescriptionTempTable
- Parameters:
name
- checking name, cannot benull
- Returns:
true
if name is allowed,false
otherwise
-