| Modifier and Type | Class and Description |
|---|---|
class |
BooleanColumn |
| Modifier and Type | Method and Description |
|---|---|
static Column |
Column.all() |
static Column |
Column.allOf(Alias alias) |
static Column |
Column.idOf(Alias alias) |
| Modifier and Type | Method and Description |
|---|---|
default WhereClause |
WhereClause.andIsNotNull(Column column) |
default WhereClause |
WhereClause.andIsNull(Column column) |
static Operand |
Column.distinct(Column column) |
SelectQuery |
SelectQuery.groupBy(Column... columns) |
SelectQuery |
SelectQuery.groupBy(Column column) |
Copyright © 2017. All rights reserved.