class OCIDefine

:nodoc:

def set_handle(env, svc, ctx)

define handle of OCILobLocator needs @env and @svc.
:nodoc:
def set_handle(env, svc, ctx) 
  @env = env
  @svc = svc
  @ctx = ctx
end