Package liquibase.change.core
Class LoadDataChange.LoadDataRowConfig
java.lang.Object
liquibase.change.core.LoadDataChange.LoadDataRowConfig
- Enclosing class:
- LoadDataChange
-
Constructor Summary
ConstructorDescriptionLoadDataRowConfig
(boolean needsPreparedStatement, List<LoadDataColumnConfig> columns) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
LoadDataRowConfig
-
-
Method Details
-
needsPreparedStatement
public boolean needsPreparedStatement() -
getColumns
-