public abstract class DateRangeBaseSQLEqualityClause extends Object implements JRClauseFunction
| Modifier | Constructor and Description |
|---|---|
protected |
DateRangeBaseSQLEqualityClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(JRClauseTokens clauseTokens,
JRQueryClauseContext queryContext)
Handles a query clause chunk.
|
protected abstract void |
applyDateRange(JRQueryClauseContext queryContext,
String column,
DateRange dateRange) |
public void apply(JRClauseTokens clauseTokens, JRQueryClauseContext queryContext)
JRClauseFunctionapply in interface JRClauseFunctionclauseTokens - the clause tokensqueryContext - the query contextprotected abstract void applyDateRange(JRQueryClauseContext queryContext, String column, DateRange dateRange)
Copyright © 2012. All Rights Reserved.