Class ExistsPredicate

    • Constructor Detail

      • ExistsPredicate

        public ExistsPredicate​(Query query)
    • Method Detail

      • getValue

        public Value getValue​(SessionLocal session)
        Description copied from class: Expression
        Return the resulting value for the current row.
        Specified by:
        getValue in class Expression
        Parameters:
        session - the session
        Returns:
        the result
      • getUnenclosedSQL

        public java.lang.StringBuilder getUnenclosedSQL​(java.lang.StringBuilder builder,
                                                        int sqlFlags)
        Description copied from class: Expression
        Get the SQL statement of this expression. This may not always be the original SQL statement, especially after optimization. Enclosing '(' and ')' are never appended.
        Overrides:
        getUnenclosedSQL in class PredicateWithSubquery
        Parameters:
        builder - string builder
        sqlFlags - formatting flags
        Returns:
        the specified string builder