Uses of Class
org.pentaho.di.core.logging.TransLogTable
-
Packages that use TransLogTable Package Description org.pentaho.di.core.logging org.pentaho.di.trans -
-
Uses of TransLogTable in org.pentaho.di.core.logging
Methods in org.pentaho.di.core.logging that return TransLogTable Modifier and Type Method Description static TransLogTableTransLogTable. getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface, List<StepMeta> steps) -
Uses of TransLogTable in org.pentaho.di.trans
Fields in org.pentaho.di.trans declared as TransLogTable Modifier and Type Field Description protected TransLogTableTransMeta. transLogTableThe transformation logging table associated with the transformation.Methods in org.pentaho.di.trans that return TransLogTable Modifier and Type Method Description TransLogTableTransMeta. getTransLogTable()Gets the log table for the transformation.Methods in org.pentaho.di.trans with parameters of type TransLogTable Modifier and Type Method Description voidTransMeta. setTransLogTable(TransLogTable transLogTable)Sets the log table for the transformation.
-