ODBC/MX Driver for Windows Manual (SQL/MX 2.x)
ODBC/MX Conformance
HP NonStop ODBC/MX Driver for Windowsā527888-004
5-6
ODBC API Functions
SQLProcedureColumns 1.0 Yes Returns the list of input and output
parameters, as well as the columns
that make up the result set for the
specified procedures.
SQLProcedures 1.0 Yes Returns the list of procedure names
stored in a specific data source.
SQLSpecialColumns 1.0 Yes Returns information about the optimal
set of columns that uniquely identifies
a row in a specified table or the
columns that are automatically
updated when any value in the row is
updated by a transaction.
SQLStatistics 1.0 Yes Returns statistics about a single table
and the list of indexes associated with
the table.
Note: See the considerations under
SQLStatistics Function
on page 1-10.
SQLTablePrivileges 1.0 Yes Returns a list of tables and the
privileges associated with each table
.
SQLTables 1.0 Yes Returns the list of table names stored
in a specific data source.
Note: See the considerations
underUnsupported ODBC API
Functions and Data Types on
page 1-11 .
Table 5-9. Terminating a Statement
Function
ODBC
Version
Supported by
ODBC/MX Description
SQLFreeStmt 1.0 Yes Ends statement processing, discards
pending results; can also free all
resources associated with the
statement handle.
Table 5-8. Obtaining Information About a Data Sourceās System
Tables (page 2 of 2)
Function
ODBC
Version
Supported by
ODBC/MX Description