src/java.sql.rowset/share/classes/javax/sql/rowset/serial/SerialClob.java
changeset 54106 9a90236ab64c
parent 51310 a694574b2def
child 58338 faf791c5a710
equal deleted inserted replaced
54105:d58599c7cdef 54106:9a90236ab64c
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2019, 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  * <h3> Thread safety </h3>
    47  * <h2> Thread safety </h2>
    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  *
    52  *