Class GenericLanguageConnectionContext

java.lang.Object
org.apache.derby.iapi.services.context.ContextImpl
org.apache.derby.impl.sql.conn.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.