Uses of Interface
org.clazzes.jdbc2xml.sql.SqlCommand

Packages that use SqlCommand
org.clazzes.jdbc2xml.schema.impl   
org.clazzes.jdbc2xml.sql   
 

Uses of SqlCommand in org.clazzes.jdbc2xml.schema.impl
 

Classes in org.clazzes.jdbc2xml.schema.impl that implement SqlCommand
 class DropColumnCommand
          This class implements a rollback-enabled variant of a drop column statement.
 class DropTableCommand
          This class implements a rollback-enabled variant of a drop table statement.
 

Methods in org.clazzes.jdbc2xml.schema.impl that return SqlCommand
static SqlCommand DDLHelper.buildRenameTable(java.lang.String renameTableCommand, java.lang.String tableName, java.lang.String newTableName)
          Generate a rename table command.
 

Uses of SqlCommand in org.clazzes.jdbc2xml.sql
 

Classes in org.clazzes.jdbc2xml.sql that implement SqlCommand
 class SimpleSqlCommand
          this is a simple SQL command, which performs SQL upadte queries using Statement.executeUpdate(String).
 

Methods in org.clazzes.jdbc2xml.sql that return types with arguments of type SqlCommand
 java.util.Enumeration<SqlCommand> SqlCommandQueue.commands()
           
 

Methods in org.clazzes.jdbc2xml.sql with parameters of type SqlCommand
 void SqlCommandQueue.pushCommand(SqlCommand command)
           
 



Copyright © 2010. All Rights Reserved.