org.apache.derby.iapi.sql.conn
Class ConnectionUtil

java.lang.Object
  extended by org.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.

Throws:
java.sql.SQLException - Caller is not in the context of a connection.

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.