Uses of Class
com.googlecode.flyway.core.migration.sql.SqlStatement

Packages that use SqlStatement
com.googlecode.flyway.core.migration.sql   
 

Uses of SqlStatement in com.googlecode.flyway.core.migration.sql
 

Methods in com.googlecode.flyway.core.migration.sql that return types with arguments of type SqlStatement
 java.util.List<SqlStatement> SqlScript.getSqlStatements()
           
 

Constructor parameters in com.googlecode.flyway.core.migration.sql with type arguments of type SqlStatement
SqlScript(java.util.List<SqlStatement> sqlStatements)
          Creates a new SqlScript with these statements and this name.
 



Copyright © 2010. All Rights Reserved.