Class GenericLanguageConnectionContext

  • All Implemented Interfaces:
    Context, LanguageConnectionContext

    public class GenericLanguageConnectionContext
    extends ContextImpl
    implements LanguageConnectionContext
    LanguageConnectionContext keeps the pool of prepared statements, activations, and cursors in use by the current connection.

    The generic impl does not provide statement caching.