Class StringLiteral

java.lang.Object
org.springframework.data.relational.core.sql.Literal<CharSequence>
org.springframework.data.relational.core.sql.StringLiteral
All Implemented Interfaces:
Expression, Segment, Visitable

public class StringLiteral extends Literal<CharSequence>
Represents a CharSequence literal.
Since:
1.1
Author:
Mark Paluch