Ends a table space container query request and frees the associated resources.
Authorization
One of the following:
Required Connection
Database
API Include File
sqlutil.h
C API Syntax
/* File: sqlutil.h */
/* API: Close Tablespace Container Query */
/* ... */
SQL_API_RC SQL_API_FN
sqlbctcq (
struct sqlca * pSqlca);
/* ... */
|
Generic API Syntax
/* File: sqlutil.h */
/* API: Close Tablespace Container Query */
/* ... */
SQL_API_RC SQL_API_FN
sqlgctcq (
struct sqlca * pSqlca);
/* ... */
|
API Parameters
Sample Programs
See Also
sqlbftcq - Fetch Tablespace Container Query