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- 
getpublic static de.uplanet.jdbc.JdbcConnection get()CallsThreadContext.getDatabaseConnection().- Returns:
- The database connection.
 
- 
getCallsThreadContext.getDatabaseConnection().- Parameters:
- p_strConnectionId- The connection identifier.
- Returns:
- The database connection.
 
 
-