Methods' Summary |
length |
returns the number of characters in the
CLOB
value
designated by this
Clob
object.
|
getSubString |
returns a copy of the specified substring in the
Clob
value
designated by this
Clob
object.
|
getCharacterStream |
gets the
Clob
contents as a stream.
|
position |
determines the character position at which the specified substring
searchstr
appears in the
Clob
. The search begins at position
start
.
|
positionOfClob |
determines the position at which the specified
Clob
object
pattern
appears in this
Clob
object. The search begins at position
start
.
|
Methods' Details |
length
- Description
- returns the number of characters in the
CLOB
value
designated by this
Clob
object.
- Returns
- the length of the CLOB object
- Throws
- SQLException
if a database access error occurs.
|
|
getSubString
string |
getSubString( |
[in] hyper |
pos, |
| [in] long |
length ) |
raises( |
SQLException ); |
- Description
- returns a copy of the specified substring in the
Clob
value
designated by this
Clob
object.
The substring begins at position pos and has up
to
length
consecutive characters.
- Parameter pos
- the starting position
- Parameter length
- the length of the substring
- Returns
- the substring
- Throws
- SQLException
if a database access error occurs.
|
|
getCharacterStream
- Description
- gets the
Clob
contents as a stream.
- Returns
- the stream
- Throws
- SQLException
if a database access error occurs.
|
|
position
hyper |
position( |
[in] string |
searchstr, |
| [in] long |
start ) |
raises( |
SQLException ); |
- Description
- determines the character position at which the specified substring
searchstr
appears in the
Clob
. The search begins at position
start
.
- Parameter searchstr
- the string to search
- Parameter start
- the starting position
- Returns
- the length of the CLOB object
- Throws
- SQLException
if a database access error occurs.
|
|
positionOfClob
- Description
- determines the position at which the specified
Clob
object
pattern
appears in this
Clob
object. The search begins at position
start
.
- Parameter pattern
- the CLOB to search
- Parameter start
- the starting position
- Returns
- the position of the CLOB inside
- Throws
- SQLException
if a database access error occurs.
|
|
Top of Page
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.