Uses of Class
com.exasol.adapter.sql.SqlExpressionList
-
Packages that use SqlExpressionList Package Description com.exasol.adapter.sql -
-
Uses of SqlExpressionList in com.exasol.adapter.sql
Subclasses of SqlExpressionList in com.exasol.adapter.sql Modifier and Type Class Description classSqlGroupByRepresents a GROUP BY statement.classSqlSelectListMethods in com.exasol.adapter.sql that return SqlExpressionList Modifier and Type Method Description SqlExpressionListSqlStatementSelect. getGroupBy()Methods in com.exasol.adapter.sql with parameters of type SqlExpressionList Modifier and Type Method Description SqlStatementSelect.BuilderSqlStatementSelect.Builder. groupBy(SqlExpressionList groupBy)Set the group by clause of the SQL Select Statement.
-