| Home >> All >> org >> apache >> derby >> impl >> sql >> [ conn Javadoc ] |
org.apache.derby.impl.sql.conn: Javadoc index of package org.apache.derby.impl.sql.conn.
Package Samples:
org.apache.derby.impl.sql.conn
Classes:
TempTableInfo: The temp tables will have following data structure TableDescriptor Declared in savepoint level Dropped in savepoint level Modified in savepoint level The actual logic LanguageConnectionContext will keep the "current savepoint level". At any point in time, this is the total number of savepoints defined for a transaction. At the start of any new transaction, the "current savepoint level" will be set to 0. Everytime a new user defined savepoint is set, store returns the total number of savepoints for the connection at that point. For eg, in a new transaction, "current savepoint level' will be 0. When ...
GenericLanguageConnectionContext: LanguageConnectionContext keeps the pool of prepared statements, activations, and cursors in use by the current connection. The generic impl does not provide statement caching.
GenericLanguageConnectionFactory: LanguageConnectionFactory generates all of the items a language system needs that is specific to a particular connection. Alot of these are other factories.
GenericStatementContext: GenericStatementContext is pushed/popped around a statement prepare and execute so that any statement specific clean up can be performed.
CachedStatement
GenericAuthorizer
| Home | Contact Us | Privacy Policy | Terms of Service |