public class DataBaseManager extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
closeConn(Connection conn) |
void |
closeStatement(Statement stm) |
static DataBaseManager |
get() |
DataSource |
getDataSource() |
String |
getDriver() |
String |
getPassword() |
String |
getUrlDB() |
String |
getUsername() |
void |
removeTable(String tableId) |
void |
rollback(Connection conn) |
public static final String DRIVER
public static DataBaseManager get() throws ISException
ISExceptionpublic DataSource getDataSource() throws Exception
Exceptionpublic String getUrlDB()
public String getUsername()
public String getPassword()
public String getDriver()
public void closeConn(Connection conn)
public void rollback(Connection conn)
public void closeStatement(Statement stm)
Copyright © 2016. All Rights Reserved.