Class StringValue

  • All Implemented Interfaces:
    Serializable, Expression, Model, net.sf.jsqlparser.parser.ASTNodeAccess

    public final class StringValue
    extends net.sf.jsqlparser.parser.ASTNodeAccessImpl
    implements Expression
    A string as in 'example_string'
    See Also:
    Serialized Form
    • Field Detail

      • ALLOWED_PREFIXES

        public static final List<String> ALLOWED_PREFIXES
    • Constructor Detail

      • StringValue

        public StringValue()
      • StringValue

        public StringValue​(String escapedValue)