public class SQLMergeBatch extends Object
SQLMergeBatch
defines the state of an SQL MERGE batch itemConstructor and Description |
---|
SQLMergeBatch(List<Path<?>> k,
List<Path<?>> c,
List<Expression<?>> v,
SubQueryExpression<?> sq) |
Modifier and Type | Method and Description |
---|---|
List<Path<?>> |
getColumns() |
List<Path<?>> |
getKeys() |
SubQueryExpression<?> |
getSubQuery() |
List<Expression<?>> |
getValues() |
public SQLMergeBatch(List<Path<?>> k, List<Path<?>> c, List<Expression<?>> v, @Nullable SubQueryExpression<?> sq)
public List<Expression<?>> getValues()
public SubQueryExpression<?> getSubQuery()
Copyright © 2007–2016 Querydsl. All rights reserved.