Class SqlFunctionScalarCase


  • public class SqlFunctionScalarCase
    extends SqlNode
    CASE function.
    • Constructor Detail

      • SqlFunctionScalarCase

        public SqlFunctionScalarCase​(List<SqlNode> arguments,
                                     List<SqlNode> results,
                                     SqlNode basis)
        Instantiates a new SQL function scalar case.
        Parameters:
        arguments - the arguments
        results - the results
        basis - the basis
    • Method Detail

      • getArguments

        public List<SqlNode> getArguments()
        Gets arguments.
        Returns:
        the arguments
      • getResults

        public List<SqlNode> getResults()
        Gets results.
        Returns:
        the results
      • getBasis

        public SqlNode getBasis()
        Gets basis.
        Returns:
        the basis