|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> sql >> [ conn overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.iapi.sql.conn
Class ConnectionUtil

java.lang.Objectorg.apache.derby.iapi.sql.conn.ConnectionUtil
- public class ConnectionUtil
- extends java.lang.Object
| Constructor Summary | |
ConnectionUtil()
|
|
| Method Summary | |
static LanguageConnectionContext |
getCurrentLCC()
Get the current LanguageConnectionContext. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
ConnectionUtil
public ConnectionUtil()
| Method Detail |
getCurrentLCC
public static LanguageConnectionContext getCurrentLCC() throws java.sql.SQLException
- Get the current LanguageConnectionContext.
Used by public api code that needs to ensure it
is in the context of a SQL connection.
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> sql >> [ conn overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.derby.iapi.sql.conn.ConnectionUtil