Uses of Class
org.pentaho.di.trans.steps.tableoutput.TableOutputMeta
-
Packages that use TableOutputMeta Package Description org.pentaho.di.trans.steps.infobrightoutput org.pentaho.di.trans.steps.tableagilemart org.pentaho.di.trans.steps.tableoutput -
-
Uses of TableOutputMeta in org.pentaho.di.trans.steps.infobrightoutput
Subclasses of TableOutputMeta in org.pentaho.di.trans.steps.infobrightoutput Modifier and Type Class Description classInfobrightLoaderMetaMetadata for the Infobright loader. -
Uses of TableOutputMeta in org.pentaho.di.trans.steps.tableagilemart
Subclasses of TableOutputMeta in org.pentaho.di.trans.steps.tableagilemart Modifier and Type Class Description classTableAgileMartMeta -
Uses of TableOutputMeta in org.pentaho.di.trans.steps.tableoutput
Methods in org.pentaho.di.trans.steps.tableoutput that return TableOutputMeta Modifier and Type Method Description protected TableOutputMetaTableOutput. getMeta()Allows subclasses of TableOuput to get hold of the step metaTableOutputMetaTableOutputMetaInjection. getMeta()Deprecated.Methods in org.pentaho.di.trans.steps.tableoutput with parameters of type TableOutputMeta Modifier and Type Method Description protected voidTableOutput. setMeta(TableOutputMeta meta)Constructors in org.pentaho.di.trans.steps.tableoutput with parameters of type TableOutputMeta Constructor Description TableOutputMetaInjection(TableOutputMeta meta)Deprecated.
-