Class DateMathParser
- java.lang.Object
-
- com.googlecode.cqengine.query.parser.common.ValueParser<Date>
-
- com.googlecode.cqengine.query.parser.cqn.support.DateMathParser
-
- com.googlecode.cqengine.query.parser.sql.support.DateMathParser
-
public class DateMathParser extends DateMathParser
A variant ofDateMathParser
which can be used with the SQL dialect.- Author:
- npgall
-
-
Constructor Summary
Constructors Constructor Description DateMathParser()
DateMathParser(Date now)
DateMathParser(TimeZone timeZone, Locale locale)
DateMathParser(TimeZone timeZone, Locale locale, Date now)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
stripQuotes(String stringValue)
-
Methods inherited from class com.googlecode.cqengine.query.parser.cqn.support.DateMathParser
parse
-
Methods inherited from class com.googlecode.cqengine.query.parser.common.ValueParser
validatedParse
-
-
-
-
Method Detail
-
stripQuotes
protected String stripQuotes(String stringValue)
- Overrides:
stripQuotes
in classDateMathParser
-
-