public class CopyRowsStatement extends AbstractSqlStatement
EMPTY_SQL_STATEMENT
Constructor and Description |
---|
CopyRowsStatement(String sourceTable,
String targetTable,
List<ColumnConfig> copyColumns) |
Modifier and Type | Method and Description |
---|---|
List<ColumnConfig> |
getCopyColumns() |
String |
getSourceTable() |
String |
getTargetTable() |
continueOnError, setContinueOnError, skipOnUnsupported
public CopyRowsStatement(String sourceTable, String targetTable, List<ColumnConfig> copyColumns)
public String getSourceTable()
public String getTargetTable()
public List<ColumnConfig> getCopyColumns()
Copyright © 2023 Liquibase.org. All rights reserved.