Class Where

    • Constructor Detail

    • Method Detail

      • exists

        public Where exists​(QueryBuilder<?> query)
        Continues the condition with an EXISTS expression
        Parameters:
        query - The subquery to apply the EXISTS constraint on
        Returns:
        This instance
      • exists

        public Where exists​(java.lang.String sql)
        Continues the condition with an EXISTS expression
        Parameters:
        sql - The subquery to apply the EXISTS constraint on
        Returns:
        This instance
      • string

        public java.lang.String string​(QueryOptions options)
        Description copied from interface: QueryPart
        Transforms this statement into an SQL string
        Specified by:
        string in interface QueryPart
        Overrides:
        string in class Conditionable<Where>
        Parameters:
        options - The QueryOptions to apply for transformation
        Returns:
        The created SQL string