jdk/src/share/classes/java/sql/NClob.java
changeset 18564 f9db68ff2cbb
parent 5506 202f599c92aa
child 25976 4de01a56e3ee
equal deleted inserted replaced
18563:35827454c772 18564:f9db68ff2cbb
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    26 package java.sql;
    26 package java.sql;
    27 
    27 
    28 import java.sql.Clob;
    28 import java.sql.Clob;
    29 
    29 
    30 /**
    30 /**
    31  * The mapping in the Java<sup><font size=-2>TM</font></sup> programming language
    31  * The mapping in the Java&trade; programming language
    32  * for the SQL <code>NCLOB</code> type.
    32  * for the SQL <code>NCLOB</code> type.
    33  * An SQL <code>NCLOB</code> is a built-in type
    33  * An SQL <code>NCLOB</code> is a built-in type
    34  * that stores a Character Large Object using the National Character Set
    34  * that stores a Character Large Object using the National Character Set
    35  *  as a column value in a row of  a database table.
    35  *  as a column value in a row of  a database table.
    36  * <P>The <code>NClob</code> interface extends the <code>Clob</code> interface
    36  * <P>The <code>NClob</code> interface extends the <code>Clob</code> interface