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)
|
Modifier and Type | Method and Description |
---|---|
Counter |
Counters.getCounter(String name) |
Modifier and Type | Method and Description |
---|---|
void |
Counters.setCounter(String name,
Counter counter) |
Modifier and Type | Method and Description |
---|---|
Long |
Database.getNextValue(Hashtable<String,Counter> counters,
String tableName,
String val_key) |
Long |
Database.getNextValue(Hashtable<String,Counter> counters,
String schemaName,
String tableName,
String val_key) |