Skip navigation links

Oracle®Database JDBC Java API Reference
12c Release 1 (12.1.0.2)
E56669-01


oracle.jdbc
Interface OracleNClob

All Superinterfaces:
Clob, NClob, OracleClob
All Known Implementing Classes:
NCLOB

public interface OracleNClob
extends NClob, OracleClob

This interface extends the standard JDBC interface NClob and defines methods for Oracle specific NClob .

Generally any new code should avoid the direct use of the class NCLOB. For variable declarations use the interface NClob or this interface as required.

Creating temporary NClob using factory method, Connection.createNClob()

Since:
11.2.0.3.0

Method Summary

 

Methods inherited from interface oracle.jdbc.OracleClob
close, isEmptyLob, isOpen, isSecureFile, isTemporary, open

 

Methods inherited from interface java.sql.Clob
free, getAsciiStream, getCharacterStream, getCharacterStream, getSubString, length, position, position, setAsciiStream, setCharacterStream, setString, setString, truncate

 


Skip navigation links

Oracle®Database JDBC Java API Reference
12c Release 1 (12.1.0.2)
E56669-01


Copyright © 2008, 2014, Oracle and/or its affiliates. All rights reserved.