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 SummaryConstructors Constructor Description NotAllowedNameForTempTableProvider()
 - 
Method SummaryAll 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- 
addNamespublic void addNames(org.eclipse.emf.ecore.EObject context) Adds not allowed names bycontextobject- Parameters:
- context- context object, cannot be- null
 
 - 
isNameAllowedForTempTablepublic boolean isNameAllowedForTempTable(CaseInsensitiveString name) Checks thatnameis allowed forDbViewDescriptionTempTable- Parameters:
- name- checking name, cannot be- null
- Returns:
- trueif name is allowed,- falseotherwise
 
 
- 
 
-