public class JdbcConfig extends Object
| Constructor and Description |
|---|
JdbcConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnect() |
String |
getDriver() |
Properties |
getProperties() |
void |
read(String aURL) |
void |
setConnect(String urlConnect) |
void |
setDriver(String dr) |
public void read(String aURL)
aURL - - filename with .properties to loadIOExceptionpublic Properties getProperties()
public String getConnect()
public void setConnect(String urlConnect)
public String getDriver()
public void setDriver(String dr)
Copyright © 2008–2018. All rights reserved.