Package liquibase.statement.core
Class CopyRowsStatement
java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.core.CopyRowsStatement
- All Implemented Interfaces:
SqlStatement
-
Field Summary
Fields inherited from interface liquibase.statement.SqlStatement
EMPTY_SQL_STATEMENT
-
Constructor Summary
ConstructorDescriptionCopyRowsStatement
(String sourceTable, String targetTable, List<ColumnConfig> copyColumns) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class liquibase.statement.AbstractSqlStatement
continueOnError, setContinueOnError, skipOnUnsupported
-
Constructor Details
-
CopyRowsStatement
-
-
Method Details
-
getSourceTable
-
getTargetTable
-
getCopyColumns
-