Searched defs:NClob (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
H A DNClob.java36 * <P>The <code>NClob</code> interface extends the <code>Clob</code> interface
41 * <code>NCLOB</code> value. A <code>NClob</code> object, just like a <code>Clob</code> object, is valid for the duration
49 * All methods on the <code>NClob</code> interface must be fully implemented if the
55 public interface NClob extends Clob { } interface in inherits:Clob

Completed in 68 milliseconds