public class SQLInsertBatch extends Object
Constructor 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–2015 Mysema Ltd. All rights reserved.