Package org.pentaho.di.core.database
Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution)
-
Interface Summary Interface Description CachedManagedDataSourceInterface DatabaseFactoryInterface DatabaseInterface This interface describes the methods that a database connection needs to have in order to describe it properly.DatabaseInterfaceExtended Deprecated. As of release 6.1.DatabaseTransactionListener DataSourceProviderInterface The purpose of this interface is to provide a way to get data sources from more places than just JNDI. -
Class Summary Class Description AS400DatabaseMeta Contains AS/400 specific information through static final membersAzureSqlDataBaseMeta BaseDatabaseMeta This class contains the basic information on a database connection.CacheDatabaseMeta Contains DB2 specific information through static final membersCatalog Contains the information that's stored in a single catalog.ConnectionPoolUtil Database Database handles the process of connecting to, reading from, writing to and updating databases.DatabaseConnectionPoolParameter DatabaseFactory DatabaseMeta This class defines the database specific parameters for a certain database type.DatabaseMetaInformation Contains the schema's, catalogs, tables, views, synonyms, etc we can find in the databases...DatabaseTestResults Created by ddiroma on 5/10/2018.DataSourceProviderFactory This class provides the extension point for tools to override the default DataSourceProviderInterface implementation.DB2DatabaseMeta Contains DB2 specific information through static final membersDbaseDatabaseMeta Contains dBase III, IV specific information through static final membersDelegatingDriver This delegating driver allows the plugin system to be used in a separate class loader while making DriverManager believe that the parent class loader is used.DerbyDatabaseMeta Contains Generic Database Connection information through static final membersExasol4DatabaseMeta Contains Exasol 4 specific information through static final membersExtenDBDatabaseMeta Contains ExtenDB specific information through static final membersFirebirdDatabaseMeta Contains Firebird specific information through static final membersGenericDatabaseMeta Contains Generic Database Connection information through static final membersGoogleBigQueryDatabaseMeta GreenplumDatabaseMeta Contains PostgreSQL specific information through static final membersGuptaDatabaseMeta Contains Gupta SQLBase specific information through static final membersH2DatabaseMeta Contains Hypersonic specific information through static final membersHypersonicDatabaseMeta Contains Hypersonic specific information through static final membersInfiniDbDatabaseMeta InfobrightDatabaseMeta InformixDatabaseMeta Contains Informix specific information through static final membersIngresDatabaseMeta Contains Computer Associates Ingres specific information through static final membersInterbaseDatabaseMeta Contains Interbase specific information through static final membersKingbaseESDatabaseMeta Contains Firebird specific information through static final membersLucidDBDatabaseMeta Contains LucidDB specific information through static final membersMariaDBDatabaseMeta MondrianNativeDatabaseMeta MonetDBDatabaseMeta Contains Generic Database Connection information through static final membersMSAccessDatabaseMeta Contains MySQL specific information through static final membersMSSQLServerDatabaseMeta Contains MySQL specific information through static final membersMSSQLServerNativeDatabaseMeta MySQLDatabaseMeta Contains MySQL specific information through static final membersNeoviewDatabaseMeta Contains HP Neoview specific information through static final membersNetezzaDatabaseMeta Contains Netezza specific information through static final membersOracleDatabaseMeta Contains Oracle specific information through static final membersOracleRDBDatabaseMeta Contains Oracle RDB specific information through static final membersPartitionDatabaseMeta Class to contain the information needed to parition (cluster): id, hostname, port, databasePostgreSQLDatabaseMeta Contains PostgreSQL specific information through static final membersRedshiftDatabaseMeta RemedyActionRequestSystemDatabaseMeta Contains Database Connection information through static final members for a BMW Remedy Action Request System.SAPDBDatabaseMeta Contains SAP DB specific information through static final membersSchema Contains the information that's stored in a single schema.SnowflakeHVDatabaseMeta SqlCommentScrubber Deprecated. Use SqlScriptParser instead.SQLiteDatabaseMeta Contains SQLite specific information through static final membersSqlScriptParser This class represents a splitter of SQL script into separate statements.SqlScriptStatement SybaseDatabaseMeta Contains Sybase specific information through static final membersSybaseIQDatabaseMeta Contains Sybase IQ specific information through static final membersTeradataDatabaseMeta Contains NCR Teradata specific information through static final membersUniVerseDatabaseMeta Contains IBM UniVerse database specific information through static final membersVectorWiseDatabaseMeta Contains Computer Associates Ingres specific information through static final membersVertica5DatabaseMeta Vertica Analytic Database version 5 and later (changed driver class name)VerticaDatabaseMeta Contains Vertica Analytic Database information through static final members -
Enum Summary Enum Description DataSourceProviderInterface.DatasourceType -
Exception Summary Exception Description DataSourceNamingException This class provides a wrapper around NamingException or other exceptions that may occur when trying to get a data source by name.