Class AbstractSqlPredicateJson

    • Method Detail

      • getExpression

        public SqlNode getExpression()
        Gets expression.
        Returns:
        the expression
      • getTypeConstraint

        public String getTypeConstraint()
        Gets type constraint.
        Returns:
        the type constraint
      • getKeyUniquenessConstraint

        public String getKeyUniquenessConstraint()
        Gets key uniqueness constraint.
        Returns:
        the key uniqueness constraint
      • getChildren

        public List<SqlNode> getChildren()
        Description copied from class: SqlNode
        Get list of node's children (possibly, empty).
        Overrides:
        getChildren in class SqlNode
        Returns:
        list of children nodes (which could be null)