Package de.uplanet.lucy.server
Klasse ContextConnection
java.lang.Object
de.uplanet.lucy.server.ContextConnection
Helper class to get the thread context's database connection.
- Siehe auch:
-
Methodenübersicht
-
Methodendetails
-
get
public static de.uplanet.jdbc.JdbcConnection get()CallsThreadContext.getDatabaseConnection().- Gibt zurück:
- The database connection.
-
get
CallsThreadContext.getDatabaseConnection().- Parameter:
p_strConnectionId- The connection identifier.- Gibt zurück:
- The database connection.
-