Class StringLiteralValue
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.value.literal.impl.StringLiteralValue
-
- All Implemented Interfaces:
ASTNode,LiteralValue<String>,ValueASTNode<String>
public final class StringLiteralValue extends Object implements LiteralValue<String>
String literal value.
-
-
Constructor Summary
Constructors Constructor Description StringLiteralValue(String value)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringLiteralValuegetStandardEscapesStringLiteralValue(String value)Get special escape sequences string.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.shardingsphere.sql.parser.sql.common.value.ValueASTNode
getValue
-
-
-
-
Constructor Detail
-
StringLiteralValue
public StringLiteralValue(String value)
-
-
Method Detail
-
getStandardEscapesStringLiteralValue
public static StringLiteralValue getStandardEscapesStringLiteralValue(String value)
Get special escape sequences string.- Parameters:
value- string text- Returns:
- String literal value
-
-