Uses of Class
liquibase.change.core.LoadDataColumnConfig
-
Packages that use LoadDataColumnConfig Package Description liquibase.change.core Technically, a Change expresses an intention for alter the structure of the Database.liquibase.statement -
-
Uses of LoadDataColumnConfig in liquibase.change.core
Methods in liquibase.change.core that return LoadDataColumnConfig Modifier and Type Method Description protected LoadDataColumnConfigLoadDataChange. columnConfigFromName(String name, Integer idx)Get the column using the name, index or the headerprotected LoadDataColumnConfigLoadDataChange. getColumnConfig(int index, String header)Methods in liquibase.change.core that return types with arguments of type LoadDataColumnConfig Modifier and Type Method Description List<LoadDataColumnConfig>LoadDataChange. getColumns()List<LoadDataColumnConfig>LoadDataChange.LoadDataRowConfig. getColumns()Methods in liquibase.change.core with parameters of type LoadDataColumnConfig Modifier and Type Method Description voidLoadDataChange. addColumn(LoadDataColumnConfig column)protected StringLoadDataChange. columnIdString(int index, LoadDataColumnConfig columnConfig)Returns a uniquestringfor the column for better identification.voidLoadDataChange. validateColumn(LoadDataColumnConfig columnConfig, ValidationErrors validationErrors, String columnIDString)Method parameters in liquibase.change.core with type arguments of type LoadDataColumnConfig Modifier and Type Method Description protected ExecutablePreparedStatementBaseLoadDataChange. createPreparedStatement(Database database, String catalogName, String schemaName, String tableName, List<LoadDataColumnConfig> columns, ChangeSet changeSet, ResourceAccessor resourceAccessor)protected ExecutablePreparedStatementBaseLoadUpdateDataChange. createPreparedStatement(Database database, String catalogName, String schemaName, String tableName, List<LoadDataColumnConfig> columns, ChangeSet changeSet, ResourceAccessor resourceAccessor)voidLoadDataChange. setColumns(List<LoadDataColumnConfig> columns)Constructor parameters in liquibase.change.core with type arguments of type LoadDataColumnConfig Constructor Description LoadDataRowConfig(boolean needsPreparedStatement, List<LoadDataColumnConfig> columns) -
Uses of LoadDataColumnConfig in liquibase.statement
Constructor parameters in liquibase.statement with type arguments of type LoadDataColumnConfig Constructor Description BatchDmlExecutablePreparedStatement(Database database, String catalogName, String schemaName, String tableName, List<LoadDataColumnConfig> columns, ChangeSet changeSet, ResourceAccessor resourceAccessor, List<ExecutablePreparedStatementBase> statements)
-