public class DateValue extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Expression
Constructor and Description |
---|
DateValue() |
DateValue(Date value) |
DateValue(String value)
A Date in the form {d 'yyyy-mm-dd'}
|
Modifier and Type | Method and Description |
---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
Date |
getValue() |
void |
setValue(Date d) |
String |
toString() |
DateValue |
withValue(Date value) |
appendTo, getASTNode, setASTNode
public DateValue()
public DateValue(Date value)
public DateValue(String value)
value
- The text presentation of the Date to be parsed.public void accept(ExpressionVisitor expressionVisitor)
accept
in interface Expression
public Date getValue()
public void setValue(Date d)
Copyright © 2004–2024 JSQLParser. All rights reserved.