SQL_API_RC SQL_API_FN /* Tablespace Query */
sqlbmtsq (
struct sqlca * pSqlca, /* SQLCA */
sqluint32 * pNumTablespaces, /* out: total number of */
/* table spaces */
struct SQLB_TBSPQRY_DATA *** pppTablespaceData, /* out: mem returned to */
/* application */
sqluint32 reserved1, /* in: SQLB_RESERVED1 */
sqluint32 reserved2); /* in: SQLB_RESERVED2 */
/******************************************************************************
** sqlgmtsq API
*******************************************************************************/
SQL_API_RC SQL_API_FN /* TableSpace Query */
sqlgmtsq (
struct sqlca * pSqlca,
sqluint32 * pNumTablespaces, /* out: total number of */
/* table spaces */
struct SQLB_TBSPQRY_DATA *** pppTablespaceData, /* out: mem returned to */
/* application */
sqluint32 reserved1, /* in: SQLB_RESERVED1 */
sqluint32 reserved2); /* in: SQLB_RESERVED2 */
欢迎光临 Chinaunix (http://bbs.chinaunix.net/) | Powered by Discuz! X3.2 |