org.sourceforge.jxutil.dbtest.framework
Class Elements.DatabaseConn
java.lang.Object
|
+--org.sourceforge.jxutil.dbtest.framework.Elements.Element
|
+--org.sourceforge.jxutil.dbtest.framework.Elements.DatabaseConn
- Enclosing class:
- Elements
- public static class Elements.DatabaseConn
- extends Elements.Element
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
conn
private Connection conn
password
protected String password
properties
protected Properties properties
propertyFile
protected String propertyFile
url
protected String url
username
protected String username
Elements.DatabaseConn
public Elements.DatabaseConn()
closeConnection
public void closeConnection()
throws SQLException
SQLException
getConnection
public Connection getConnection()
getPassword
public String getPassword()
getPropertyFile
public String getPropertyFile()
getUrl
public String getUrl()
getUsername
public String getUsername()
openConnection
public void openConnection()
throws IOException,
SQLException
IOException
SQLException
setPassword
public void setPassword(String s)
setPropertyFile
public void setPropertyFile(String s)
setUrl
public void setUrl(String s)
setUsername
public void setUsername(String s)
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.