protected static class LoadDataChange.LoadDataRowConfig extends Object
| Constructor and Description |
|---|
LoadDataRowConfig(boolean needsPreparedStatement,
List<LoadDataColumnConfig> columns) |
| Modifier and Type | Method and Description |
|---|---|
List<LoadDataColumnConfig> |
getColumns() |
boolean |
needsPreparedStatement() |
public LoadDataRowConfig(boolean needsPreparedStatement,
List<LoadDataColumnConfig> columns)
public boolean needsPreparedStatement()
public List<LoadDataColumnConfig> getColumns()
Copyright © 2023 Liquibase.org. All rights reserved.