Uses of Interface
org.pentaho.di.core.logging.LogTableInterface
Packages that use LogTableInterface
- 
Uses of LogTableInterface in org.pentaho.di.core.logging
Subinterfaces of LogTableInterface in org.pentaho.di.core.loggingClasses in org.pentaho.di.core.logging that implement LogTableInterfaceModifier and TypeClassDescriptionclassThis class describes a logging channel logging tableclassThis class describes a job entry logging tableclassThis class describes a job logging tableclassThis class describes a logging channel logging tableclassThis class describes a step performance logging tableclassThis class describes a step logging tableclassThis class describes a transformation logging tableMethods in org.pentaho.di.core.logging with parameters of type LogTableInterfaceModifier and TypeMethodDescriptionBaseLogTable.generateTableSQL(LogTableInterface logTable, AbstractMeta meta) default StringBuilderLogTableInterface.generateTableSQL(LogTableInterface logTable, AbstractMeta transMeta) Generate DDL necessary to create the log table or alter the existing table to the present specification - 
Uses of LogTableInterface in org.pentaho.di.job
Fields in org.pentaho.di.job with type parameters of type LogTableInterfaceMethods in org.pentaho.di.job that return types with arguments of type LogTableInterfaceModifier and TypeMethodDescriptionJobMeta.getExtraLogTables()JobMeta.getLogTables()Gets the log tables.Method parameters in org.pentaho.di.job with type arguments of type LogTableInterfaceModifier and TypeMethodDescriptionvoidJobMeta.setExtraLogTables(List<LogTableInterface> extraLogTables)  - 
Uses of LogTableInterface in org.pentaho.di.trans
Methods in org.pentaho.di.trans that return types with arguments of type LogTableInterfaceModifier and TypeMethodDescriptionTransMeta.getLogTables()Gets a list of the log tables (transformation, step, performance, channel) for the transformation.