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