Uses of Class
org.apache.oozie.util.db.SqlStatement.Update

Packages that use SqlStatement.Update
org.apache.oozie.util.db   
 

Uses of SqlStatement.Update in org.apache.oozie.util.db
 

Methods in org.apache.oozie.util.db that return SqlStatement.Update
 SqlStatement.Update SqlStatement.Update.set(Schema.Column column, Object value)
          SET clause for update statement
static SqlStatement.Update SqlStatement.update(Schema.Table table)
          Return a new Update Statement
 SqlStatement.Update SqlStatement.Update.where(SqlStatement.Condition condition)
          Set condition for updating
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.