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