public final class CopyTableOperation extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getDataToCopySelector() |
Object[] |
getDataToCopySelectorParams() |
String |
getFromTable() |
Collection<String> |
getPrimaryKeyColumns() |
String |
getToTable() |
boolean |
hasPrimaryKey() |
boolean |
isColumnBased() |
boolean |
isWithData() |
boolean |
isWithSelectiveData() |
static CopyTableOperation |
withData(String fromTable,
String toTable,
boolean isColumnBased) |
static CopyTableOperation |
withData(String fromTable,
String toTable,
boolean isColumnBased,
String dataToCopySelector,
Object... dataToCopySelectorParams) |
static CopyTableOperation |
withoutData(String fromTable,
String toTable,
boolean isColumnBased) |
CopyTableOperation |
withPK(String... pkColumns) |
public static CopyTableOperation withoutData(String fromTable, String toTable, boolean isColumnBased)
public static CopyTableOperation withData(String fromTable, String toTable, boolean isColumnBased)
public static CopyTableOperation withData(String fromTable, String toTable, boolean isColumnBased, String dataToCopySelector, Object... dataToCopySelectorParams)
public CopyTableOperation withPK(String... pkColumns)
public boolean hasPrimaryKey()
public Collection<String> getPrimaryKeyColumns()
public String getFromTable()
public String getToTable()
public boolean isColumnBased()
public boolean isWithData()
public boolean isWithSelectiveData()
public String getDataToCopySelector()
public Object[] getDataToCopySelectorParams()
Copyright © 2017 SAP SE. All Rights Reserved.