public class SerializableNClobProxy extends SerializableClobProxy
| Modifier | Constructor and Description |
|---|---|
protected |
SerializableNClobProxy(java.sql.Clob clob)
Builds a serializable
Clob wrapper around the given Clob. |
| Modifier and Type | Method and Description |
|---|---|
static java.sql.Clob |
generateProxy(java.sql.Clob clob)
Generates a SerializableClobProxy proxy wrapping the provided Clob object.
|
static java.lang.ClassLoader |
getProxyClassLoader()
Determines the appropriate class loader to which the generated proxy
should be scoped.
|
static boolean |
isNClob(java.sql.Clob clob) |
getWrappedClob, invokeprotected SerializableNClobProxy(java.sql.Clob clob)
Clob wrapper around the given Clob.clob - The Clob to be wrapped.generateProxy(java.sql.Clob)public static boolean isNClob(java.sql.Clob clob)
public static java.sql.Clob generateProxy(java.sql.Clob clob)
clob - The Clob to wrap.public static java.lang.ClassLoader getProxyClassLoader()
Copyright © 2013. All Rights Reserved.