Class NoMatchWhereClauseMatchCriteria
java.lang.Object
org.apereo.inspektr.audit.support.AbstractWhereClauseMatchCriteria
org.apereo.inspektr.audit.support.NoMatchWhereClauseMatchCriteria
- All Implemented Interfaces:
WhereClauseMatchCriteria
Constructs a where clause that matches no records.
- Since:
- 1.0
- Version:
- $Revision: $
- Author:
- Marvin S. Addison
-
Field Summary
Fields inherited from class org.apereo.inspektr.audit.support.AbstractWhereClauseMatchCriteria
sbClause -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apereo.inspektr.audit.support.AbstractWhereClauseMatchCriteria
addCriteria, addCriteria, toString
-
Constructor Details
-
NoMatchWhereClauseMatchCriteria
public NoMatchWhereClauseMatchCriteria()
-
-
Method Details
-
getParameterValues
- Returns:
- Immutable list of parameter values for a parameterized query or an empty list if the where clause is not parameterized.
-