|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Database in org.pentaho.di.core.database |
---|
Methods in org.pentaho.di.core.database that return Database | |
---|---|
Database |
DatabaseTest.setupDatabase()
|
Methods in org.pentaho.di.core.database with parameters of type Database | |
---|---|
boolean |
BaseDatabaseMeta.checkIndexExists(Database database,
String schemaName,
String tableName,
String[] idx_fields)
Verifies on the specified database connection if an index exists on the fields with the specified name. |
boolean |
DatabaseInterface.checkIndexExists(Database database,
String schemaName,
String tableName,
String[] idxFields)
Verifies on the specified database connection if an index exists on the fields with the specified name. |
boolean |
Exasol4DatabaseMeta.checkIndexExists(Database database,
String schemaName,
String tableName,
String[] idx_fields)
Verifies on the specified database connection if an index exists on the fields with the specified name. |
boolean |
MSSQLServerDatabaseMeta.checkIndexExists(Database database,
String schemaName,
String tableName,
String[] idx_fields)
Verifies on the specified database connection if an index exists on the fields with the specified name. |
boolean |
MSAccessDatabaseMeta.checkIndexExists(Database database,
String schemaName,
String tableName,
String[] idx_fields)
Verifies on the specified database connection if an index exists on the fields with the specified name. |
boolean |
OracleDatabaseMeta.checkIndexExists(Database database,
String schemaName,
String tableName,
String[] idx_fields)
Verifies on the specified database connection if an index exists on the fields with the specified name. |
Long |
BaseDatabaseMeta.getNextBatchId(DatabaseMeta dbm,
Database ldb,
String schemaName,
String tableName,
String fieldName)
|
Long |
DatabaseInterface.getNextBatchId(DatabaseMeta dbm,
Database ldb,
String schemaName,
String tableName,
String fieldName)
Get the next Batch ID from the logging tables. |
Long |
DatabaseMeta.getNextBatchId(Database ldb,
String schemaName,
String tableName,
String fieldName)
|
Long |
BaseDatabaseMeta.getNextBatchIdUsingAutoIncSQL(String autoIncSQL,
DatabaseMeta dbm,
Database ldb)
|
Long |
BaseDatabaseMeta.getNextBatchIdUsingLockTables(DatabaseMeta dbm,
Database ldb,
String schemaName,
String tableName,
String fieldName)
|
Long |
MSSQLServerDatabaseMeta.getNextBatchIdUsingLockTables(DatabaseMeta dbm,
Database ldb,
String schemaName,
String tableName,
String fieldName)
|
Long |
BaseDatabaseMeta.getNextBatchIdUsingSequence(String sequenceName,
String schemaName,
DatabaseMeta dbm,
Database ldb)
|
Uses of Database in org.pentaho.di.core.database.map |
---|
Methods in org.pentaho.di.core.database.map that return Database | |
---|---|
Database |
DatabaseConnectionMap.getDatabase(String connectionGroup,
String partitionID,
Database database)
|
Methods in org.pentaho.di.core.database.map that return types with arguments of type Database | |
---|---|
Map<String,Database> |
DatabaseConnectionMap.getMap()
|
Methods in org.pentaho.di.core.database.map with parameters of type Database | |
---|---|
static String |
DatabaseConnectionMap.createEntryKey(String connectionGroup,
String partitionID,
Database database)
|
Database |
DatabaseConnectionMap.getDatabase(String connectionGroup,
String partitionID,
Database database)
|
void |
DatabaseConnectionMap.removeConnection(String connectionGroup,
String partitionID,
Database database)
|
void |
DatabaseConnectionMap.storeDatabase(String connectionGroup,
String partitionID,
Database database)
|
Uses of Database in org.pentaho.di.repository.kdr |
---|
Methods in org.pentaho.di.repository.kdr that return Database | |
---|---|
Database |
KettleDatabaseRepository.getDatabase()
|
Methods in org.pentaho.di.repository.kdr with parameters of type Database | |
---|---|
void |
KettleDatabaseRepository.setDatabase(Database database)
|
Uses of Database in org.pentaho.di.repository.kdr.delegates |
---|
Methods in org.pentaho.di.repository.kdr.delegates that return Database | |
---|---|
Database |
KettleDatabaseRepositoryConnectionDelegate.getDatabase()
|
Methods in org.pentaho.di.repository.kdr.delegates with parameters of type Database | |
---|---|
void |
KettleDatabaseRepositoryConnectionDelegate.setDatabase(Database database)
|
Uses of Database in org.pentaho.di.trans.steps.addsequence |
---|
Methods in org.pentaho.di.trans.steps.addsequence that return Database | |
---|---|
Database |
AddSequenceData.getDb()
|
Methods in org.pentaho.di.trans.steps.addsequence with parameters of type Database | |
---|---|
void |
AddSequenceData.setDb(Database db)
|
Uses of Database in org.pentaho.di.trans.steps.columnexists |
---|
Fields in org.pentaho.di.trans.steps.columnexists declared as Database | |
---|---|
Database |
ColumnExistsData.db
|
Uses of Database in org.pentaho.di.trans.steps.combinationlookup |
---|
Fields in org.pentaho.di.trans.steps.combinationlookup declared as Database | |
---|---|
Database |
CombinationLookupData.db
|
Methods in org.pentaho.di.trans.steps.combinationlookup with parameters of type Database | |
---|---|
void |
CombinationLookupTest.checkResults(Database db)
Check the results in the target dimension table. |
void |
CombinationLookupTest.createTables(Database db)
Create source and target table. |
Uses of Database in org.pentaho.di.trans.steps.databasejoin |
---|
Fields in org.pentaho.di.trans.steps.databasejoin declared as Database | |
---|---|
Database |
DatabaseJoinData.db
|
Uses of Database in org.pentaho.di.trans.steps.databaselookup |
---|
Fields in org.pentaho.di.trans.steps.databaselookup declared as Database | |
---|---|
Database |
DatabaseLookupData.db
|
Methods in org.pentaho.di.trans.steps.databaselookup with parameters of type Database | |
---|---|
static void |
DatabaseLookupTest.createTables(Database db)
Create source table. |
Uses of Database in org.pentaho.di.trans.steps.dbproc |
---|
Fields in org.pentaho.di.trans.steps.dbproc declared as Database | |
---|---|
Database |
DBProcData.db
|
Uses of Database in org.pentaho.di.trans.steps.delete |
---|
Fields in org.pentaho.di.trans.steps.delete declared as Database | |
---|---|
Database |
DeleteData.db
|
Uses of Database in org.pentaho.di.trans.steps.dimensionlookup |
---|
Fields in org.pentaho.di.trans.steps.dimensionlookup declared as Database | |
---|---|
Database |
DimensionLookupData.db
|
Uses of Database in org.pentaho.di.trans.steps.dynamicsqlrow |
---|
Fields in org.pentaho.di.trans.steps.dynamicsqlrow declared as Database | |
---|---|
Database |
DynamicSQLRowData.db
|
Uses of Database in org.pentaho.di.trans.steps.execsqlrow |
---|
Fields in org.pentaho.di.trans.steps.execsqlrow declared as Database | |
---|---|
Database |
ExecSQLRowData.db
|
Methods in org.pentaho.di.trans.steps.execsqlrow with parameters of type Database | |
---|---|
static void |
ExecSQLRowTest.createTables(Database db)
Create source table. |
Uses of Database in org.pentaho.di.trans.steps.gettablenames |
---|
Fields in org.pentaho.di.trans.steps.gettablenames declared as Database | |
---|---|
Database |
GetTableNamesData.db
|
Uses of Database in org.pentaho.di.trans.steps.gpbulkloader |
---|
Fields in org.pentaho.di.trans.steps.gpbulkloader declared as Database | |
---|---|
Database |
GPBulkLoaderData.db
|
Uses of Database in org.pentaho.di.trans.steps.insertupdate |
---|
Fields in org.pentaho.di.trans.steps.insertupdate declared as Database | |
---|---|
Database |
InsertUpdateTest.db
|
Database |
InsertUpdateData.db
|
Uses of Database in org.pentaho.di.trans.steps.luciddbbulkloader |
---|
Fields in org.pentaho.di.trans.steps.luciddbbulkloader declared as Database | |
---|---|
Database |
LucidDBBulkLoaderData.db
|
Uses of Database in org.pentaho.di.trans.steps.luciddbstreamingloader |
---|
Fields in org.pentaho.di.trans.steps.luciddbstreamingloader declared as Database | |
---|---|
Database |
LucidDBStreamingLoaderData.db
|
Uses of Database in org.pentaho.di.trans.steps.monetdbbulkloader |
---|
Fields in org.pentaho.di.trans.steps.monetdbbulkloader declared as Database | |
---|---|
Database |
MonetDBBulkLoaderData.db
|
Uses of Database in org.pentaho.di.trans.steps.mysqlbulkloader |
---|
Fields in org.pentaho.di.trans.steps.mysqlbulkloader declared as Database | |
---|---|
Database |
MySQLBulkLoaderData.db
|
Uses of Database in org.pentaho.di.trans.steps.orabulkloader |
---|
Fields in org.pentaho.di.trans.steps.orabulkloader declared as Database | |
---|---|
Database |
OraBulkLoaderData.db
|
Uses of Database in org.pentaho.di.trans.steps.pgbulkloader |
---|
Fields in org.pentaho.di.trans.steps.pgbulkloader declared as Database | |
---|---|
Database |
PGBulkLoaderData.db
|
Uses of Database in org.pentaho.di.trans.steps.sql |
---|
Fields in org.pentaho.di.trans.steps.sql declared as Database | |
---|---|
Database |
ExecSQLData.db
|
Uses of Database in org.pentaho.di.trans.steps.sqlfileoutput |
---|
Fields in org.pentaho.di.trans.steps.sqlfileoutput declared as Database | |
---|---|
Database |
SQLFileOutputData.db
|
Uses of Database in org.pentaho.di.trans.steps.synchronizeaftermerge |
---|
Fields in org.pentaho.di.trans.steps.synchronizeaftermerge declared as Database | |
---|---|
Database |
SynchronizeAfterMergeData.db
|
Uses of Database in org.pentaho.di.trans.steps.tableexists |
---|
Fields in org.pentaho.di.trans.steps.tableexists declared as Database | |
---|---|
Database |
TableExistsData.db
|
Uses of Database in org.pentaho.di.trans.steps.tableinput |
---|
Fields in org.pentaho.di.trans.steps.tableinput declared as Database | |
---|---|
Database |
TableInputData.db
|
Methods in org.pentaho.di.trans.steps.tableinput with parameters of type Database | |
---|---|
void |
TableInputTest.createTables(Database db)
Create source table. |
Uses of Database in org.pentaho.di.trans.steps.tableoutput |
---|
Fields in org.pentaho.di.trans.steps.tableoutput declared as Database | |
---|---|
Database |
TableOutputData.db
|
Methods in org.pentaho.di.trans.steps.tableoutput with parameters of type Database | |
---|---|
void |
TableOutputTest.checkResultsJIRA897(Database db)
Check the results in the target dimension table. |
void |
TableOutputTest.checkResultsNormal(Database db)
Check the results in the target dimension table. |
void |
TableOutputTest.createTable(Database db,
String tableName,
RowMetaInterface rm)
Create table for the normal case. |
void |
TableOutputTest.dropTable(Database db,
String tableName)
Drop table |
Uses of Database in org.pentaho.di.trans.steps.terafast |
---|
Methods in org.pentaho.di.trans.steps.terafast that return Database | |
---|---|
Database |
TeraFastMeta.connectToDatabase()
|
Uses of Database in org.pentaho.di.trans.steps.update |
---|
Fields in org.pentaho.di.trans.steps.update declared as Database | |
---|---|
Database |
UpdateTest.db
|
Database |
UpdateData.db
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |