Uses of Class
liquibase.extension.testing.testsystem.wrapper.DatabaseWrapper
-
Packages that use DatabaseWrapper Package Description liquibase.extension.testing.testsystem liquibase.extension.testing.testsystem.core liquibase.extension.testing.testsystem.wrapper -
-
Uses of DatabaseWrapper in liquibase.extension.testing.testsystem
Fields in liquibase.extension.testing.testsystem declared as DatabaseWrapper Modifier and Type Field Description protected DatabaseWrapperDatabaseTestSystem. wrapperMethods in liquibase.extension.testing.testsystem that return DatabaseWrapper Modifier and Type Method Description protected abstract DatabaseWrapperDatabaseTestSystem. createContainerWrapper()protected @NotNull DatabaseWrapperDatabaseTestSystem. createWrapper() -
Uses of DatabaseWrapper in liquibase.extension.testing.testsystem.core
Methods in liquibase.extension.testing.testsystem.core that return DatabaseWrapper Modifier and Type Method Description protected @NotNull DatabaseWrapperCockroachTestSystem. createContainerWrapper()protected @NotNull DatabaseWrapperDB2TestSystem. createContainerWrapper()protected @NotNull DatabaseWrapperDB2zTestSystem. createContainerWrapper()protected @NotNull DatabaseWrapperDerbyTestSystem. createContainerWrapper()protected DatabaseWrapperFirebirdTestSystem. createContainerWrapper()protected DatabaseWrapperH2TestSystem. createContainerWrapper()protected DatabaseWrapperHsqlTestSystem. createContainerWrapper()protected DatabaseWrapperInformixTestSystem. createContainerWrapper()protected DatabaseWrapperMariaDBTestSystem. createContainerWrapper()protected @NotNull DatabaseWrapperMSSQLTestSystem. createContainerWrapper()protected @NotNull DatabaseWrapperMySQLTestSystem. createContainerWrapper()protected @NotNull DatabaseWrapperOracleTestSystem. createContainerWrapper()protected @NotNull DatabaseWrapperPostgresTestSystem. createContainerWrapper()protected @NotNull DatabaseWrapperSQLiteTestSystem. createContainerWrapper()protected @NotNull DatabaseWrapperSybaseASATestSystem. createContainerWrapper() -
Uses of DatabaseWrapper in liquibase.extension.testing.testsystem.wrapper
Subclasses of DatabaseWrapper in liquibase.extension.testing.testsystem.wrapper Modifier and Type Class Description classDockerDatabaseWrapperImplementation ofDatabaseWrapperfor databases that are managed via docker inJdbcDatabaseContainers.classJdbcDatabaseWrapperImplementation ofDatabaseWrapperfor databases that are connected to via a JDBC url and are not "started" in a traditional sense.classUnimplementedWrapperDeprecated.will remove when all TestSystems are created.
-