java.lang.Object
com.apple.foundationdb.relational.api.fluentsql.expression.StringLiteral
All Implemented Interfaces:
ComparableExpressionTrait<DataType.StringType,Expression<DataType.StringType>>, Expression<DataType.StringType>, Literal<String,DataType.StringType>, ScalarExpression<DataType.StringType>

@Immutable @API(EXPERIMENTAL) public class StringLiteral extends Object implements Literal<String,DataType.StringType>
This represents a string literal.