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 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 LoadDataColumnConfigModifier and TypeMethodDescriptionLoadDataChange.getColumns()LoadDataChange.LoadDataRowConfig.getColumns()Methods in liquibase.change.core with parameters of type LoadDataColumnConfigModifier and TypeMethodDescriptionvoidLoadDataChange.addColumn(LoadDataColumnConfig column) protected StringLoadDataChange.columnIdString(int index, LoadDataColumnConfig columnConfig) Returns a uniquestringfor the column for better identification.protected booleanLoadDataChange.isNullValue(String value, LoadDataColumnConfig column) voidLoadDataChange.validateColumn(LoadDataColumnConfig columnConfig, ValidationErrors validationErrors, String columnIDString) Method parameters in liquibase.change.core with type arguments of type LoadDataColumnConfigModifier and TypeMethodDescriptionprotected 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 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)