ODBC/MX Driver for Windows Manual (SQL/MX 2.x)

ODBC/MX Conformance
HP NonStop ODBC/MX Driver for Windows—527888-004
5-5
ODBC API Functions
SQLExtendedFetch 1.0 Yes Fetches the specified rowset of data
from the result set and returns data
for all bound columns. No bookmarks
are supported.
SQLSetPos 1.0 Yes Positions a cursor within a fetched
block of data and allows an
application to refresh data in the row
set or to update or delete data in the
result set.
SQLBulkOperations 3.0 No Performs bulk insertions and bulk
bookmark operations, including
update, delete, and fetch by
bookmark.
SQLMoreResults 1.0 Yes Determines whether there are more
result sets available and, if so,
initializes processing for the next
result set.
SQLGetDiagField 3.0 Yes Returns additional diagnostic
information (a single field of the
diagnostic data structure).
SQLGetDiagRec 3.0 Yes Returns additional diagnostic
information (multiple fields of the
diagnostic data structure).
Table 5-8. Obtaining Information About a Data Source’s System
Tables (page 1 of 2)
Function
ODBC
Version
Supported by
ODBC/MX Description
SQLColumnPrivileges 1.0 Yes Returns a list of columns and
associated privileges for one or more
tables
.
SQLColumns 1.0 Yes Returns a list of column names in
specified tables.
SQLForeignKeys 1.0 Yes Returns a list of column names that
make up foreign keys for a specified
table
.
SQLPrimaryKeys 1.0 Yes Returns a list of column names that
make up the primary key for a table.
Note: See the discussion of
SQLPrimaryKeys in SQLPrimaryKeys
Function on page 1-9.
Table 5-7. Retrieving Results and Information About Results (page 2 of 2)
Function
ODBC
Version
Supported by
ODBC/MX Description