com.cyclops.dbdigger.sql
Class Delete

java.lang.Object
  extended bycom.cyclops.dbdigger.sql.SQL
      extended bycom.cyclops.dbdigger.sql.Delete

public class Delete
extends SQL

Add description HERE!

Since:
2003-6-6 16:42:06
Author:
joel guo

Field Summary
static Delete[] EMPTY_ARRAY
          Empty delete array (
static String OPERATION
          Delete sql keyword
 
Constructor Summary
Delete(Table fromTable)
          Constructor of class Delete
 
Method Summary
 Table getFrom()
          Method getFrom()
 Condition getWhere()
          Method getWhere()
 
Methods inherited from class com.cyclops.dbdigger.sql.SQL
getOperation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_ARRAY

public static final Delete[] EMPTY_ARRAY
Empty delete array (


OPERATION

public static final String OPERATION
Delete sql keyword

See Also:
Constant Field Values
Constructor Detail

Delete

public Delete(Table fromTable)
Constructor of class Delete

Parameters:
fromTable - From table object
Method Detail

getFrom

public Table getFrom()
Method getFrom()

Returns:
From table

getWhere

public Condition getWhere()
Method getWhere()

Returns:
Where clause


Copyright © 2003 Cyclops Group. All Rights Reserved.