Interface WhereClauseMatchCriteria

    • Method Detail

      • getParameterValues

        java.util.List<?> getParameterValues()
        Returns:
        Immutable list of parameter values for a parameterized query or an empty list if the where clause is not parameterized.
      • toString

        java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        Returns:
        The where clause text beginning with the string " WHERE" such that the return value can be directly appended to a SQL statement with no where clause.