public interface TestDatabase
| Modifier and Type | Method and Description |
|---|---|
void |
createAccountTable() |
void |
createEntityTable() |
void |
dropAccountTable() |
void |
dropEntityTable() |
void |
init(Properties props) |
void |
start() |
void |
stop() |
void createEntityTable()
throws SQLException
SQLExceptionvoid dropEntityTable()
throws SQLException
SQLExceptionvoid createAccountTable()
throws SQLException
SQLExceptionvoid dropAccountTable()
throws SQLException
SQLExceptionvoid start()
throws IllegalStateException
IllegalStateExceptionvoid stop() throws IllegalStateException
IllegalStateExceptionvoid init(Properties props) throws IllegalStateException
IllegalStateExceptionCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.