接続コンテキストは接続コンテキスト・クラスのオブジェクトの1つで、SQLJの接続宣言を使用して定義します。
たとえば、この文はコンテキスト・クラスMyConnectionContext
を宣言します。
#sql context MyConnectionContext;
コンテキスト・クラスはsqlj.runtime.ref.ConnectionContextImpl
を拡張し、sqlj.runtime.ConnectionContext
を実装します。
Copyright © 1997, 2007, Oracle. All rights reserved.