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
  extended by org.apache.gora.sql.statement.Delete

public class Delete
extends Object

A SQL DELETE statement, for generating a Prepared Statement


Constructor Summary
Delete()
           
 
Method Summary
 String from()
           
 Delete from(String from)
           
 String toString()
           
 Where where()
           
 Delete where(Where where)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Delete

public Delete()
Method Detail

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.