public class InsertDeclaration
extends java.lang.Object
| Constructor and Description |
|---|
InsertDeclaration(InsertContext context) |
| Modifier and Type | Method and Description |
|---|---|
InsertContext |
getContext() |
void |
select(java.util.function.Function<InsertSelectDeclaration,SubSelectContext<?>> block) |
void |
upsertSetValues(java.util.function.Consumer<InsertOnDuplicateKeyUpdateSetValuesDeclaration> block) |
void |
values(java.util.function.Consumer<ValuesDeclaration> block) |
public InsertDeclaration(InsertContext context)
public InsertContext getContext()
public void values(java.util.function.Consumer<ValuesDeclaration> block)
public void upsertSetValues(java.util.function.Consumer<InsertOnDuplicateKeyUpdateSetValuesDeclaration> block)
public void select(java.util.function.Function<InsertSelectDeclaration,SubSelectContext<?>> block)