liquibase.statement.core
Class CopyRowsStatement

java.lang.Object
  extended by liquibase.statement.AbstractSqlStatement
      extended by liquibase.statement.core.CopyRowsStatement
All Implemented Interfaces:
SqlStatement

public class CopyRowsStatement
extends AbstractSqlStatement


Constructor Summary
CopyRowsStatement(String sourceTable, String targetTable, List<ColumnConfig> copyColumns)
           
 
Method Summary
 List<ColumnConfig> getCopyColumns()
           
 String getSourceTable()
           
 String getTargetTable()
           
 
Methods inherited from class liquibase.statement.AbstractSqlStatement
continueOnError, setContinueOnError, skipOnUnsupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyRowsStatement

public CopyRowsStatement(String sourceTable,
                         String targetTable,
                         List<ColumnConfig> copyColumns)
Method Detail

getSourceTable

public String getSourceTable()

getTargetTable

public String getTargetTable()

getCopyColumns

public List<ColumnConfig> getCopyColumns()


Copyright © 2016 Liquibase.org. All rights reserved.