com.github.inspektr.audit.support
Class NoMatchWhereClauseMatchCriteria

java.lang.Object
  extended by com.github.inspektr.audit.support.AbstractWhereClauseMatchCriteria
      extended by com.github.inspektr.audit.support.NoMatchWhereClauseMatchCriteria
All Implemented Interfaces:
WhereClauseMatchCriteria

public final class NoMatchWhereClauseMatchCriteria
extends AbstractWhereClauseMatchCriteria

Constructs a where clause that matches no records.

Since:
1.0
Version:
$Revision: $
Author:
Marvin S. Addison

Field Summary
 
Fields inherited from class com.github.inspektr.audit.support.AbstractWhereClauseMatchCriteria
sbClause
 
Constructor Summary
NoMatchWhereClauseMatchCriteria()
           
 
Method Summary
 List<?> getParameterValues()
          
 
Methods inherited from class com.github.inspektr.audit.support.AbstractWhereClauseMatchCriteria
addCriteria, addCriteria, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoMatchWhereClauseMatchCriteria

public NoMatchWhereClauseMatchCriteria()
Method Detail

getParameterValues

public List<?> getParameterValues()

Returns:
Immutable list of parameter values for a parameterized query or an empty list if the where clause is not parameterized.


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