Control Statements; Object Naming Statements; Trigger Statements; Stored Procedure Statements - HP Neoview SQL Reference Manual

Hide thumbs Also See for Neoview SQL:
Table of Contents

Advertisement

Control Statements

Use these statements to control the execution default options, plans, and performance of DML
statements:
"SET TABLE TIMEOUT Statement" (page 164)

Object Naming Statements

Use these statements to specify default ANSI names for the schema:
"SET SCHEMA Statement" (page 163)

Trigger Statements

Use these statements to create and manipulate triggers on SQL tables:
"ALTER TRIGGER Statement" (page 50)
"CREATE TRIGGER Statement" (page 81)
"DROP TRIGGER Statement" (page 99)

Stored Procedure Statements

Use these statements to execute stored procedures in Java (SPJs) and to modify authorization to
execute SPJs:
"CALL Statement" (page 53)
"GRANT EXECUTE Statement" (page 117)
"REVOKE EXECUTE Statement" (page 136)
Specifies a dynamic timeout value in the run-time
environment of the current session.
Sets the default ANSI schema for unqualified object names
for the current session.
Alters a trigger.
Creates a trigger.
Drops a trigger.
Initiates the execution of an SPJ in a Neoview database.
Grants privileges for executing an SPJ to specified roles.
Revokes privileges for executing an SPJ from specified
roles.
Categories
43

Advertisement

Table of Contents
loading

Table of Contents