public interface InsertBuilder
Insert
statement.StatementBuilder
Modifier and Type | Interface and Description |
---|---|
static interface |
InsertBuilder.BuildInsert
Interface exposing the
Insert build method. |
static interface |
InsertBuilder.InsertIntoColumnsAndValues
Interface exposing
WHERE methods. |
static interface |
InsertBuilder.InsertIntoColumnsAndValuesWithBuild
Interface exposing
value methods to add values to the INSERT statement and the build method. |
static interface |
InsertBuilder.InsertValues
Interface exposing
value methods to add values to the INSERT statement. |
static interface |
InsertBuilder.InsertValuesWithBuild
Interface exposing
value methods to add values to the INSERT statement and the build method. |
Modifier and Type | Method and Description |
---|---|
InsertBuilder.InsertIntoColumnsAndValuesWithBuild |
into(Table table)
Declare a
Table to INSERT INTO . |
InsertBuilder.InsertIntoColumnsAndValuesWithBuild into(Table table)
Table
to INSERT INTO
.table
- the table to INSERT INTO
must not be null.this
builder.Into
,
SQL.table(String)
Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.