Class QlDerivedStateComputer.NotAllowedNameForTempTableProvider

    • Constructor Detail

      • NotAllowedNameForTempTableProvider

        public NotAllowedNameForTempTableProvider()
    • Method Detail

      • 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