Sql/Mp System Procedures - HP NonStop SQL/MP Programming Manual

For c
Table of Contents

Advertisement

5

SQL/MP System Procedures

Table 5-1
describes the NonStop SQL/MP system procedures, which are written in
TAL, that a C program can call to return various SQL information. These procedures
are listed alphabetically.
Table 5-1. SQL/MP System Procedures
Procedure
To Return Error and Warning Information
SQLCADISPLAY
SQLCAFSCODE
SQLCAGETINFOLIST
SQLCATOBUFFER
To Return Version Information
SQLGETCATALOGVERSION
SQLGETOBJECTVERSION
SQLGETSYSTEMVERSION
To Return Execution Statistics
SQLSADISPLAY
HP NonStop SQL/MP Programming Manual for C—429847-008
Description
Writes to a file or terminal the error and warning
messages that NonStop SQL/MP returns to the
SQLCA structure.
Returns information about file-system, disk-process, or
operating system errors from the SQLCA structure.
Returns to an area in the program a specified subset of
the error or warning information in the SQLCA
structure.
Returns to a record area in the program the error or
warning messages that NonStop SQL/MP returns to
the SQLCA structure.
Returns the version of an SQL catalog.
Returns the version of an SQL object (table, index, or
view).
Returns the version of the SQL file-system and
disk-process components for a specified system.
Writes to a file or terminal the execution statistics that
NonStop SQL/MP returns to the SQLSA structure.
5-1

Advertisement

Table of Contents
loading

Table of Contents