public final class TimestampValue extends net.sf.jsqlparser.parser.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) |
appendTo, getASTNode, 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–2024 JSQLParser. All rights reserved.