Open System Services ODBC/MX Client Driver (SQL/MX 3.x)

ODBC/MX Conformance
HP NonStop Open System Services ODBC/MX Client Driver—640328-001
3-6
ODBC API Functions
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-8.
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 under
Unsupported ODBC API Functions
and Data Types on page 1-10.
Table 3-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.
SQLCloseCursor 3.0 Yes Closes a cursor that has been opened
on a statement handle.
SQLCancel 1.0 Yes Closes a cursor that has been opened
on a statement handle.
Note: See the considerations under
SQLCancel Function
on page 1-7.
SQLEndTran 3.0 Yes Commits or rolls back a transaction.
Table 3-8. Obtaining Information About a Data Source’s System
Tables (page 2 of 2)
Function
ODBC
Version
Supported by
ODBC/MX Description