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