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