com.mysema.query.sql.dml
Class AbstractDMLClause

java.lang.Object
  extended by com.mysema.query.sql.dml.AbstractDMLClause
Direct Known Subclasses:
SQLDeleteClause, SQLUpdateClause

public class AbstractDMLClause
extends Object


Constructor Summary
AbstractDMLClause()
           
 
Method Summary
protected  void close(PreparedStatement stmt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDMLClause

public AbstractDMLClause()
Method Detail

close

protected void close(PreparedStatement stmt)


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