Package com.querydsl.sql.dml
Class SQLInsertBatch
java.lang.Object
com.querydsl.sql.dml.SQLInsertBatch
SQLInsertBatch defines the state of an SQL INSERT batch item- Author:
- tiwe
-
Constructor Summary
ConstructorsConstructorDescriptionSQLInsertBatch(List<Path<?>> c, List<Expression<?>> v, @Nullable SubQueryExpression<?> sq) -
Method Summary
-
Constructor Details
-
SQLInsertBatch
public SQLInsertBatch(List<Path<?>> c, List<Expression<?>> v, @Nullable @Nullable SubQueryExpression<?> sq)
-
-
Method Details
-
getColumns
-
getValues
-
getSubQuery
-