Constructor and Description |
---|
OrderBy(Column column,
boolean asc) |
Modifier and Type | Method and Description |
---|---|
Insert |
Insert.columns(Column... columns) |
Modifier and Type | Method and Description |
---|---|
Column |
Column.as(String aliasName) |
Column |
Column.as(String aliasName,
boolean withAs) |
Column |
Value.getColumn() |
Modifier and Type | Method and Description |
---|---|
void |
InsertContext.setColumns(List<Column> columns) |
Constructor and Description |
---|
Value(Column column,
Expression expression) |
Value(Column column,
Object value) |
Modifier and Type | Method and Description |
---|---|
Column |
JsonExpression.getColumn() |
Modifier and Type | Method and Description |
---|---|
void |
JsonExpression.setColumn(Column column) |
Modifier and Type | Method and Description |
---|---|
List<Column> |
InsertBody.getColumns() |
Modifier and Type | Method and Description |
---|---|
void |
InsertBody.setColumns(List<Column> list) |
Modifier and Type | Method and Description |
---|---|
List<Column> |
Join.getUsingColumns()
Returns the "USING" list of
Column s (if any) |
Modifier and Type | Method and Description |
---|---|
void |
Join.setUsingColumns(List<Column> list) |
Modifier and Type | Method and Description |
---|---|
List<Column> |
UpdateBody.getColumns() |
List<Column> |
UpdateBody.getCopyColumns() |
Modifier and Type | Method and Description |
---|---|
void |
UpdateBody.removeColumn(Column column) |
Modifier and Type | Method and Description |
---|---|
void |
UpdateBody.setColumns(List<Column> list) |
Copyright © 2006–2018 TinyGroup. All rights reserved.