|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.cyclops.dbdigger.sqlcastor.DefaultSQLCastor
Add description HERE!
| Field Summary |
| Fields inherited from interface com.cyclops.dbdigger.sqlcastor.SQLCastor |
ROLE |
| Constructor Summary | |
DefaultSQLCastor()
|
|
| Method Summary | |
String |
cast(SQL sql)
Override method cast() of super class |
protected String |
castColumnName(Column column)
Method castColumnName() |
protected String |
castCombination(Combination combination)
Method castCombination() |
protected String |
castComparison(Comparison comparison)
Method castComparison() |
protected String |
castCondition(Condition criterion)
Cast Condition object to SQL expression |
protected String |
castDelete(Delete delete)
Cast delete sql |
protected String |
castInsert(Insert insert)
Method castInsert() |
protected String |
castOrderBys(OrderBy[] orderBys)
Method castOrderBys() |
protected String |
castSelect(Select select)
Method castSelect() |
protected String |
castTableName(Table table)
Cast name of the table |
protected String |
castUpdate(Update aupdate)
Method castUpdate() |
protected String |
castValue(Column column,
Object value)
Method castValue() |
protected String |
castValueExpression(Column column,
Object valueObject)
Method castValueExpression() |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultSQLCastor()
| Method Detail |
public String cast(SQL sql)
cast in interface SQLCastorsql - SQL object to be cast
com.cyclops.dbdigger.driver.SQLCastor#cast(com.cyclops.dbdigger.sql.Statement)protected String castColumnName(Column column)
column - Column object
protected String castCombination(Combination combination)
combination - Combination object
protected String castComparison(Comparison comparison)
comparison - Comparison criterion
protected String castCondition(Condition criterion)
criterion - Condition object
protected String castDelete(Delete delete)
delete - Delete sql object
protected String castInsert(Insert insert)
insert - Insert object
protected String castSelect(Select select)
select - Select query object
protected String castTableName(Table table)
table - Table object
protected String castUpdate(Update aupdate)
aupdate - Update query object
protected String castValue(Column column,
Object value)
column - Column for this valuevalue - Value object, could be a Column
protected String castValueExpression(Column column,
Object valueObject)
column - Column for this valuevalueObject - Value object, never to a Column
protected String castOrderBys(OrderBy[] orderBys)
orderBys - Array of order by objects
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||