Package | Description |
---|---|
liquibase.database.core.supplier | |
liquibase.sdk.supplier.database |
Modifier and Type | Class and Description |
---|---|
class |
DB2ConnSupplier |
class |
DerbyConnSupplier |
class |
FirebirdConnSupplier |
class |
H2ConnSupplier |
class |
HsqlConnSupplier |
class |
InformixConnSupplier |
class |
MSSQLConnSupplier |
class |
MySQLConnSupplier |
class |
OracleConnSupplier |
class |
PostgresqlConnSupplier |
class |
SQLiteConnSupplier |
class |
SybaseASAConnSupplier |
class |
SybaseConnSupplier |
Modifier and Type | Method and Description |
---|---|
Collection<ConnectionSupplier> |
ConnectionConfigurationFactory.findConfigurations(String[] descriptions) |
Set<ConnectionSupplier> |
ConnectionConfigurationFactory.getConfigurations(Database database) |
Modifier and Type | Method and Description |
---|---|
protected DatabaseConnection |
AllDatabases.openConnection(ConnectionSupplier connectionConfig) |
DatabaseConnection |
AllDatabases.openDatabaseConnection(ConnectionSupplier connectionSupplier) |
void |
ConnectionConfigurationFactory.register(ConnectionSupplier config) |
Copyright © 2016 Liquibase.org. All rights reserved.