Neoview ODBC Drivers Manual (R2.5)

Table 7-8 Obtaining Information About a Data Source’s System Tables (continued)
DescriptionSupported by HP ODBCODBC VersionFunction
Returns a list of column
names that make up the
primary key for a table. See
the “Release Considerations
and Restrictions” (page 23)
Yes1.0SQLPrimaryKeys
Returns the list of input and
output parameters, as well
as the columns that make
up the result set for the
specified procedures.
Yes1.0SQLProcedureColumns
Returns the list of
procedure names stored in
a specific data source.
Yes1.0SQLProcedures
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.
Yes1.0SQLSpecialColumns
Returns statistics about a
single table and the list of
indexes associated with the
table. See the SQLStatistics
Function in the “Release
Considerations and
Restrictions” (page 23)
Yes1.0SQLStatistics
Returns the list of tables and
privileges associated with
each table granted at
schema level/object level
(logical union of both).
Yes1.0SQLTablePrivileges
Returns the list of table
names stored in a specific
data source. See the
considerations under
“Unsupported ODBC API
Functions and Data Types”
Yes1.0SQLTables
Table 7-9 Terminating a Statement
DescriptionSupported by HP ODBCODBC VersionFunction
Ends statement processing,
discards pending results;
can also free all resources
associated with the
statement handle.
Yes1.0SQLFreeStmt
Cancels an SQL statement.
See the “SQLCancel
Function” (page 24)
Yes1.0SQLCancel
Closes a cursor that has
been opened on a statement
handle.
Yes3.0SQLCloseCursor
ODBC API Functions 67