com.mysema.query.sql.dml
Class SQLMergeBatch
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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.