C - concrete subtypepublic interface InsertClause<C extends InsertClause<C>> extends StoreClause<C>
InsertClause defines a generic interface for Insert clauses| Modifier and Type | Method and Description |
|---|---|
C |
columns(Path<?>... columns)
Define the columns to be populated
|
C |
select(SubQueryExpression<?> subQuery)
Define the populate via subquery
|
C |
values(Object... v)
Define the value bindings
|
isEmpty, set, set, setNullC columns(Path<?>... columns)
columns - columns to be populatedC select(SubQueryExpression<?> subQuery)
subQuery - sub query to be used for populationCopyright © 2007–2015 Querydsl. All rights reserved.