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
Constructor Summary |
SQLInsertBatch(List<com.mysema.query.types.Path<?>> c,
List<com.mysema.query.types.Expression<?>> v,
com.mysema.query.types.SubQueryExpression<?> sq)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SQLInsertBatch
public SQLInsertBatch(List<com.mysema.query.types.Path<?>> c,
List<com.mysema.query.types.Expression<?>> v,
@Nullable
com.mysema.query.types.SubQueryExpression<?> sq)
getColumns
public List<com.mysema.query.types.Path<?>> getColumns()
getValues
public List<com.mysema.query.types.Expression<?>> getValues()
getSubQuery
public com.mysema.query.types.SubQueryExpression<?> getSubQuery()
Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.