- withDefaultPath() - Method in class org.jdbi.v3.testing.Migration
-
Use Default db/migration Flyway schema migration location.
- withMigration(Migration) - Method in class org.jdbi.v3.testing.JdbiRule
-
Run database migration.
- withPath(String) - Method in class org.jdbi.v3.testing.Migration
-
Add flyway migration path.
- withPaths(String...) - Method in class org.jdbi.v3.testing.Migration
-
Add flyway migration paths.
- withPlugin(JdbiPlugin) - Method in class org.jdbi.v3.testing.JdbiRule
-
Install a plugin into JdbiRule.
- withPlugins() - Method in class org.jdbi.v3.testing.JdbiRule
-
Discover and install plugins from the classpath.
- withSchema(String) - Method in class org.jdbi.v3.testing.Migration
-
Add flyway migration schema.
- withSchemas(String...) - Method in class org.jdbi.v3.testing.Migration
-
Add flyway migration schemas.