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