Uses of Class
org.pentaho.di.core.row.RowMeta
-
Packages that use RowMeta Package Description org.pentaho.di.core.database Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution)org.pentaho.di.core.row -
-
Uses of RowMeta in org.pentaho.di.core.database
Methods in org.pentaho.di.core.database that return RowMeta Modifier and Type Method Description RowMetaDatabase. getMetaFromRow(Object[] row, ResultSetMetaData md) -
Uses of RowMeta in org.pentaho.di.core.row
Methods in org.pentaho.di.core.row that return RowMeta Modifier and Type Method Description RowMetaRowMeta. clone()
-