com.mysema.query.sql.dml
Class SQLInsertBatch
java.lang.Object
com.mysema.query.sql.dml.SQLInsertBatch
public class SQLInsertBatch
- extends Object
SQLInsertBatch defines the state of an SQL INSERT batch item
- Author:
- tiwe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SQLInsertBatch
public SQLInsertBatch(List<Path<?>> c,
List<Expression<?>> v,
@Nullable
SubQueryExpression<?> sq)
getColumns
public List<Path<?>> getColumns()
getValues
public List<Expression<?>> getValues()
getSubQuery
public SubQueryExpression<?> getSubQuery()
Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.