
co.streamx.fluent.SQL.GroupByClause Maven / Gradle / Ivy
package co.streamx.fluent.SQL;
import co.streamx.fluent.notation.Function;
public interface GroupByClause {
/**
* Use {@link SQL#ROLLUP(Comparable...)}, if supported by the DB vendor
*/
@Deprecated
@Function(omitParentheses = true)
void WITH_ROLLUP();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy