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
public class QlDerivedStateComputer.NotAllowedNameForTempTableProvider extends Object
Provider for name which not allowed as name forDbViewDescriptionTempTable
-
-
Constructor Summary
Constructors Constructor Description NotAllowedNameForTempTableProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddNames(org.eclipse.emf.ecore.EObject context)Adds not allowed names bycontextobjectbooleanisNameAllowedForTempTable(CaseInsensitiveString name)Checks thatnameis allowed forDbViewDescriptionTempTable
-
-
-
Method Detail
-
addNames
public void addNames(org.eclipse.emf.ecore.EObject context)
Adds not allowed names bycontextobject- Parameters:
context- context object, cannot benull
-
isNameAllowedForTempTable
public boolean isNameAllowedForTempTable(CaseInsensitiveString name)
Checks thatnameis allowed forDbViewDescriptionTempTable- Parameters:
name- checking name, cannot benull- Returns:
trueif name is allowed,falseotherwise
-
-