jdk/src/share/classes/javax/sql/rowset/serial/SerialClob.java
changeset 18564 f9db68ff2cbb
parent 16732 c96397eeca72
child 24968 3308660aa3f2
equal deleted inserted replaced
18563:35827454c772 18564:f9db68ff2cbb
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 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
    42  * <P>
    42  * <P>
    43  * <code>SerialClob</code> methods make it possible to get a substring
    43  * <code>SerialClob</code> methods make it possible to get a substring
    44  * from a <code>SerialClob</code> object or to locate the start of
    44  * from a <code>SerialClob</code> object or to locate the start of
    45  * a pattern of characters.
    45  * a pattern of characters.
    46  *
    46  *
    47  * <h4> Thread safety </h4>
    47  * <h3> Thread safety </h3>
    48  *
    48  *
    49  * <p> A SerialClob is not safe for use by multiple concurrent threads.  If a
    49  * <p> A SerialClob is not safe for use by multiple concurrent threads.  If a
    50  * SerialClob is to be used by more than one thread then access to the SerialClob
    50  * SerialClob is to be used by more than one thread then access to the SerialClob
    51  * should be controlled by appropriate synchronization.
    51  * should be controlled by appropriate synchronization.
    52  * @author Jonathan Bruce
    52  * @author Jonathan Bruce