Package org.apache.openejb.test
Interface TestDatabase
- All Known Implementing Classes:
DerbyTestDatabase,HsqldbTestDatabase,InstantDbTestDatabase,PostgreSqlTestDatabase
public interface TestDatabase
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidinit(Properties props) voidstart()voidstop()
-
Method Details
-
createEntityTable
- Throws:
SQLException
-
dropEntityTable
- Throws:
SQLException
-
createAccountTable
- Throws:
SQLException
-
dropAccountTable
- Throws:
SQLException
-
start
- Throws:
IllegalStateException
-
stop
- Throws:
IllegalStateException
-
init
- Throws:
IllegalStateException
-