liquibase.statement.core
Class CopyRowsStatement
java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.core.CopyRowsStatement
- All Implemented Interfaces:
- SqlStatement
public class CopyRowsStatement
- extends AbstractSqlStatement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CopyRowsStatement
public CopyRowsStatement(String sourceTable,
String targetTable,
List<ColumnConfig> copyColumns)
getSourceTable
public String getSourceTable()
getTargetTable
public String getTargetTable()
getCopyColumns
public List<ColumnConfig> getCopyColumns()
Copyright © 2016 Liquibase.org. All rights reserved.