public class DatabaseManager extends Object
| Constructor and Description |
|---|
DatabaseManager(String host,
int port,
String user,
String password,
String database,
String tablePrefix) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection() |
String |
getCreateTableSql() |
String |
getReadObjectSql() |
String |
getWriteObjectSql() |
void |
initialize() |
public void initialize()
public Connection getConnection()
public String getCreateTableSql()
public String getReadObjectSql()
public String getWriteObjectSql()
Copyright © 2017. All rights reserved.