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

B32476-03

oracle.toplink.platform.database.oracle
Class NString

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

public class NString
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
NString()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NString

public NString()

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