com.mysema.query.sql.dml
Class SQLInsertBatch

java.lang.Object
  extended by com.mysema.query.sql.dml.SQLInsertBatch

@Immutable
public class SQLInsertBatch
extends Object

SQLInsertBatch defines the state of an SQL INSERT batch item

Author:
tiwe

Constructor Summary
SQLInsertBatch(List<Path<?>> c, List<Expression<?>> v, SubQueryExpression<?> sq)
           
 
Method Summary
 List<Path<?>> getColumns()
           
 SubQueryExpression<?> getSubQuery()
           
 List<Expression<?>> getValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLInsertBatch

public SQLInsertBatch(List<Path<?>> c,
                      List<Expression<?>> v,
                      @Nullable
                      SubQueryExpression<?> sq)
Method Detail

getColumns

public List<Path<?>> getColumns()

getValues

public List<Expression<?>> getValues()

getSubQuery

public SubQueryExpression<?> getSubQuery()


Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.