public class DateValue extends ASTNodeAccessImpl implements Expression
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
Date |
getValue() |
void |
setValue(Date d) |
String |
toString() |
getASTNode, setASTNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetASTNode, setASTNodepublic DateValue(String value)
public void accept(ExpressionVisitor expressionVisitor)
accept in interface Expressionpublic Date getValue()
public void setValue(Date d)
Copyright © 2004–2019 JSQLParser. All rights reserved.