public class TimeValue extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Expression
Modifier and Type | Method and Description |
---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
Time |
getValue() |
void |
setValue(Time d) |
String |
toString() |
TimeValue |
withValue(Time value) |
public TimeValue()
public TimeValue(String value)
public void accept(ExpressionVisitor expressionVisitor)
accept
in interface Expression
public Time getValue()
public void setValue(Time d)
Copyright © 2004–2021 JSQLParser. All rights reserved.