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

java.lang.Object
  extended byorg.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 Mon 2007-06-04 09:58:47+0400, from revision ???

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.