org.tranql.ddl
Class DDLCommand

java.lang.Object
  extended byorg.tranql.ddl.DDLCommand

public class DDLCommand
extends java.lang.Object

Version:
$Revision: 246 $ $Date: 2005-08-27 04:09:42 +0200 (Sat, 27 Aug 2005) $

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

DDLCommand

public DDLCommand(DDL ddl,
                  javax.sql.DataSource ds,
                  java.lang.String sql)
Method Detail

getDDL

public DDL getDDL()

printTo

public void printTo(java.io.Writer writer)
             throws java.io.IOException
Throws:
java.io.IOException

execute

public boolean execute()
                throws DDLException
Throws:
DDLException


Copyright © -2006 The Codehaus. All Rights Reserved.