Uses of Class
org.pentaho.di.core.Counter
-
Packages that use Counter Package Description org.pentaho.di.core org.pentaho.di.core.database Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution) -
-
Uses of Counter in org.pentaho.di.core
Methods in org.pentaho.di.core that return Counter Modifier and Type Method Description Counter
Counters. getCounter(String name)
Methods in org.pentaho.di.core with parameters of type Counter Modifier and Type Method Description void
Counters. setCounter(String name, Counter counter)
-
Uses of Counter in org.pentaho.di.core.database
Method parameters in org.pentaho.di.core.database with type arguments of type Counter Modifier and Type Method Description Long
Database. getNextValue(Hashtable<String,Counter> counters, String tableName, String valKey)
Long
Database. getNextValue(Hashtable<String,Counter> counters, String schemaName, String tableName, String valKey)
-