com.cyclops.dbdigger.sql
Class Update

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

public class Update
extends SQL

Add description HERE!

Since:
2003-6-6 15:34:15
Author:
joel guo

Field Summary
static Update[] EMPTY_ARRAY
          Empty Array
static String OPERATION
          Keyword
 
Constructor Summary
Update()
          Constructor of class Update
 
Method Summary
 Equal[] getSets()
          Method getSets()
 Table[] getTables()
          Method getTables()
 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 Update[] EMPTY_ARRAY
Empty Array


OPERATION

public static final String OPERATION
Keyword

See Also:
Constant Field Values
Constructor Detail

Update

public Update()
Constructor of class Update

Method Detail

getSets

public Equal[] getSets()
Method getSets()

Returns:
Array of Equal objects

getTables

public Table[] getTables()
Method getTables()

Returns:
Array of table objects

getWhere

public Condition getWhere()
Method getWhere()

Returns:
Condition object


Copyright © 2003 Cyclops Group. All Rights Reserved.