Modifier and Type | Field and Description |
---|---|
DatabasePlatform |
ConnectionProvidersAction.databasePlatform |
DatabasePlatform[] |
ConnectionProvidersAction.databasePlatforms |
Modifier and Type | Class and Description |
---|---|
class |
ApacheDerbyDatabasePlatform |
class |
GoogleCloudSQLDatabasePlatform |
class |
H2DatabasePlatform |
class |
IbmDb2DatabasePlatform |
class |
IbmDb2iDatabasePlatform |
class |
IbmDb2ZosDatabasePlatform |
class |
JTDSDatabasePlatform |
class |
MSSqlServerDatabasePlatform |
class |
MySql5DatabasePlatform |
class |
OracleDatabasePlatform |
class |
PostgreSQLDatabasePlatform |
Modifier and Type | Field and Description |
---|---|
protected DatabasePlatform |
ConnectionProvider.databasePlatform |
Modifier and Type | Method and Description |
---|---|
DatabasePlatform |
ConnectionProvider.getDatabasePlatform() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDatabasePlatform |
Modifier and Type | Field and Description |
---|---|
protected List<DatabasePlatform> |
DatabasePlatformsRegistry.databasePlatformList |
Modifier and Type | Method and Description |
---|---|
DatabasePlatform |
DatabasePlatformsRegistry.findApplicableAbstraction(ConnectionProvider connectionProvider) |
DatabasePlatform[] |
DatabasePlatformsRegistry.getDatabasePlatforms() |
Modifier and Type | Method and Description |
---|---|
void |
DatabasePlatformsRegistry.addDatabasePlatform(DatabasePlatform databasePlatform) |