public class DateTimeLiteralExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl 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() |
DateTimeLiteralExpression |
withType(DateTimeLiteralExpression.DateTime type) |
DateTimeLiteralExpression |
withValue(String value) |
appendTo, getASTNode, setASTNodepublic 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 Expressionpublic DateTimeLiteralExpression withValue(String value)
public DateTimeLiteralExpression withType(DateTimeLiteralExpression.DateTime type)
Copyright © 2004–2024 JSQLParser. All rights reserved.