jdk/src/share/classes/java/sql/Clob.java
changeset 18564 f9db68ff2cbb
parent 5506 202f599c92aa
child 21278 ef8a3a2a72f2
equal deleted inserted replaced
18563:35827454c772 18564:f9db68ff2cbb
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2006, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 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.io.Reader;
    28 import java.io.Reader;
    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>CLOB</code> type.
    32  * for the SQL <code>CLOB</code> type.
    33  * An SQL <code>CLOB</code> is a built-in type
    33  * An SQL <code>CLOB</code> is a built-in type
    34  * that stores a Character Large Object as a column value in a row of
    34  * that stores a Character Large Object as a column value in a row of
    35  * a database table.
    35  * a database table.
    36  * By default drivers implement a <code>Clob</code> object using an SQL
    36  * By default drivers implement a <code>Clob</code> object using an SQL