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