| Modifier and Type | Interface and Description | 
|---|---|
| interface  | DeleteA complete DELETE statement, with at least one WHERE clause. | 
| interface  | DeleteSelectionAn 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  | SelectA complete SELECT query. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | UpdateA buildable UPDATE statement that has at least one assignment and one WHERE clause. | 
| interface  | UpdateWithAssignmentsAn UPDATE statement that has at least one assignment. | 
Copyright © 2017–2020. All rights reserved.