Modifier and Type | Interface and Description |
---|---|
interface |
Delete
A complete DELETE statement, with at least one WHERE clause.
|
interface |
DeleteSelection
An in-progress DELETE statement: it targets a table and optionally a list of columns to delete;
it needs at least one WHERE relation to become buildable.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OngoingWhereClause<SelfT extends OngoingWhereClause<SelfT>>
A statement that is ready to accept relations in its WHERE clause.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CreateMaterializedViewSelectionWithColumns |
interface |
CreateMaterializedViewWhere |
interface |
CreateMaterializedViewWhereStart |
Modifier and Type | Interface and Description |
---|---|
interface |
Select
A complete SELECT query.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Update
A buildable UPDATE statement that has at least one assignment and one WHERE clause.
|
interface |
UpdateWithAssignments
An UPDATE statement that has at least one assignment.
|
Copyright © 2017–2022. All rights reserved.