Class AbstractDatabaseFixture
- java.lang.Object
-
- jetbrains.buildServer.serverSide.db.AbstractDatabaseFixture
-
- All Implemented Interfaces:
DatabaseFixture
- Direct Known Subclasses:
HsqlDb1Fixture
,HsqlDbFixture
,MariaDbFixture
,MSSQLDbJtdsFixture
,MSSQLDbNativeFixture
,MySQLDbFixture
,OracleDbFixture
public abstract class AbstractDatabaseFixture extends Object implements DatabaseFixture
Base class for database fixtures.
-
-
Constructor Summary
Constructors Constructor Description AbstractDatabaseFixture()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
performDvmsSpecificCleanup(Connection conn, boolean dropTables)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jetbrains.buildServer.serverSide.db.DatabaseFixture
getDatabaseSettings
-
-
-
-
Method Detail
-
performDvmsSpecificCleanup
public void performDvmsSpecificCleanup(Connection conn, boolean dropTables)
- Specified by:
performDvmsSpecificCleanup
in interfaceDatabaseFixture
-
-