com.mysema.query.sql.dml
Class SQLMergeBatch

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

public class SQLMergeBatch
extends Object

SQLMergeBatch defines the state of an SQL MERGE batch item

Author:
tiwe

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

Constructor Detail

SQLMergeBatch

public SQLMergeBatch(List<com.mysema.query.types.Path<?>> k,
                     List<com.mysema.query.types.Path<?>> c,
                     List<com.mysema.query.types.Expression<?>> v,
                     @Nullable
                     com.mysema.query.types.SubQueryExpression<?> sq)
Method Detail

getKeys

public List<com.mysema.query.types.Path<?>> getKeys()

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.