|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.basecmp.core.jdbc.NamedConnection
JDBC-Connection-Factory für benannte JDBC-Connections.
| Constructor Summary | |
NamedConnection()
|
|
| Method Summary | |
void |
freeConnection(java.sql.Connection connection)
Scliesst die übergebene JDBC-Connection. |
void |
freeConnection(java.lang.String connectionName,
java.sql.Connection connection)
Scliesst die übergebene JDBC-Connection. |
java.sql.Connection |
getConnection()
Liefert die Default-JDBC-Connection. |
java.sql.Connection |
getConnection(java.lang.String connectionName)
Liefert die benannte JDBC-Connection "connectionName". |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NamedConnection()
| Method Detail |
public void freeConnection(java.sql.Connection connection)
throws java.sql.SQLException
freeConnection in interface IConnectionFactoryjava.sql.SQLException
public void freeConnection(java.lang.String connectionName,
java.sql.Connection connection)
throws java.sql.SQLException
freeConnection in interface IConnectionFactoryjava.sql.SQLException
public java.sql.Connection getConnection()
throws java.sql.SQLException
getConnection in interface IConnectionFactoryjava.sql.SQLException
public java.sql.Connection getConnection(java.lang.String connectionName)
throws java.sql.SQLException
getConnection in interface IConnectionFactoryjava.sql.SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||