This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.gora.sql.statement
Class Delete
java.lang.Object
   org.apache.gora.sql.statement.Delete
org.apache.gora.sql.statement.Delete
- public class Delete 
- extends Object
A SQL DELETE statement, for generating a Prepared Statement
 
 
 
Delete
public Delete()
from
public String from()
- 
- Returns:
- the from
 
from
public Delete from(String from)
- 
- Parameters:
- from- the from to set
 
where
public Delete where(Where where)
- 
 
where
public Where where()
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.