blob_length

Use the blob_length v4 API method to return the length, in bytes, of the specified blob.

Declaration

a_sql_uint64 blob_length(
    a_v4_extfn_blob *
)

Usage

Returns the length, in bytes, of the specified blob.

Parameters

Parameter Description
blob The blob to return the length of.

Returns

The length of the specified blob.

Related reference
open_istream
close_istream
release