Class SqlLiteralString


  • public class SqlLiteralString
    extends SqlNode
    String literal.
    • Constructor Detail

      • SqlLiteralString

        public SqlLiteralString​(String value)
        Instantiates a new Sql literal string.
        Parameters:
        value - the value
    • Method Detail

      • getValue

        public String getValue()
        Gets value.
        Returns:
        the value
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object