This project has retired. For details please refer to its
Attic page.
Delete (Apache Gora 0.2 API)
org.apache.gora.sql.statement
Class Delete
java.lang.Object
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:
toString
in class Object
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.