Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-03

oracle.toplink.platform.database.oracle
Class NClob

java.lang.Object
  extended by oracle.toplink.platform.database.oracle.NClob
All Implemented Interfaces:
oracle.toplink.internal.helper.NoConversion, oracle.toplink.internal.platform.database.oracle.Oracle9Specific

public class NClob
extends java.lang.Object
implements oracle.toplink.internal.helper.NoConversion, oracle.toplink.internal.platform.database.oracle.Oracle9Specific

This class can be used to define the dataType with an ObjectTypeConverter to have TopLink bind the object string value as an NCLOB Oracle type.


Constructor Summary
NClob()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NClob

public NClob()

Copyright © 1998, 2010, Oracle. All Rights Reserved.