SQLServerClob Members
The following tables list the members exposed by the SQLServerClob class.
Constructors
Name | Description |
---|---|
Initializes a new instance of the SQLServerClob class. |
Fields
None.
Inherited Fields
None.
Methods
Name | Description |
---|---|
Materializes the CLOB as an ASCII stream. |
|
Returns the CLOB data as a java.io.Reader object or as a stream of characters. |
|
Returns a copy of the specified substring in the CLOB based on the given starting position and number of characters to copy. |
|
Returns the number of characters in the CLOB. |
|
Returns the character position of the specified CLOB object or substring in the CLOB based on the given starting position. |
|
Returns a stream to be used to write ASCII characters to the CLOB starting at the given position. |
|
Returns a stream to be used to write a stream of Unicode characters to the CLOB starting at the given position. |
|
Writes the given string to the CLOB starting at the given position. |
|
Truncates the CLOB to the given length. |
Inherited Methods
Class inherited from | Methods |
---|---|
java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait |