类 ClobProxy

  • 所有已实现的接口:
    InvocationHandler
    直接已知子类:
    NClobProxy

    public class ClobProxy
    extends Object
    implements InvocationHandler
    Manages aspects of proxying Clobs for non-contextual creation, including proxy creation and handling proxy invocations. We use proxies here solely to avoid JDBC version incompatibilities.
    作者:
    Gavin King, Steve Ebersole, Gail Badner