public class DatabaseImpact extends Object
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_IMPACT_DELETE |
static int |
TYPE_IMPACT_NONE |
static int |
TYPE_IMPACT_READ |
static int |
TYPE_IMPACT_READ_WRITE |
static int |
TYPE_IMPACT_TRUNCATE |
static int |
TYPE_IMPACT_UPDATE |
static int |
TYPE_IMPACT_WRITE |
static String[] |
typeDesc |
Constructor and Description |
---|
DatabaseImpact(int type,
String transname,
String stepname,
String dbname,
String table,
String field,
String valuename,
String valueorigin,
String sql,
String remark) |
Modifier and Type | Method and Description |
---|---|
String |
getDatabaseName() |
String |
getField() |
String |
getRemark() |
RowMetaAndData |
getRow() |
String |
getSQL() |
String |
getStepName() |
String |
getTable() |
String |
getTransformationName() |
int |
getType() |
String |
getTypeDesc() |
static int |
getTypeDesc(String typedesc) |
String |
getValue() |
String |
getValueOrigin() |
public static final int TYPE_IMPACT_NONE
public static final int TYPE_IMPACT_READ
public static final int TYPE_IMPACT_WRITE
public static final int TYPE_IMPACT_READ_WRITE
public static final int TYPE_IMPACT_TRUNCATE
public static final int TYPE_IMPACT_DELETE
public static final int TYPE_IMPACT_UPDATE
public static final String[] typeDesc
public String getTransformationName()
public String getStepName()
public String getValueOrigin()
public String getDatabaseName()
public String getTable()
public String getField()
public String getValue()
public String getSQL()
public String getRemark()
public String getTypeDesc()
public static final int getTypeDesc(String typedesc)
public int getType()
public RowMetaAndData getRow()
Copyright © 2018 Hitachi Vantara. All rights reserved.