public class MySQLStandaloneDB extends GenericStandaloneDB
EmbeddedDB.DBEngine, EmbeddedDB.ResultSetJobstartedallTables, databaseName, dataSource, jdbcConnectionString, logger, password, username| Constructor and Description |
|---|
MySQLStandaloneDB(String databaseName) |
MySQLStandaloneDB(String databaseName,
String username,
String password) |
MySQLStandaloneDB(String databaseName,
String username,
String password,
String jdbcConnectionString) |
MySQLStandaloneDB(String databaseName,
String username,
String password,
String jdbcConnectionString,
boolean useMariaDB) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCmdLineConnectionString() |
EmbeddedDB.DBEngine |
getDBEngine() |
void |
initialize() |
void |
refreshTableNames() |
start, stopcleanupAllTables, cleanupTable, createHikariDataSource, execute, execute, executeQuery, executeScript, executeUpdate, getAllTables, getConnection, getDatabaseName, getDataSource, getJdbcConnectionString, getPassword, getPort, getUsername, setDataSource, useConnectionPoolingpublic MySQLStandaloneDB(String databaseName)
public MySQLStandaloneDB(String databaseName, String username, String password, String jdbcConnectionString)
public EmbeddedDB.DBEngine getDBEngine()
getDBEngine in class GenericStandaloneDBpublic void initialize()
throws IOException,
SQLException
initialize in class GenericStandaloneDBIOExceptionSQLExceptionpublic void refreshTableNames()
throws IOException
refreshTableNames in class GenericStandaloneDBIOExceptionpublic String getCmdLineConnectionString()
getCmdLineConnectionString in class EmbeddedDBCopyright © 2010–2022. All rights reserved.