|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.sqlunit.ConnectionFactory
public final class ConnectionFactory
A factory to generate Connection objects given the Connection properties.
| Method Summary | |
|---|---|
static java.sql.Connection |
getInstance(java.util.Map props)
Builds a Connection object out of a Map of Connection properties. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.sql.Connection getInstance(java.util.Map props)
throws java.lang.Exception
props - a Map of Connection properties.
java.lang.Exception - if there was a problem building the connection.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||