Home | Previous Page | Next Page   Client Functions > Functions for Smart Large Objects >

ifx_lo_stat_refcnt()

The ifx_lo_stat_refcnt() function retrieves the number of references to a smart large object.

Syntax

ifx_lo_stat_refcnt(lostat, refcount) 

Arguments

The function accepts the following arguments.

Argument Type Use Description
lostat SQL_INFX_UDT_FIXED Input Smart-large-object status structure
refcount SQL_INTEGER Output Number of references to a smart large object. This value is the number of database columns that refer to the smart large object.

Usage

The ifx_lo_stat_refcnt() function retrieves the number of references to a smart large object.

A database server can remove a smart large object and reuse any resources that are allocated to it when the reference count for the smart large object is zero and one of the following events occurs:

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]