public class DateCriteria extends Criteria
columnName, name| Constructor and Description |
|---|
DateCriteria(String name,
String colunmName)
Instantiates a new date criteria.
|
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
getFilterClause()
Returns something like (COLUMN = :name).
|
Object |
getValue()
Returns a value of the Criteria that in suitable SQL type.
|
Criteria[] |
parseValue(String attribute)
Creates a copy of the given
Criteria populated
with the parsed value or throws an exception. |
public Criteria[] parseValue(String attribute)
CriteriaCriteria populated
with the parsed value or throws an exception.parseValue in class Criteriaattribute - the attributepublic Object getValue()
Criteriapublic StringBuilder getFilterClause()
CriteriagetFilterClause in class CriteriaCopyright © 2011–2015 Talend Inc.. All rights reserved.