Class CopyRowsStatement

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

public class CopyRowsStatement extends AbstractSqlStatement
  • Constructor Details

  • Method Details

    • getSourceTable

      public String getSourceTable()
    • getTargetTable

      public String getTargetTable()
    • getCopyColumns

      public List<ColumnConfig> getCopyColumns()