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 class
InfobrightLoaderMeta
Metadata 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 class
TableAgileMartMeta
-
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 TableOutputMeta
TableOutput. getMeta()
Allows subclasses of TableOuput to get hold of the step metaTableOutputMeta
TableOutputMetaInjection. getMeta()
Deprecated.Methods in org.pentaho.di.trans.steps.tableoutput with parameters of type TableOutputMeta Modifier and Type Method Description protected void
TableOutput. setMeta(TableOutputMeta meta)
Constructors in org.pentaho.di.trans.steps.tableoutput with parameters of type TableOutputMeta Constructor Description TableOutputMetaInjection(TableOutputMeta meta)
Deprecated.
-