sqlbctsq API - Close a table space query
Ends a table space query request, and frees up associated resources.
Important: This command or API has been deprecated and might be removed in a future release. You can use
the MON_GET_TABLESPACE and the MON_GET_CONTAINER table functions instead which return more
information. For more information, see LIST TABLESPACES and LIST TABLESPACE CONTAINERS commands have been
deprecated.
Authorization
One of the following authorities:
- SYSADM
- SYSCTRL
- SYSMAINT
- SYSMON
- DBADM
- LOAD
Required connection
Database
API include file
sqlutil.h
API and data structure syntax
SQL_API_RC SQL_API_FN
sqlbctsq (
struct sqlca * pSqlca);
SQL_API_RC SQL_API_FN
sqlgctsq (
struct sqlca * pSqlca);
sqlbctsq API parameters
- pSqlca
- Output. A pointer to the sqlca structure.