Schnittstelle IDatabaseProcessingContext

Alle Superschnittstellen:
IProcessingContext
Alle bekannten Unterschnittstellen:
IBusinessLogicProcessingContext, de.uplanet.lucy.server.ISimpleProcessingContext, IWebProcessingContext
Alle bekannten Implementierungsklassen:
FreeTimerProcessingContext, RestrictedBusinessLogicProcessingContext, de.uplanet.lucy.server.SimpleProcessingContext

@Scriptable public interface IDatabaseProcessingContext extends IProcessingContext
This interface is implemented by processing contexts that provide a system database connection.
  • Methodendetails

    • getConnection

      de.uplanet.jdbc.JdbcConnection getConnection()
      Get the system database connection.
      Gibt zurück:
      The system database connection.