|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tranql.ddl.DDLCommand
Constructor Summary | |
DDLCommand(DDL ddl,
javax.sql.DataSource ds,
java.lang.String sql)
|
Method Summary | |
boolean |
execute()
|
DDL |
getDDL()
|
void |
printTo(java.io.Writer writer)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DDLCommand(DDL ddl, javax.sql.DataSource ds, java.lang.String sql)
Method Detail |
public DDL getDDL()
public void printTo(java.io.Writer writer) throws java.io.IOException
java.io.IOException
public boolean execute() throws DDLException
DDLException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |