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

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

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

Methods in org.apache.oozie.util.db that return SqlStatement.Delete
static SqlStatement.Delete SqlStatement.deleteFrom(Schema.Table table)
          Return a new Delete Statement
 SqlStatement.Delete SqlStatement.Delete.where(SqlStatement.Condition condition)
          Set the where clause for DELETE
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.