jdk/src/share/classes/java/sql/Blob.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
    27 
    27 
    28 import java.io.InputStream;
    28 import java.io.InputStream;
    29 
    29 
    30 /**
    30 /**
    31  * The representation (mapping) in
    31  * The representation (mapping) in
    32  * the Java<sup><font size=-2>TM</font></sup> programming
    32  * the Java&trade; programming
    33  * language of an SQL
    33  * language of an SQL
    34  * <code>BLOB</code> value.  An SQL <code>BLOB</code> is a built-in type
    34  * <code>BLOB</code> value.  An SQL <code>BLOB</code> is a built-in type
    35  * that stores a Binary Large Object as a column value in a row of
    35  * that stores a Binary Large Object as a column value in a row of
    36  * a database table. By default drivers implement <code>Blob</code> using
    36  * a database table. By default drivers implement <code>Blob</code> using
    37  * an SQL <code>locator(BLOB)</code>, which means that a
    37  * an SQL <code>locator(BLOB)</code>, which means that a