public class TimestampValue extends Object implements Expression
Constructor and Description |
---|
TimestampValue() |
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 TimestampValue()
public void accept(ExpressionVisitor expressionVisitor)
accept
in interface Expression
public Timestamp getValue()
public void setValue(Timestamp d)
Copyright © 2006–2018 TinyGroup. All rights reserved.