Uses of Class
liquibase.change.core.LoadDataColumnConfig

Packages that use LoadDataColumnConfig
liquibase.change.core   
 

Uses of LoadDataColumnConfig in liquibase.change.core
 

Methods in liquibase.change.core that return types with arguments of type LoadDataColumnConfig
 List<LoadDataColumnConfig> LoadDataChange.getColumns()
           
 

Methods in liquibase.change.core with parameters of type LoadDataColumnConfig
 void LoadDataChange.addColumn(LoadDataColumnConfig column)
           
 

Method parameters in liquibase.change.core with type arguments of type LoadDataColumnConfig
 void LoadDataChange.setColumns(List<LoadDataColumnConfig> columns)
           
 



Copyright © 2016 Liquibase.org. All rights reserved.