com.cyclops.dbdigger.sqlcastor
Interface SQLCastor
- All Known Implementing Classes:
- DefaultSQLCastor
- public interface SQLCastor
Add description HERE!
- Since:
- 2003-6-6 16:39:02
- Author:
- joel guo
|
Field Summary |
static String |
ROLE
Role in avalon framework |
|
Method Summary |
String |
cast(SQL sql)
Cast a SQL object into SQL expression |
ROLE
public static final String ROLE
- Role in avalon framework
- See Also:
- Constant Field Values
cast
public String cast(SQL sql)
- Cast a SQL object into SQL expression
- Parameters:
sql - SQL object to be cast
- Returns:
- SQL expression
Copyright © 2003 Cyclops Group. All Rights Reserved.