org.talend.esb.sam.server.persistence.dialects
Interface QueryFilter

All Known Implementing Classes:
CriteriaAdapter

public interface QueryFilter

Interface that is responsible to deliver variable filtering part of the SQL query.

Author:
zubairov

Method Summary
 String getWhereClause()
          This method should return where clause according to filtering conditions.
 

Method Detail

getWhereClause

String getWhereClause()
This method should return where clause according to filtering conditions.

Returns:
the where clause


Copyright © 2011-2012 Talend Inc.. All Rights Reserved.