Nuxeo Enterprise Platform 5.4

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

java.lang.Object
  extended by org.nuxeo.ecm.directory.sql.repository.Update
All Implemented Interfaces:
java.io.Serializable

public class Update
extends java.lang.Object
implements java.io.Serializable

An UPDATE statement.

Author:
George Lefter
See Also:
Serialized Form

Constructor Summary
Update(Dialect dialect)
           
 
Method Summary
 void addColumn(Column column)
           
 java.lang.String getStatement()
          Gets the insert statement, and fill in keys with free parameter names.
 void setColumns(java.util.List<Column> columns)
           
 void setTable(Table table)
           
 void setWhere(java.lang.String whereString)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Update

public Update(Dialect dialect)
Method Detail

setTable

public void setTable(Table table)

setColumns

public void setColumns(java.util.List<Column> columns)

addColumn

public void addColumn(Column column)

getStatement

public java.lang.String getStatement()
Gets the insert statement, and fill in keys with free parameter names.

Returns:
the SQL insert statement.

setWhere

public void setWhere(java.lang.String whereString)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.