|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openmrs.util.DatabaseUtil
public class DatabaseUtil
Utility class that provides database related methods
Constructor Summary | |
---|---|
DatabaseUtil()
|
Method Summary | |
---|---|
static void |
loadDatabaseDriver(java.lang.String connectionUrl)
Load the jdbc driver clas for the database which is specified by the connectionUrl parameter This is only needed when loading up a jdbc connectino manually for the first time. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DatabaseUtil()
Method Detail |
---|
public static void loadDatabaseDriver(java.lang.String connectionUrl) throws java.lang.ClassNotFoundException
connectionUrl
- the connection url for the database, such as
"jdbc:mysql://localhost:3306/..."
java.lang.ClassNotFoundException
|
OpenMRS-1.7.x | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |