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 for DbViewDescriptionTempTable
  • Constructor Details

    • NotAllowedNameForTempTableProvider

      public NotAllowedNameForTempTableProvider()
  • Method Details

    • addNames

      public void addNames(org.eclipse.emf.ecore.EObject context)
      Adds not allowed names by context object
      Parameters:
      context - context object, cannot be null
    • isNameAllowedForTempTable

      public boolean isNameAllowedForTempTable(CaseInsensitiveString name)
      Checks that name is allowed for DbViewDescriptionTempTable
      Parameters:
      name - checking name, cannot be null
      Returns:
      true if name is allowed, false otherwise