Package net.sf.jsqlparser.expression
Class StringValue
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.expression.StringValue
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
A string as in 'example_string'
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ExpressionVisitor expressionVisitor) boolean
getValue()
int
hashCode()
void
void
toString()
withPrefix
(String prefix) Methods inherited from class net.sf.jsqlparser.parser.ASTNodeAccessImpl
appendTo, getASTNode, setASTNode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.sf.jsqlparser.parser.ASTNodeAccess
getASTNode, setASTNode
-
Field Details
-
value
-
prefix
-
ALLOWED_PREFIXES
-
-
Constructor Details
-
StringValue
public StringValue() -
StringValue
-
-
Method Details