Frees memory allocated by DB2 APIs on the caller's behalf. Intended for use with sqlbtcq - Tablespace Container Query and sqlbmtsq - Tablespace Query.
Authorization
None
Required Connection
None
API Include File
sqlenv.h
C API Syntax
/* File: sqlenv.h */
/* API: Free Memory */
/* ... */
SQL_API_RC SQL_API_FN
sqlefmem (
struct sqlca * pSqlca,
void * pBuffer);
/* ... */
|
Generic API Syntax
/* File: sqlenv.h */
/* API: Free Memory */
/* ... */
SQL_API_RC SQL_API_FN
sqlgfmem (
struct sqlca * pSqlca,
void * pBuffer);
/* ... */
|
API Parameters
Sample Programs