Package net.sf.jasperreports.types.date
Class DateRangeSQLLessOrGreaterClause
- java.lang.Object
-
- net.sf.jasperreports.engine.query.SQLLessOrGreaterBaseClause
-
- net.sf.jasperreports.types.date.DateRangeSQLLessOrGreaterClause
-
- All Implemented Interfaces:
JRClauseFunction
public class DateRangeSQLLessOrGreaterClause extends SQLLessOrGreaterBaseClause
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static String
EXCEPTION_MESSAGE_KEY_UNEXPECTED_PARAMETER_TYPE
static String
EXCEPTION_MESSAGE_KEY_UNKNOWN_CLAUSE_ID
protected static DateRangeSQLLessOrGreaterClause
singleton
-
Fields inherited from class net.sf.jasperreports.engine.query.SQLLessOrGreaterBaseClause
CLAUSE_TRUISM, EXCEPTION_MESSAGE_KEY_QUERY_LESS_GREATER_CLAUSE_DB_COLUMN_TOKEN_MISSING, EXCEPTION_MESSAGE_KEY_QUERY_LESS_GREATER_CLAUSE_NAME_TOKEN_MISSING, EXCEPTION_MESSAGE_KEY_QUERY_LESS_GREATER_CLAUSE_PARAMETER_TOKEN_MISSING, OPERATOR_GREATER, OPERATOR_GREATER_OR_EQUAL, OPERATOR_LESS, OPERATOR_LESS_OR_EQUAL, POSITION_CLAUSE_ID, POSITION_DB_COLUMN, POSITION_PARAMETER
-
-
Constructor Summary
Constructors Constructor Description DateRangeSQLLessOrGreaterClause()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ClauseFunctionParameterHandler
createParameterHandler​(JRQueryClauseContext queryContext, String clauseId, String parameterName)
static DateRangeSQLLessOrGreaterClause
instance()
Returns the singleton function instance.-
Methods inherited from class net.sf.jasperreports.engine.query.SQLLessOrGreaterBaseClause
apply, handleLessOrGreaterOperator
-
-
-
-
Field Detail
-
EXCEPTION_MESSAGE_KEY_UNEXPECTED_PARAMETER_TYPE
public static final String EXCEPTION_MESSAGE_KEY_UNEXPECTED_PARAMETER_TYPE
- See Also:
- Constant Field Values
-
EXCEPTION_MESSAGE_KEY_UNKNOWN_CLAUSE_ID
public static final String EXCEPTION_MESSAGE_KEY_UNKNOWN_CLAUSE_ID
- See Also:
- Constant Field Values
-
singleton
protected static final DateRangeSQLLessOrGreaterClause singleton
-
-
Method Detail
-
instance
public static DateRangeSQLLessOrGreaterClause instance()
Returns the singleton function instance.- Returns:
- the singleton function instance
-
createParameterHandler
protected ClauseFunctionParameterHandler createParameterHandler​(JRQueryClauseContext queryContext, String clauseId, String parameterName)
- Specified by:
createParameterHandler
in classSQLLessOrGreaterBaseClause
-
-