Class SqlLiteralBool


  • public class SqlLiteralBool
    extends SqlNode
    Bool literal.
    • Constructor Detail

      • SqlLiteralBool

        public SqlLiteralBool​(boolean value)
        Instantiates a new Sql literal bool.
        Parameters:
        value - the value
    • Method Detail

      • getValue

        public boolean getValue()
        Gets value.
        Returns:
        the value