Package de.uplanet.lucy.server
Class ContextConnection
java.lang.Object
de.uplanet.lucy.server.ContextConnection
Helper class to get the thread context's database connection.
- See Also:
-
ThreadContext.getDatabaseConnection()
-
Method Summary
-
Method Details
-
get
public static de.uplanet.jdbc.JdbcConnection get()CallsThreadContext.getDatabaseConnection()
.- Returns:
- The database connection.
-
get
CallsThreadContext.getDatabaseConnection()
.- Parameters:
p_strConnectionId
- The connection identifier.- Returns:
- The database connection.
-