com.cyclops.dbdigger.sql
Class SQL

java.lang.Object
  extended bycom.cyclops.dbdigger.sql.SQL
Direct Known Subclasses:
Delete, Insert, Select, Update

public class SQL
extends Object

Add description HERE!

Since:
2003-6-6 16:40:55
Author:
joel guo

Field Summary
static SQL[] EMPTY_ARRAY
          Empty sql object array
 
Constructor Summary
SQL(String o)
          Constructor of class SQL
 
Method Summary
 String getOperation()
          Method getOperation() in class SQL
 
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 SQL[] EMPTY_ARRAY
Empty sql object array

Constructor Detail

SQL

public SQL(String o)
Constructor of class SQL

Parameters:
o - Keyword
Method Detail

getOperation

public String getOperation()
Method getOperation() in class SQL

Returns:
Operation keyword


Copyright © 2003 Cyclops Group. All Rights Reserved.