Returns a copy of the substring contained in this
SerialClob
object, starting at the given position
and continuing for the specified number or characters.
Returns a copy of the substring contained in this
SerialClob
object, starting at the given position
and continuing for the specified number or characters.
Returns:
a
String
object containing a substring of
this
SerialClob
object beginning at the
given position and containing the specified number of
consecutive characters
Parameters:
-
pos - the position of the first character in the substring
to be copied; the first character of the
SerialClob
object is at position
1
; must not be less than
1
,
and the sum of the starting position and the length
of the substring must be less than the length of this
SerialClob
object
-
length - the number of characters in the substring to be
returned; must not be greater than the length of
this
SerialClob
object, and the
sum of the starting position and the length
of the substring must be less than the length of this
SerialClob
object
Throws:
-
SerialException - if either of the arguments is out of bounds