SQLServerBlob Members
The following tables list the members that are exposed by the SQLServerBlob class.
Constructors
Name |
Description |
---|---|
Initializes a new instance of the SQLServerBlob class. |
Fields
None.
Inherited Fields
None.
Methods
Name |
Description |
---|---|
This method frees the BLOB object and releases the resources that it holds. |
|
Returns an input stream to read data from the BLOB. |
|
Gets the BLOB data as an array of bytes. |
|
Returns the number of bytes in the BLOB object. |
|
Returns the position of a specified pattern in the BLOB based on the given pattern and the starting index. |
|
Retrieves a stream that can be used to write to the BLOB value. |
|
Writes the given array of bytes into the BLOB starting at the given position, and then returns the number of bytes written. |
|
Truncates a BLOB given the length. |
Inherited Methods
Class inherited from: |
Methods |
---|---|
java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait |