com.mysema.query.sql.mysql
Class MySQLReplaceClause

java.lang.Object
  extended by com.mysema.query.sql.dml.AbstractSQLClause
      extended by com.mysema.query.sql.dml.SQLInsertClause
          extended by com.mysema.query.sql.mysql.MySQLReplaceClause
All Implemented Interfaces:
DMLClause<SQLInsertClause>, InsertClause<SQLInsertClause>, StoreClause<SQLInsertClause>

public class MySQLReplaceClause
extends SQLInsertClause

Author:
tiwe

Field Summary
 
Fields inherited from class com.mysema.query.sql.dml.AbstractSQLClause
configuration
 
Constructor Summary
MySQLReplaceClause(Connection connection, Configuration configuration, RelationalPath<?> entity)
           
MySQLReplaceClause(Connection connection, SQLTemplates templates, RelationalPath<?> entity)
           
 
Method Summary
 
Methods inherited from class com.mysema.query.sql.dml.SQLInsertClause
addBatch, addFlag, close, close, columns, execute, executeWithKey, executeWithKeys, executeWithKeys, populate, select, set, set, setNull, toString, values
 
Methods inherited from class com.mysema.query.sql.dml.AbstractSQLClause
setParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MySQLReplaceClause

public MySQLReplaceClause(Connection connection,
                          SQLTemplates templates,
                          RelationalPath<?> entity)

MySQLReplaceClause

public MySQLReplaceClause(Connection connection,
                          Configuration configuration,
                          RelationalPath<?> entity)


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