| Package | Description |
|---|---|
| net.sf.jasperreports.types.date |
Provides the built-in
DateRange type implementation. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TimestampRange |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDateRange
Basic implementation of
DateRange. |
class |
FixedDate
Implementation of
DateRange for fixed, non relative date. |
class |
FixedTimestamp
Implementation of
DateRange for fixed, non relative timestamp. |
class |
RelativeDateRange
Implementation of
DateRange for relative range of dates. |
class |
RelativeTimestampRange
Implementation of
DateRange for relative range of times. |
| Modifier and Type | Method and Description |
|---|---|
DateRange |
DateRangeBuilder.toDateRange()
Returns instance of |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DateRangeSQLEqualClause.applyDateRange(JRQueryClauseContext queryContext,
String column,
DateRange dateRange) |
protected abstract void |
DateRangeBaseSQLEqualityClause.applyDateRange(JRQueryClauseContext queryContext,
String column,
DateRange dateRange) |
protected void |
DateRangeSQLNotEqualClause.applyDateRange(JRQueryClauseContext queryContext,
String column,
DateRange dateRange) |
| Constructor and Description |
|---|
DateRangeParameterHandler(JRQueryClauseContext queryContext,
String parameterName,
DateRange value,
boolean useRangeStart) |
Copyright © 2017. All rights reserved.