public class DateTimeLiteralExpression extends Object implements Expression
Modifier and Type | Class and Description |
---|---|
static class |
DateTimeLiteralExpression.DateTime |
Constructor and Description |
---|
DateTimeLiteralExpression() |
Modifier and Type | Method and Description |
---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
DateTimeLiteralExpression.DateTime |
getType() |
String |
getValue() |
void |
setType(DateTimeLiteralExpression.DateTime type) |
void |
setValue(String value) |
String |
toString() |
public String getValue()
public void setValue(String value)
public DateTimeLiteralExpression.DateTime getType()
public void setType(DateTimeLiteralExpression.DateTime type)
public void accept(ExpressionVisitor expressionVisitor)
accept
in interface Expression
Copyright © 2004–2017 JSQLParser. All rights reserved.