@Scriptable public final class ContextConnection extends Object
ThreadContext.getDatabaseConnection()
Modifier and Type | Method and Description |
---|---|
static de.uplanet.jdbc.JdbcConnection |
get()
Calls
ThreadContext.getDatabaseConnection() . |
static de.uplanet.jdbc.JdbcConnection |
get(String p_strConnectionId)
Calls
ThreadContext.getDatabaseConnection() . |
public static de.uplanet.jdbc.JdbcConnection get()
ThreadContext.getDatabaseConnection()
.public static de.uplanet.jdbc.JdbcConnection get(String p_strConnectionId)
ThreadContext.getDatabaseConnection()
.p_strConnectionId
- The connection identifier.