| Package | Description |
|---|---|
| org.bridje.sql |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ColumnsStep
Insert columns step.
|
interface |
DeleteFromStep
Delete from step.
|
interface |
DeleteLimitStep
Delete limit step.
|
interface |
DeleteWhereStep
Delete where step.
|
interface |
FromStep
The form step.
|
interface |
GroupByStep
The group by step.
|
interface |
OrderByStep
The order by step.
|
interface |
SelectFinalStep
The select final step.
|
interface |
SelectLimitStep
The select limit step.
|
interface |
SelectStep
The select step.
|
interface |
SelectWhereStep
The select where step.
|
interface |
SetsStep
The sets step.
|
interface |
UpdateLimitStep
The update limit step.
|
interface |
UpdateStep
The update step.
|
interface |
UpdateWhereStep
The update where step.
|
interface |
ValuesStep
The values step.
|
| Modifier and Type | Method and Description |
|---|---|
FinalStep |
UpdateLimitStep.limit(Limit limit)
Adds a limit statement to the query.
|
FinalStep |
SelectLimitStep.limit(Limit limit)
Adds a limit statement to the query.
|
FinalStep |
DeleteLimitStep.limit(Limit limit)
Adds a limit statement to the query.
|
FinalStep |
ColumnsStep.select(SelectExpr table)
Sets the select expresion for this insert query.
|
Copyright © 2015–2018 Bridje Framework. All rights reserved.