Class Where

    • Constructor Detail

    • Method Detail

      • exists

        public Where exists​(java.lang.String sql)
      • 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