Child object of QueryDefinition.

Attribute

Type

Description

alias

String

The alias of the select query

columns

List

A list of Object containing columns which make up the column clause of the select query

fromClause

String

Returns the from clause definition of the select query

froms

List

A list of FromDefinition containing from clause definitions of the select query

groupByClause

String

Returns the group by clause of the select query

groupBy

List

A list of String containing the columns which make up the group by clause of the select query

having

String

The having clause of the select query

orderBy

String

The order by clause of the select query

whereClause

String

Returns the where clause definition of the select query

where

String

The where clause of the select query

  • No labels