Class SqlFunctionAggregateGroupConcat


  • public class SqlFunctionAggregateGroupConcat
    extends SqlNode
    • Method Detail

      • hasOrderBy

        public boolean hasOrderBy()
      • getFunctionName

        public String getFunctionName()
      • getSeparator

        public String getSeparator()
      • hasDistinct

        public boolean hasDistinct()
      • toSimpleSql

        public String toSimpleSql()
        Specified by:
        toSimpleSql in class SqlNode
        Returns:
        A SQL representation of the current graph, using EXASOL SQL syntax. It is called "SIMPLE" because it is not guaranteed to be 100 % correct SQL (e.g. might be ambiguous).