Class ExceptionExpression

    • Constructor Detail

      • ExceptionExpression

        public ExceptionExpression()
    • Method Detail

      • getType

        public Class<?> getType()
        Description copied from interface: Expression
        Get the return type of this expression.
        Specified by:
        getType in interface Expression
        Returns:
        Java class may be null prior to being resolved
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • setErrorCode

        public void setErrorCode​(Expression errCode)
      • setSqlState

        public void setSqlState​(Expression sqlState)
      • setMessage

        public void setMessage​(Expression message)
      • setParent

        public void setParent​(Expression parent)
      • acceptVisitor

        public void acceptVisitor​(LanguageVisitor visitor)
        Description copied from interface: LanguageObject
        Method for accepting a visitor. It is the responsibility of the language object to call back on the visitor.
        Specified by:
        acceptVisitor in interface LanguageObject
        Parameters:
        visitor - Visitor being used
      • getDefaultSQLState

        public String getDefaultSQLState()