Package org.apache.hop.pipeline
Class DatabaseImpact
- java.lang.Object
-
- org.apache.hop.pipeline.DatabaseImpact
-
public class DatabaseImpact extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intTYPE_IMPACT_DELETEstatic intTYPE_IMPACT_NONEstatic intTYPE_IMPACT_READstatic intTYPE_IMPACT_READ_WRITEstatic intTYPE_IMPACT_TRUNCATEstatic intTYPE_IMPACT_UPDATEstatic intTYPE_IMPACT_WRITEstatic String[]typeDesc
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDatabaseName()StringgetField()StringgetPipelineName()StringgetRemark()RowMetaAndDatagetRow()StringgetSql()StringgetTable()StringgetTransformName()intgetType()StringgetTypeDesc()static intgetTypeDesc(String typedesc)StringgetValue()StringgetValueOrigin()
-
-
-
Field Detail
-
TYPE_IMPACT_NONE
public static final int TYPE_IMPACT_NONE
- See Also:
- Constant Field Values
-
TYPE_IMPACT_READ
public static final int TYPE_IMPACT_READ
- See Also:
- Constant Field Values
-
TYPE_IMPACT_WRITE
public static final int TYPE_IMPACT_WRITE
- See Also:
- Constant Field Values
-
TYPE_IMPACT_READ_WRITE
public static final int TYPE_IMPACT_READ_WRITE
- See Also:
- Constant Field Values
-
TYPE_IMPACT_TRUNCATE
public static final int TYPE_IMPACT_TRUNCATE
- See Also:
- Constant Field Values
-
TYPE_IMPACT_DELETE
public static final int TYPE_IMPACT_DELETE
- See Also:
- Constant Field Values
-
TYPE_IMPACT_UPDATE
public static final int TYPE_IMPACT_UPDATE
- See Also:
- Constant Field Values
-
typeDesc
public static final String[] typeDesc
-
-
Method Detail
-
getPipelineName
public String getPipelineName()
-
getTransformName
public String getTransformName()
-
getValueOrigin
public String getValueOrigin()
-
getDatabaseName
public String getDatabaseName()
-
getTable
public String getTable()
-
getField
public String getField()
-
getValue
public String getValue()
-
getSql
public String getSql()
-
getRemark
public String getRemark()
-
getTypeDesc
public String getTypeDesc()
-
getTypeDesc
public static final int getTypeDesc(String typedesc)
-
getType
public int getType()
-
getRow
public RowMetaAndData getRow()
-
-