public class TimestampValue extends Object 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() |
public TimestampValue(String value)
public void accept(ExpressionVisitor expressionVisitor)
accept in interface Expressionpublic Timestamp getValue()
public void setValue(Timestamp d)
Copyright © 2004–2016 JSQLParser. All rights reserved.