com.cyclops.dbdigger.sql
Class Insert

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

public class Insert
extends SQL

Add description HERE!

Since:
2003-6-6 15:33:41
Author:
joel guo

Field Summary
static Insert[] EMPTY_ARRAY
          Empty array
static String OPERATION
          Keyword in sql
 
Constructor Summary
Insert()
          Constructor of class Insert
 
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 Insert[] EMPTY_ARRAY
Empty array


OPERATION

public static final String OPERATION
Keyword in sql

See Also:
Constant Field Values
Constructor Detail

Insert

public Insert()
Constructor of class Insert



Copyright © 2003 Cyclops Group. All Rights Reserved.