Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.storage.sql.jdbc.db
Class Delete

java.lang.Object
  extended by org.nuxeo.ecm.core.storage.sql.jdbc.db.Delete
All Implemented Interfaces:
Serializable

public class Delete
extends Object
implements Serializable

A DELETE statement.

Author:
Florent Guillaume
See Also:
Serialized Form

Constructor Summary
Delete(Table table)
           
 
Method Summary
 String getStatement()
           
 void setWhere(String where)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Delete

public Delete(Table table)
Method Detail

setWhere

public void setWhere(String where)

getStatement

public String getStatement()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.