Klasse ContextConnection

java.lang.Object
de.uplanet.lucy.server.ContextConnection

@Scriptable public final class ContextConnection extends Object
Helper class to get the thread context's database connection.
Siehe auch:
  • ThreadContext.getDatabaseConnection()
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    static de.uplanet.jdbc.JdbcConnection
    get()
    Calls ThreadContext.getDatabaseConnection().
    static de.uplanet.jdbc.JdbcConnection
    get(String p_strConnectionId)
    Calls ThreadContext.getDatabaseConnection().

    Von Klasse geerbte Methoden java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Methodendetails

    • get

      public static de.uplanet.jdbc.JdbcConnection get()
      Calls ThreadContext.getDatabaseConnection().
      Gibt zurück:
      The database connection.
    • get

      public static de.uplanet.jdbc.JdbcConnection get(String p_strConnectionId)
      Calls ThreadContext.getDatabaseConnection().
      Parameter:
      p_strConnectionId - The connection identifier.
      Gibt zurück:
      The database connection.