Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

public class Update
extends Object
implements Serializable

An UPDATE statement.

See Also:
Serialized Form

Constructor Summary
Update(Table table)
           
 
Method Summary
 String getStatement()
           
 Table getTable()
           
 void setFrom(String... from)
          Sets additional table names with which to join for this update.
 void setNewValues(String newValues)
           
 void setUpdatedColumns(List<Column> columns)
          Alternative to setNewValues(java.lang.String)
 void setWhere(String where)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Update

public Update(Table table)
Method Detail

getTable

public Table getTable()

setNewValues

public void setNewValues(String newValues)

setUpdatedColumns

public void setUpdatedColumns(List<Column> columns)
Alternative to setNewValues(java.lang.String)


setFrom

public void setFrom(String... from)
Sets additional table names with which to join for this update.


setWhere

public void setWhere(String where)

getStatement

public String getStatement()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.