Functions for smart large objects
This section describes each client function that the driver provides for smart large objects.
The functions are listed alphabetically. For more information, see Smart large objects.
- The ifx_lo_alter() function
The ifx_lo_alter() function alters the storage characteristics of a smart large object. - The ifx_lo_close() function
The ifx_lo_close() function closes a smart large object. - The ifx_lo_col_info() function
The ifx_lo_col_info() function updates a smart-large-object specification structure with column-level storage characteristics. - The ifx_lo_create() function
The ifx_lo_create() function creates and opens a new smart large object. - The ifx_lo_def_create_spec() function
The ifx_lo_def_create_spec() function creates a smart-large-object specification structure. - The ifx_lo_open() function
The ifx_lo_open() function opens a smart large object. - The ifx_lo_read() function
The ifx_lo_read() function reads data from an open smart large object. - The ifx_lo_readwithseek() function
The ifx_lo_readwithseek() function performs a seek operation and then reads data from an open smart large object. - The ifx_lo_seek() function
The ifx_lo_seek() function sets the file position for the next read or write operation on an open smart large object. - The ifx_lo_specget_estbytes() function
The ifx_lo_specget_estbytes() function gets the estimated number of bytes from a smart-large-object specification structure. - The ifx_lo_specget_extsz() function
The ifx_lo_specget_extsz() function gets the allocation extent from a smart-large-object specification structure. - The ifx_lo_specget_flags() function
The ifx_lo_specget_flags() function gets the create-time flags from a smart-large-object specification structure. - The ifx_lo_specget_maxbytes() function
The ifx_lo_specget_maxbytes() function gets the maximum number of bytes from a smart-large-object specification structure. - The ifx_lo_specget_sbspace() function
The ifx_lo_specget_sbspace() function gets the sbspace name from a smart-large-object specification structure. - The ifx_lo_specset_estbytes() function
The ifx_lo_specset_estbytes() function sets the estimated number of bytes in a smart-large-object specification structure. - The ifx_lo_specset_extsz() function
The ifx_lo_specset_extsz() function sets the allocation extent size in a smart-large-object specification structure. - The ifx_lo_specset_flags() function
The ifx_lo_specset_flags() function sets the create-time flags in a smart-large-object specification structure. - The ifx_lo_specset_maxbytes() function
The ifx_lo_specset_maxbytes() function sets the maximum number of bytes in a smart-large-object specification structure. - The ifx_lo_specset_sbspace() function
The ifx_lo_specset_sbspace() function sets the sbspace name in a smart-large-object specification structure. - The ifx_lo_stat() function
The ifx_lo_stat() function initializes a smart-large-object status structure. - The ifx_lo_stat_atime() function
The ifx_lo_stat_atime() function retrieves the last access time for a smart large object. - The ifx_lo_stat_cspec() function
The ifx_lo_stat_cspec() function retrieves a smart-large-object specification structure. - The ifx_lo_stat_ctime() function
The ifx_lo_stat_ctime() function retrieves the time of the last change of a smart large object. - The ifx_lo_stat_refcnt() function
The ifx_lo_stat_refcnt() function retrieves the number of references to a smart large object. - The ifx_lo_stat_size() function
The ifx_lo_stat_size() function retrieves the size of a smart large object. - The ifx_lo_tell() function
The ifx_lo_tell() function retrieves the current file or seek position for an open smart large object. - The ifx_lo_truncate() function
The ifx_lo_truncate() function truncates a smart large object at the specified position. - The ifx_lo_write() function
The ifx_lo_write() function writes data to an open smart large object. - The ifx_lo_writewithseek() function
The ifx_lo_writewithseek() function performs a seek operation and then writes data to an open smart large object.
Parent topic: Client functions