API Reference

SYNCPOINT option support

The SYNCPOINT option for the sqlesetc, sqleqryc, and sqlaprep APIs is ignored as of Version 8; it is available only for backward compatibility.

New field for SQLEDBDESC structure

In the sqlecrea API, a new field has been added to support Direct I/O.

Field name
Unsigned char sqlfscaching
Description
File system caching
Values
0
File system caching is ON for the current table space
1
File system caching is OFF for the current table space
other
File system caching is ON for the current table space

Correction to new field in the SQLB-TBSPQRY-DATA structure

A new field, unsigned char fsCaching, has been added in the SQLB-TBSPQRY-DATA structure. This new field supports Direct I/O. Although the size of the reserved bit is documented as 32-bit, the correct size is 31-bit.

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