DB2 Version 10.1 for Linux, UNIX, and Windows

sqlbctcq API - Close a table space container query

Ends a table space container query request and frees the associated resources.

Authorization

One of the following authorities:
  • SYSADM
  • SYSCTRL
  • SYSMAINT
  • SYSMON
  • DBADM

Required connection

Database

API include file

sqlutil.h

API and data structure syntax

SQL_API_RC SQL_API_FN
  sqlbctcq (
   struct sqlca * pSqlca);

SQL_API_RC SQL_API_FN
  sqlgctcq (
   struct sqlca * pSqlca);

sqlbctcq API parameters

pSqlca
Output. A pointer to the sqlca structure.