pbms_get_blob_size
Description
pbms_bool pbms_get_blob_size ( PBMS pbms ,const char * blob_ref ,size_t * size )
Get the size of the BLOB for the specified BLOB reference.

If the reference is a PBMS BLOB URL then the blob size is imbedded in the URL and so the size can be returned directly.

Parameters
pbms
A valid PBMS connection handle.
blob_ref
The BLOB reference.
size
The address of the size valiable in which the BLOB size will be returned.
Return Values

Returns TRUE on success.

Returns FALSE on failure. Use pbms_errno() and pbms_error() to retrieve error details.

Example
See the example for pbms_get_data()
		
Related functions
pbms_is_blob_reference()