Uses of Class
com.cyclops.dbdigger.sql.SQL

Packages that use SQL
com.cyclops.dbdigger.sql   
com.cyclops.dbdigger.sqlcastor   
 

Uses of SQL in com.cyclops.dbdigger.sql
 

Subclasses of SQL in com.cyclops.dbdigger.sql
 class Delete
          Add description HERE!
 class Insert
          Add description HERE!
 class Select
          Add description HERE!
 class Update
          Add description HERE!
 

Fields in com.cyclops.dbdigger.sql declared as SQL
static SQL[] SQL.EMPTY_ARRAY
          Empty sql object array
 

Uses of SQL in com.cyclops.dbdigger.sqlcastor
 

Methods in com.cyclops.dbdigger.sqlcastor with parameters of type SQL
 String SQLCastor.cast(SQL sql)
          Cast a SQL object into SQL expression
 String DefaultSQLCastor.cast(SQL sql)
          Override method cast() of super class
 



Copyright © 2003 Cyclops Group. All Rights Reserved.