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)
    • Method Detail

      • getValue

        public String getValue()
      • setValue

        public void setValue​(String string)
      • getPrefix

        public String getPrefix()
      • setPrefix

        public void setPrefix​(String prefix)
      • getNotExcapedValue

        public String getNotExcapedValue()
      • toString

        public String toString()
        Overrides:
        toString in class net.sf.jsqlparser.parser.ASTNodeAccessImpl
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object