|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
C
- public interface InsertClause<C extends InsertClause<C>>
InsertClause defines a generic extensible interface for Insert clauses
Method Summary | |
---|---|
C |
columns(Path<?>... columns)
Define the columns of to be populated |
long |
execute()
Execute the insert clause and return the amount of inserted rows/items |
C |
select(SubQuery<?> subQuery)
Define the populate via subquery |
C |
values(Object... v)
Define the value bindings |
Method Detail |
---|
C columns(Path<?>... columns)
columns
-
long execute()
C select(SubQuery<?> subQuery)
subQuery
-
C values(Object... v)
v
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |