Class SqlFunctionScalarExtract


  • public class SqlFunctionScalarExtract
    extends SqlNode
    The type Sql function scalar extract.
    • Constructor Detail

      • SqlFunctionScalarExtract

        public SqlFunctionScalarExtract​(SqlFunctionScalarExtract.ExtractParameter extractParameter,
                                        SqlNode argument)
        Instantiates a new Sql function scalar extract.
        Parameters:
        extractParameter - the extract parameter
        argument - the argument
    • Method Detail

      • getToExtract

        public String getToExtract()
        Gets to extract.
        Returns:
        the to extract
      • getArgument

        public SqlNode getArgument()
        Gets argument.
        Returns:
        the argument
      • getChildren

        public List<SqlNode> getChildren()
        Description copied from class: SqlNode
        Get list of node's children (possibly, empty).
        Overrides:
        getChildren in class SqlNode
        Returns:
        list of children nodes (which could be null)