HP NonStop SQL/MP Programming Manual page 66

For c
Table of Contents

Advertisement

SQL/MP Statements and Directives
Table 3-1. Summary of SQL/MP Statements and Directives (page 4 of 4)
Statement or Directive
Data Status Language (DSL) Statements
GET CATALOG OF SYSTEM
GET VERSION
GET VERSION OF
PROGRAM
Transaction Control Statements
BEGIN WORK
COMMIT WORK
ROLLBACK WORK
Dynamic SQL Statements
DESCRIBE
DESCRIBE INPUT
EXECUTE
EXECUTE IMMEDIATE
PREPARE
RELEASE
*This statement is documented in one or more of these manuals:
SQLRM
SQLPM/C
HP NonStop SQL/MP Programming Manual for C—429847-008
Manual *
SQLRM
SQLRM
SQLPM/C
SQLRM
SQLPM/C
SQLRM
SQLRM
SQLRM
SQLRM
SQLPM/C
SQLRM
SQLPM/C
SQLRM
SQLPM/C
SQLRM
SQLPM/C
SQLRM
SQLPM/C
SQLRM
SQL/MP Reference Manual
SQL/MP Programming Manual for C
Description
Returns the name of a local or remote
system catalog.
Returns the version of a catalog, collation,
index, table, or view; also returns the
version of the SQL/MP system software.
Returns the program catalog version
(PCV), program format version (PFV), or
host object SQL version (HOSV) of an SQL
program file.
Starts a TMF transaction.
Commits all database changes made
during the current TMF transaction and
frees resources.
Backs out the current TMF transaction and
frees resources.
Returns information about output variables
for a prepared statement.
Returns information about input variables
for a prepared statement.
Runs a prepared SQL statement.
Runs an SQL statement contained in a host
variable.
Compiles a DDL, DML, DCL, or DSL
statement.
Deallocates memory for a dynamic SQL
statement referred to through a host
variable.
3-6
Finding Information

Advertisement

Table of Contents
loading

Table of Contents