Interface WhereClauseMatchCriteria

All Known Implementing Classes:
AbstractWhereClauseMatchCriteria, DurationWhereClauseMatchCriteria, MaxAgeWhereClauseMatchCriteria, NoMatchWhereClauseMatchCriteria

public interface WhereClauseMatchCriteria
Interface describing match criteria in terms of a SQL select clause.
Since:
1.0
Version:
$Revision: $
Author:
Middleware
  • Method Details

    • getParameterValues

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

      String toString()
      Overrides:
      toString in class 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.