Uses of Interface
liquibase.statement.ColumnConstraint

Packages that use ColumnConstraint
liquibase.statement   
liquibase.statement.core   
 

Uses of ColumnConstraint in liquibase.statement
 

Classes in liquibase.statement that implement ColumnConstraint
 class AutoIncrementConstraint
           
 class ForeignKeyConstraint
           
 class NotNullConstraint
           
 class PrimaryKeyConstraint
           
 class UniqueConstraint
           
 

Uses of ColumnConstraint in liquibase.statement.core
 

Methods in liquibase.statement.core that return types with arguments of type ColumnConstraint
 Set<ColumnConstraint> AddColumnStatement.getConstraints()
           
 

Methods in liquibase.statement.core with parameters of type ColumnConstraint
 CreateTableStatement CreateTableStatement.addColumn(String columnName, DataType columnType, ColumnConstraint... constraints)
           
 CreateTableStatement CreateTableStatement.addColumn(String columnName, DataType columnType, Object defaultValue, ColumnConstraint... constraints)
           
 CreateTableStatement CreateTableStatement.addPrimaryKeyColumn(String columnName, DataType columnType, Object defaultValue, String keyName, String tablespace, ColumnConstraint... constraints)
           
 

Constructors in liquibase.statement.core with parameters of type ColumnConstraint
AddColumnStatement(String schemaName, String tableName, String columnName, String columnType, Object defaultValue, ColumnConstraint... constraints)
           
 



Copyright © 2012 Liquibase.org. All Rights Reserved.