|
Oracle®Database JDBC Java API Reference 12c Release 1 (12.1.0.2) E56669-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OracleNClob
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()
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 |
|
Oracle®Database JDBC Java API Reference 12c Release 1 (12.1.0.2) E56669-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |