DB2 zOS Database
Published 03 October 2024
DB2 z/OS
- Verified Versions: N/A
- Maintainer: Community
Supported Versions and Support Levels
- For information regarding the supported version and support levels available, please see Supported Databases for Flyway
- For information regarding the Flyway features available, please see Flyway feature summary
Driver
Item | Details |
---|---|
URL format | jdbc:db2://host:port/database |
SSL support | Not tested |
Ships with Flyway Command-line | No |
Maven Central coordinates | com.ibm.db2.jcc |
Supported versions | N/A |
Default Java class | com.ibm.db2.jcc.DB2Driver |
Java Usage
DB2 support is a separate dependency for Flyway and will need to be added to your Java project to access these features.
DB2 is found within the flyway-database-db2zos
plugin module.
Maven
Open Source
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-db2zos</artifactId>
</dependency>
Gradle
Open Source
dependencies {
implementation "org.flywaydb:flyway-database-db2zos"
}