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

ifx_lo_stat()

The ifx_lo_stat() function initializes a smart-large-object status structure.

Syntax

ifx_lo_stat(lofd, lostat) 

Arguments

The function accepts the following arguments.

Argument Type Use Description
lofd SQL_INTEGER Input Smart-large-object file descriptor
lostat SQL_INFX_UDT_FIXED I/O Smart-large-object status structure

Usage

Before you call ifx_lo_stat(), call SQLGetInfo() to get the size of the smart-large-object status structure. Use this size to allocate memory for the structure.

The ifx_lo_stat() function allocates a smart-large-object status structure and initializes it with the status information for the smart large object.

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