public class DateValue extends 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) |
getASTNode, setASTNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetASTNode, setASTNodepublic DateValue()
public DateValue(Date value)
public DateValue(String value)
value - public void accept(ExpressionVisitor expressionVisitor)
accept in interface Expressionpublic Date getValue()
public void setValue(Date d)
Copyright © 2004–2021 JSQLParser. All rights reserved.