The CLI Catalog functions are so called because they involve implicit searches of the metadata — what in pre-SQL-92 days was known as the system catalog.
-
About SQL/CLI: Catalog Functions
The CLI Catalog functions are so called because they involve implicit searc... -
Some Necessary Preliminaries
Calling a Catalog function is equivalent to calling SQLExecDirect with an a... -
SQLColumnPrivileges
Function Prototype: SQLRETURN SQLColumnPrivileges( SQLHSTMT hstmt, -
SQLColumns
Function Prototype: SQLRETURN SQLColumns( SQLHSTMT hstmt, -
SQLForeignKeys
Function Prototype: SQLRETURN SQLForeignKeys( SQLHSTMT hstmt, -
SQLGetTypeInfo
Function Prototype: SQLRETURN SQLGetTypeInfo( SQLHSTMT hstmt, -
SQLParameters
Function Prototype: SQLRETURN SQLParameters ( SQLHSTMT hstmt, -
SQLPrimaryKeys
Function Prototype: SQLRETURN SQLPrimaryKeys( SQLHSTMT hstmt, -
SQLRoutinePrivileges
Function Prototype: SQLRETURN SQLRoutinePrivileges( SQLHSTMT hstmt, -
SQLRoutines
Function Prototype: SQLRETURN SQLRoutines( SQLHSTMT StatementHandle, -
SQLSpecialColumns
SQLSpecialColumns Function Prototype: SQLRETURN SQLSpecialColumns( SQ -
SQLTablePrivileges
Function Prototype: SQLRETURN SQLTablePrivileges( SQLHSTMT hstmt -
SQLTables
Function Prototype: /* not in SQL-92, -
The End
The description of SQL/CLI is — at long last — finished. Here's a summary o...