public final class StringValue extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Expression
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
ALLOWED_PREFIXES |
| Constructor and Description |
|---|
StringValue() |
StringValue(String escapedValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
boolean |
equals(Object o) |
String |
getNotExcapedValue() |
String |
getPrefix() |
String |
getValue() |
int |
hashCode() |
void |
setPrefix(String prefix) |
void |
setValue(String string) |
String |
toString() |
StringValue |
withPrefix(String prefix) |
StringValue |
withValue(String value) |
appendTo, getASTNode, setASTNodepublic StringValue()
public StringValue(String escapedValue)
public String getValue()
public String getPrefix()
public String getNotExcapedValue()
public void setValue(String string)
public void setPrefix(String prefix)
public void accept(ExpressionVisitor expressionVisitor)
accept in interface Expressionpublic StringValue withPrefix(String prefix)
public StringValue withValue(String value)
Copyright © 2004–2023 JSQLParser. All rights reserved.