| Home >> All >> org >> apache >> derby >> iapi >> sql >> [ conn Javadoc ] |
org.apache.derby.iapi.sql.conn: Javadoc index of package org.apache.derby.iapi.sql.conn.
Package Samples:
org.apache.derby.iapi.sql.conn
Classes:
LanguageConnectionFactory: Factory interface for items specific to a connection in the language system. This is expected to be used internally, and so is not in Language.Interface. This Factory provides pointers to other language factories; the LanguageConnectionContext holds more dynamic information, such as prepared statements and whether a commit has occurred or not. This Factory is for internal items used throughout language during a connection. Things that users need for the Database API are in LanguageFactory in Language.Interface. This factory returns (and thus starts) all the other per-database language factories. ...
LanguageConnectionContext: LanguageConnectionContext keeps the result sets, and activations in use by the current connection. More stable items, like other factories, are accessible through the LanguageConnectionFactory or the LanguageFactory.
Authorizer: The Authorizer verifies a connected user has the authorization to perform a requested database operation using the current connection. Today no object based authorization is supported.
StatementContext: StatementContext keeps the context for a statement.
ConnectionUtil
| Home | Contact Us | Privacy Policy | Terms of Service |