C
- concrete subtypepublic interface InsertClause<C extends InsertClause<C>> extends StoreClause<C>
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(java.lang.Object... v)
Define the value bindings
|
isEmpty, set, set, setNull
C columns(Path<?>... columns)
columns
- C select(SubQueryExpression<?> subQuery)
subQuery
- C values(java.lang.Object... v)
v
- Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.