com.github.inspektr.audit.support
Interface WhereClauseMatchCriteria

All Known Implementing Classes:
AbstractWhereClauseMatchCriteria, MaxAgeWhereClauseMatchCriteria, NoMatchWhereClauseMatchCriteria

public interface WhereClauseMatchCriteria

Interface describing match criteria in terms of a SQL select clause.

Since:
1.0
Version:
$Revision: $
Author:
Middleware

Method Summary
 List<?> getParameterValues()
           
 String toString()
           
 

Method Detail

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.


Copyright © 2007-2011 Rutgers, the State University of New Jersey. All Rights Reserved.