Uses of Class
liquibase.statement.core.CreateTableStatement

Packages that use CreateTableStatement
liquibase.informix.sqlgenerator.core   
liquibase.sqlgenerator.core   
liquibase.statement.core   
 

Uses of CreateTableStatement in liquibase.informix.sqlgenerator.core
 

Methods in liquibase.informix.sqlgenerator.core with parameters of type CreateTableStatement
 Sql[] InformixCreateTableGenerator.generateSql(CreateTableStatement statement, Database database, SqlGeneratorChain sqlGeneratorChain)
           
 ValidationErrors InformixCreateTableGenerator.validate(CreateTableStatement statement, Database database, SqlGeneratorChain sqlGeneratorChain)
           
 

Uses of CreateTableStatement in liquibase.sqlgenerator.core
 

Methods in liquibase.sqlgenerator.core with parameters of type CreateTableStatement
 Sql[] CreateTableGenerator.generateSql(CreateTableStatement statement, Database database, SqlGeneratorChain sqlGeneratorChain)
           
protected  Relation CreateTableGenerator.getAffectedTable(CreateTableStatement statement)
           
 ValidationErrors CreateTableGenerator.validate(CreateTableStatement createTableStatement, Database database, SqlGeneratorChain sqlGeneratorChain)
           
 

Uses of CreateTableStatement in liquibase.statement.core
 

Methods in liquibase.statement.core that return CreateTableStatement
 CreateTableStatement CreateTableStatement.addColumn(String columnName, LiquibaseDataType columnType)
           
 CreateTableStatement CreateTableStatement.addColumn(String columnName, LiquibaseDataType columnType, ColumnConstraint... constraints)
           
 CreateTableStatement CreateTableStatement.addColumn(String columnName, LiquibaseDataType columnType, Object defaultValue)
           
 CreateTableStatement CreateTableStatement.addColumn(String columnName, LiquibaseDataType columnType, Object defaultValue, ColumnConstraint... constraints)
           
 CreateTableStatement CreateTableStatement.addColumnConstraint(AutoIncrementConstraint autoIncrementConstraint)
           
 CreateTableStatement CreateTableStatement.addColumnConstraint(ForeignKeyConstraint fkConstraint)
           
 CreateTableStatement CreateTableStatement.addColumnConstraint(NotNullConstraint notNullConstraint)
           
 CreateTableStatement CreateTableStatement.addColumnConstraint(UniqueConstraint uniqueConstraint)
           
 CreateTableStatement CreateTableStatement.addPrimaryKeyColumn(String columnName, LiquibaseDataType columnType, Object defaultValue, String keyName, String tablespace, ColumnConstraint... constraints)
           
 CreateTableStatement CreateTableStatement.setTablespace(String tablespace)
           
 



Copyright © 2013 Liquibase.org. All Rights Reserved.