com.mysema.query.sql.dml
Class SQLInsertBatch

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

public class SQLInsertBatch
extends Object

Author:
tiwe

Constructor Summary
SQLInsertBatch(List<Path<?>> c, List<Expr<?>> v, SubQuery<?> sq)
           
 
Method Summary
 List<Path<?>> getColumns()
           
 SubQuery<?> getSubQuery()
           
 List<Expr<?>> 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<Expr<?>> v,
                      @Nullable
                      SubQuery<?> sq)
Method Detail

getColumns

public List<Path<?>> getColumns()

getValues

public List<Expr<?>> getValues()

getSubQuery

public SubQuery<?> getSubQuery()


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