This project has retired. For details please refer to its
        
        Attic page.
      
 
SqlStatement.Delete (Oozie Core 3.1.3-incubating API)
org.apache.oozie.util.db
Class SqlStatement.Delete
java.lang.Object
  
org.apache.oozie.util.db.SqlStatement
      
org.apache.oozie.util.db.SqlStatement.Delete
- Enclosing class:
 - SqlStatement
 
public static class SqlStatement.Delete
- extends SqlStatement
 
SQL Statement generator for DELETE Statements
 
 
 
 
 
| Methods inherited from class org.apache.oozie.util.db.SqlStatement | 
and, between, deleteFrom, getCount, getNewStatementWithValues, greaterThan, greaterThanOrEqual, in, in, insertInto, isEqual, isLike, isNotEqual, isNotLike, isNotNull, isNull, lessThan, lessThanOrEqual, notBetween, notIn, notIn, or, parse, prepare, prepare, prepareAndSetValues, prepareForBatch, selectAllFrom, selectColumns, setValue, update | 
 
 
where
public SqlStatement.Delete where(SqlStatement.Condition condition)
- Set the where clause for DELETE
- Parameters:
 condition - condition for where clause
- Returns:
 Delete for cascading
 
 
toString
public String toString()
- Return the DELETE Statement
- Overrides:
 toString in class Object
 
 
 
Copyright © 2012 Apache Software Foundation. All Rights Reserved.