Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.directory.sql.repository
Class Delete

java.lang.Object
  extended by org.nuxeo.ecm.directory.sql.repository.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(Dialect dialect)
           
 
Method Summary
 String getStatement()
           
 void setTable(Table table)
           
 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(Dialect dialect)
Method Detail

setTable

public void setTable(Table table)

setWhere

public void setWhere(String where)

getStatement

public String getStatement()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.