Package com.querydsl.core.dml
Interface InsertClause<C extends InsertClause<C>>
- Type Parameters:
C- concrete subtype
- All Superinterfaces:
DMLClause<C>,StoreClause<C>
InsertClause defines a generic interface for Insert clauses- Author:
- tiwe
-
Method Summary
Methods inherited from interface com.querydsl.core.dml.StoreClause
isEmpty, set, set, setNull
-
Method Details
-
columns
Define the columns to be populated- Parameters:
columns- columns to be populated- Returns:
- the current object
-
select
Define the populate via subquery- Parameters:
subQuery- sub query to be used for population- Returns:
- the current object
-
values
Define the value bindings- Parameters:
v- values to be inserted- Returns:
- the current object
-