public interface DatabaseManager
Modifier and Type | Method and Description |
---|---|
boolean |
checkDBFile()
checkDBFile()
|
Status |
close()
close()
|
Connection |
getCon()
getCon()
|
String |
getDatabaseHost() |
Status |
init()
init()
|
void |
setDatabaseLocal() |
void |
setDatabaseRemote() |
String |
setDBFolder()
changeDBFolder()
|
boolean |
setMySQLparameters(String host,
String user,
String pass,
String db) |
Connection getCon()
Status init()
Status close()
String setDBFolder()
boolean checkDBFile() throws IOException
IOException
void setDatabaseLocal()
void setDatabaseRemote()
String getDatabaseHost()
Copyright © 2018. All rights reserved.