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