SQL Reference Volume II - Release 8
SQL Reference Volume II - Release 8
SQL Reference Volume II - Release 8
SC09-4845-01
®
IBM DB2 Universal Database
™
SC09-4845-01
Before using this information and the product it supports, be sure to read the general information under Notices.
This document contains proprietary information of IBM. It is provided under a license agreement and is protected
by copyright law. The information contained in this publication does not include any product warranties, and any
statements provided in this manual should not be interpreted as such.
You can order IBM publications online or through your local IBM representative.
v To order publications online, go to the IBM Publications Center at www.ibm.com/shop/publications/order
v To find your local IBM representative, go to the IBM Directory of Worldwide Contacts at
www.ibm.com/planetwide
To order DB2 publications from DB2 Marketing and Sales in the United States or Canada, call 1-800-IBM-4YOU
(426-4968).
When you send information to IBM, you grant IBM a nonexclusive right to use or distribute the information in any
way it believes appropriate without incurring any obligation to you.
© Copyright International Business Machines Corporation 1993 - 2004. All rights reserved.
US Government Users Restricted Rights – Use, duplication or disclosure restricted by GSA ADP Schedule Contract
with IBM Corp.
Contents
About this book . . . . . . . . . . . v CREATE DATABASE PARTITION GROUP . . . 156
Who should use this book . . . . . . . . . . v CREATE DISTINCT TYPE . . . . . . . . . 158
How this book is structured . . . . . . . . . v CREATE EVENT MONITOR . . . . . . . . 164
A brief overview of Volume 1 . . . . . . . v CREATE FUNCTION . . . . . . . . . . . 180
How to read the syntax diagrams . . . . . . . vi CREATE FUNCTION (External Scalar) . . . . . 181
Common syntax elements . . . . . . . . . viii CREATE FUNCTION (External Table) . . . . . 204
Function designator . . . . . . . . . . viii CREATE FUNCTION (OLE DB External Table) . . 221
Method designator . . . . . . . . . . . ix CREATE FUNCTION (Sourced or Template) . . . 228
Procedure designator . . . . . . . . . . xi CREATE FUNCTION (SQL Scalar, Table, or Row) 238
Conventions used in this manual . . . . . . . xii CREATE FUNCTION MAPPING . . . . . . . 247
Error conditions . . . . . . . . . . . . xii CREATE INDEX . . . . . . . . . . . . 252
Highlighting conventions . . . . . . . . . xii CREATE INDEX EXTENSION . . . . . . . . 261
Related documentation . . . . . . . . . . xiii CREATE METHOD . . . . . . . . . . . 267
CREATE NICKNAME . . . . . . . . . . 273
Statements . . . . . . . . . . . . . 1 CREATE PROCEDURE . . . . . . . . . . 285
CREATE PROCEDURE (External) . . . . . . 286
Supported SQL statements . . . . . . . . . . 1
CREATE PROCEDURE (SQL) . . . . . . . . 299
How SQL statements are invoked . . . . . . . 6
CREATE SCHEMA . . . . . . . . . . . 305
Embedding a statement in an application program 6
CREATE SEQUENCE . . . . . . . . . . . 308
Dynamic preparation and execution . . . . . 7
CREATE SERVER . . . . . . . . . . . . 312
Static invocation of a select-statement . . . . . 7
CREATE TABLE . . . . . . . . . . . . 316
Dynamic invocation of a select-statement . . . . 7
CREATE TABLESPACE . . . . . . . . . . 374
Interactive invocation . . . . . . . . . . 8
CREATE TRANSFORM . . . . . . . . . . 383
SQL use with other host systems . . . . . . 8
CREATE TRIGGER . . . . . . . . . . . 390
SQL return codes . . . . . . . . . . . . 8
CREATE TYPE (Structured) . . . . . . . . 401
SQL comments . . . . . . . . . . . . 9
CREATE TYPE MAPPING . . . . . . . . . 425
About SQL control statements . . . . . . . . 10
CREATE USER MAPPING . . . . . . . . . 430
ALLOCATE CURSOR . . . . . . . . . . . 11
CREATE VIEW . . . . . . . . . . . . . 432
ALTER BUFFERPOOL . . . . . . . . . . . 13
CREATE WRAPPER . . . . . . . . . . . 446
ALTER DATABASE PARTITION GROUP . . . . 15
DECLARE CURSOR . . . . . . . . . . . 448
ALTER FUNCTION . . . . . . . . . . . 18
DECLARE GLOBAL TEMPORARY TABLE . . . 454
ALTER METHOD . . . . . . . . . . . . 21
DELETE . . . . . . . . . . . . . . . 462
ALTER NICKNAME . . . . . . . . . . . 23
DESCRIBE . . . . . . . . . . . . . . 469
ALTER PROCEDURE . . . . . . . . . . . 30
DISCONNECT . . . . . . . . . . . . . 473
ALTER SEQUENCE . . . . . . . . . . . 33
DROP . . . . . . . . . . . . . . . . 476
ALTER SERVER . . . . . . . . . . . . . 37
END DECLARE SECTION . . . . . . . . . 500
ALTER TABLE . . . . . . . . . . . . . 40
EXECUTE . . . . . . . . . . . . . . 501
ALTER TABLESPACE . . . . . . . . . . . 72
EXECUTE IMMEDIATE . . . . . . . . . . 507
ALTER TYPE (Structured) . . . . . . . . . 79
EXPLAIN . . . . . . . . . . . . . . 510
ALTER USER MAPPING . . . . . . . . . . 86
FETCH . . . . . . . . . . . . . . . 515
ALTER VIEW . . . . . . . . . . . . . . 88
FLUSH EVENT MONITOR . . . . . . . . . 518
ALTER WRAPPER . . . . . . . . . . . . 90
FLUSH PACKAGE CACHE . . . . . . . . 519
ASSOCIATE LOCATORS . . . . . . . . . . 92
FOR . . . . . . . . . . . . . . . . 520
BEGIN DECLARE SECTION . . . . . . . . 94
FREE LOCATOR . . . . . . . . . . . . 523
CALL . . . . . . . . . . . . . . . . 96
GET DIAGNOSTICS . . . . . . . . . . . 524
CASE . . . . . . . . . . . . . . . . 101
GOTO . . . . . . . . . . . . . . . . 527
CLOSE . . . . . . . . . . . . . . . 104
GRANT (Database Authorities) . . . . . . . 529
COMMENT . . . . . . . . . . . . . . 106
GRANT (Index Privileges) . . . . . . . . . 533
COMMIT . . . . . . . . . . . . . . . 116
GRANT (Package Privileges) . . . . . . . . 535
Compound SQL (Dynamic) . . . . . . . . . 118
GRANT (Routine Privileges) . . . . . . . . 538
Compound SQL (Embedded) . . . . . . . . 123
GRANT (Schema Privileges) . . . . . . . . 542
Compound SQL (Procedure) . . . . . . . . 127
GRANT (Sequence Privileges) . . . . . . . . 545
CONNECT (Type 1) . . . . . . . . . . . 135
GRANT (Server Privileges) . . . . . . . . . 547
CONNECT (Type 2) . . . . . . . . . . . 142
GRANT (Table Space Privileges) . . . . . . . 549
CREATE ALIAS . . . . . . . . . . . . 149
GRANT (Table, View, or Nickname Privileges) . . 551
CREATE BUFFERPOOL . . . . . . . . . . 152
IF . . . . . . . . . . . . . . . . . 558
This book is a reference rather than a tutorial. It assumes that you will be writing
application programs and therefore presents the full functions of the database
manager.
Read the syntax diagrams from left to right and top to bottom, following the path
of the line.
The ─── symbol indicates that the syntax is continued on the next line.
The ─── symbol indicates that the syntax is continued from the previous line.
Syntax fragments start with the ├─── symbol and end with the ───┤ symbol.
required_item
required_item
optional_item
If an optional item appears above the main path, that item has no effect on
execution, and is used only for readability.
optional_item
required_item
If you can choose from two or more items, they appear in a stack.
If you must choose one of the items, one item of the stack appears on the main
path.
required_item required_choice1
required_choice2
If choosing one of the items is optional, the entire stack appears below the main
path.
required_item
optional_choice1
optional_choice2
If one of the items is the default, it will appear above the main path, and the
remaining choices will be shown below.
default_choice
required_item
optional_choice
optional_choice
An arrow returning to the left, above the main line, indicates an item that can be
repeated. In this case, repeated items must be separated by one or more blanks.
required_item repeatable_item
If the repeat arrow contains a comma, you must separate repeated items with a
comma.
required_item repeatable_item
A repeat arrow above a stack indicates that you can make more than one choice
from the stacked items or repeat a single choice.
Keywords appear in uppercase (for example, FROM). They must be spelled exactly
as shown. Variables appear in lowercase (for example, column-name). They
represent user-supplied names or values in the syntax.
required_item parameter-block
parameter-block:
parameter1
parameter2 parameter3
parameter4
Adjacent segments occurring between “large bullets” (*) may be specified in any
sequence.
The above diagram shows that item2 and item3 may be specified in either order.
Both of the following are valid:
required_item item1 item2 item3 item4
required_item item1 item3 item2 item4
fragment
Function designator
A function designator uniquely identifies a single function. Function designators
typically appear in DDL statements for functions (such as DROP or ALTER).
Syntax:
function-designator:
FUNCTION function-name
( )
,
( data-type )
SPECIFIC FUNCTION specific-name
Description:
FUNCTION function-name
Identifies a particular function, and is valid only if there is exactly one function
instance with the name function-name in the schema. The identified function
can have any number of parameters defined for it. In dynamic SQL statements,
the CURRENT SCHEMA special register is used as a qualifier for an
unqualified object name. In static SQL statements, the QUALIFIER
precompile/bind option implicitly specifies the qualifier for unqualified object
names. If no function by this name exists in the named or implied schema, an
error (SQLSTATE 42704) is raised. If there is more than one instance of the
function in the named or implied schema, an error (SQLSTATE 42725) is raised.
Method designator
A method designator uniquely identifies a single method. Method designators
typically appear in DDL statements for methods (such as DROP or ALTER).
Syntax:
method-designator:
( data-type )
SPECIFIC METHOD specific-name
Description:
METHOD method-name
Identifies a particular method, and is valid only if there is exactly one method
instance with the name method-name for the type type-name. The identified
method can have any number of parameters defined for it. If no method by
this name exists for the type, an error (SQLSTATE 42704) is raised. If there is
more than one instance of the method for the type, an error (SQLSTATE 42725)
is raised.
METHOD method-name (data-type,...)
Provides the method signature, which uniquely identifies the method. The
method resolution algorithm is not used.
method-name
Specifies the name of the method for the type type-name.
(data-type,...)
Values must match the data types that were specified (in the corresponding
position) on the CREATE TYPE statement. The number of data types, and
the logical concatenation of the data types, is used to identify the specific
method instance.
If a data type is unqualified, the type name is resolved by searching the
schemas on the SQL path. This also applies to data type names specified
for a REFERENCE type.
It is not necessary to specify the length, precision, or scale for the
parameterized data types. Instead, an empty set of parentheses can be
coded to indicate that these attributes are to be ignored when looking for a
data type match.
FLOAT() cannot be used (SQLSTATE 42601), because the parameter value
indicates different data types (REAL or DOUBLE).
If length, precision, or scale is coded, the value must exactly match that
specified in the CREATE TYPE statement.
A type of FLOAT(n) does not need to match the defined value for n,
because 0 < n < 25 means REAL, and 24 < n < 54 means DOUBLE.
Matching occurs on the basis of whether the type is REAL or DOUBLE.
If no method with the specified signature exists for the type in the named
or implied schema, an error (SQLSTATE 42883) is raised.
FOR type-name
Names the type with which the specified method is to be associated. The
name must identify a type already described in the catalog (SQLSTATE
42704). In dynamic SQL statements, the CURRENT SCHEMA special
register is used as a qualifier for an unqualified object name. In static SQL
statements, the QUALIFIER precompile/bind option implicitly specifies the
qualifier for unqualified object names.
Procedure designator
A procedure designator uniquely identifies a single stored procedure. Procedure
designators typically appear in DDL statements for procedures (such as DROP or
ALTER).
Syntax:
procedure-designator:
PROCEDURE procedure-name
( )
,
( data-type )
SPECIFIC PROCEDURE specific-name
Description:
PROCEDURE procedure-name
Identifies a particular procedure, and is valid only if there is exactly one
procedure instance with the name procedure-name in the schema. The identified
procedure can have any number of parameters defined for it. In dynamic SQL
statements, the CURRENT SCHEMA special register is used as a qualifier for
an unqualified object name. In static SQL statements, the QUALIFIER
precompile/bind option implicitly specifies the qualifier for unqualified object
names. If no procedure by this name exists in the named or implied schema,
an error (SQLSTATE 42704) is raised. If there is more than one instance of the
procedure in the named or implied schema, an error (SQLSTATE 42725) is
raised.
PROCEDURE procedure-name (data-type,...)
Provides the procedure signature, which uniquely identifies the procedure. The
procedure resolution algorithm is not used.
procedure-name
Specifies the name of the procedure. In dynamic SQL statements, the
CURRENT SCHEMA special register is used as a qualifier for an
unqualified object name. In static SQL statements, the QUALIFIER
precompile/bind option implicitly specifies the qualifier for unqualified
object names.
(data-type,...)
Values must match the data types that were specified (in the corresponding
position) on the CREATE PROCEDURE statement. The number of data
types, and the logical concatenation of the data types, is used to identify
the specific procedure instance.
If a data type is unqualified, the type name is resolved by searching the
schemas on the SQL path. This also applies to data type names specified
for a REFERENCE type.
About this book xi
Procedure designator
Error conditions
An error condition is indicated within the text of the manual by listing the
SQLSTATE associated with the error in parentheses. For example:
A duplicate signature raises an SQL error (SQLSTATE 42723).
Highlighting conventions
The following conventions are used in this book.
Bold Indicates commands, keywords, and other items whose names are
predefined by the system.
Italics Indicates one of the following:
v Names or values (variables) that must be supplied by the user.
v General emphasis.
v The introduction of a new term.
v A reference to another source of information.
Monospace Indicates one of the following:
v Files and directories.
v Information that you are instructed to type at a command prompt or in a
window.
v Examples of specific data values.
v Examples of text similar to what may be displayed by the system.
v Examples of system messages.
Related documentation
The following publications may prove useful in preparing applications:
v Administration Guide
– Contains information required to design, implement, and maintain a database
to be accessed either locally or in a client/server environment.
v Application Development Guide
– Discusses the application development process and how to code, compile, and
execute application programs that use embedded SQL and APIs to access the
database.
v DB2 Universal Database for iSeries SQL Reference
– This book defines Structured Query Language (SQL) as supported by DB2
Query Manager and SQL Development Kit on iSeries (AS/400). It contains
reference information for the tasks of system administration, database
administration, application programming, and operation. This manual
includes syntax, usage notes, keywords, and examples for each of the SQL
statements used on iSeries (AS/400) systems running DB2.
v DB2 Universal Database for z/OS and OS/390 SQL Reference
– This book defines Structured Query Language (SQL) used in DB2 for z/OS
(OS/390). It provides query forms, SQL statements, SQL procedure
statements, DB2 limits, SQLCA, SQLDA, catalog tables, and SQL reserved
words for z/OS (OS/390) systems running DB2.
v DB2 Spatial Extender User’s Guide and Reference
– This book discusses how to write applications to create and use a geographic
information system (GIS). Creating and using a GIS involves supplying a
database with resources and then querying the data to obtain information
such as locations, distances, and distributions within areas.
v IBM SQL Reference
– This book contains all the common elements of SQL that span IBM’s database
products. It provides limits and rules that assist in preparing portable
programs using IBM databases. This manual provides a list of SQL extensions
and incompatibilities among the following standards and products: SQL92E,
XPG4-SQL, IBM-SQL and the IBM relational database products.
v American National Standard X3.135-1992, Database Language SQL
– Contains the ANSI standard definition of SQL.
v ISO/IEC 9075:1992, Database Language SQL
– Contains the 1992 ISO standard definition of SQL.
v ISO/IEC 9075-2:1999, Database Language SQL -- Part 2: Foundation
(SQL/Foundation)
– Contains a large portion of the 1999 ISO standard definition of SQL.
v ISO/IEC 9075-4:1999, Database Language SQL -- Part 4: Persistent Stored Modules
(SQL/PSM)
– Contains the 1999 ISO standard definition for SQL procedure control
statements.
v ISO/IEC 9075-5:1999, Database Language SQL -- Part 4: Host Language Bindings
(SQL/Bindings)
– Contains the 1999 ISO standard definition for host language bindings and
dynamic SQL.
Statements 3
Supported SQL statements
Statements 5
How SQL statements are invoked
Executable statements
An executable statement embedded in an application program is executed every
time a statement of the host language would be executed if it were specified in the
same place. Thus, a statement within a loop is executed every time the loop is
executed, and a statement within a conditional construct is executed only when the
condition is satisfied.
All executable statements should be followed by a test of the SQL return code.
Alternatively, the WHENEVER statement (which is itself non-executable) can be
used to change the flow of control immediately after the execution of an embedded
statement.
All objects referenced in data manipulation language (DML) statements must exist
when the statements are bound to a database.
Non-executable statements
An embedded non-executable statement is processed only by the precompiler. The
precompiler reports any errors encountered in the statement. The statement is never
processed during program execution; therefore, such statements should not be
followed by a test of the SQL return code.
Used in this way, the select-statement can contain references to host variables.
These references are effectively replaced by the values that the variables have when
the OPEN statement executes.
Statements 7
Dynamic invocation of a select-statement
Used in this way, the select-statement must not contain references to host variables.
It can contain parameter markers instead. The parameter markers are effectively
replaced by the values of the host variables specified in the OPEN statement.
Interactive invocation
A capability for entering SQL statements from a workstation is part of the
architecture of the database manager. A statement entered in this way is said to be
issued interactively. Such a statement must be an executable statement that does
not contain parameter markers or references to host variables, because these make
sense only in the context of an application program.
Further information about SQL statements used in other host systems can be found
in the DB2 Universal Database for iSeries SQL Reference and the DB2 Universal
Database for OS/390 and z/OS SQL Reference.
SQLCODE
An SQLCODE is set by the database manager after each SQL statement executes.
All database managers conform to the ISO/ANSI SQL standard, as follows:
v If SQLCODE = 0 and SQLWARN0 is blank, execution was successful.
v If SQLCODE = 100, “no data” was found. For example, a FETCH statement
returned no data, because the cursor was positioned after the last row of the
result table.
v If SQLCODE > 0 and not = 100, execution was successful with a warning.
v If SQLCODE = 0 and SQLWARN0 = 'W', execution was successful, but one or
more warning indicators were set.
SQLSTATE
An SQLSTATE is set by the database manager after each SQL statement executes.
Application programs can check the execution of SQL statements by testing
SQLSTATE instead of SQLCODE. SQLSTATE provides common codes for common
error conditions. Application programs can test for specific errors or classes of
errors. The coding scheme is the same for all IBM database managers, and is based
on the ISO/ANSI SQL92 standard.
SQL comments
Static SQL statements can include host language or SQL comments. SQL comments
are introduced by two hyphens.
Related reference:
v “Select-statement” in the SQL Reference, Volume 1
v “EXECUTE” on page 501
v “OPEN” on page 587
v “PREPARE” on page 592
v “SQLCA (SQL communications area)” in the SQL Reference, Volume 1
Statements 9
About SQL control statements
SQL parameters and SQL variables can be referenced anywhere in the statement
where an expression or host variable can be specified. Host variables cannot be
specified in SQL routines. SQL parameters can be referenced anywhere in the
routine, and can be qualified with the routine name. SQL variables can be
referenced anywhere in the compound statement in which they are declared, and
can be qualified with the label name specified at the beginning of the compound
statement.
All SQL parameters and SQL variables are considered nullable. The name of an
SQL parameter or SQL variable in an SQL routine can be the same as the name of
a column in a table or view referenced in the routine. In this case, the name should
be explicitly qualified to indicate whether it is a column, SQL variable, or SQL
parameter.
If the name is not qualified, the following rules describe whether the name refers
to the column or to the SQL variable or parameter:
v If the tables and views specified in an SQL routine body exist at the time the
routine is created, the name is first checked as a column name. If not found as a
column, it is then checked as an SQL variable or SQL parameter name.
v If the referenced tables or views do not exist at the time the routine is created,
the name is first checked as an SQL variable or SQL parameter name. If not
found, it is assumed to be a column.
The name of an SQL parameter or SQL variable in an SQL routine can be the same
as the name of an identifier used in certain SQL statements. If the name is not
qualified, the following rules describe whether the name refers to the identifier or
to the SQL parameter or SQL variable:
v In the SET PATH and SET SCHEMA statements, the name is checked as an SQL
parameter or SQL variable name. If not found as an SQL variable or SQL
parameter name, it is used as an identifier.
v In the CONNECT statement, the name is used as an identifier.
ALLOCATE CURSOR
The ALLOCATE CURSOR statement allocates a cursor for the result set identified
by the result set locator variable. For more information about result set locator
variables, see the description of the ASSOCIATE LOCATORS statement.
Invocation:
Authorization:
None required.
Syntax:
Description:
cursor-name
Names the cursor. The name must not identify a cursor that has already been
declared in the source SQL procedure (SQLSTATE 24502).
CURSOR FOR RESULT SET rs-locator-variable
Names a result set locator variable that has been declared in the source SQL
procedure, according to the rules for host variables. For more information on
declaring SQL variables, see “Compound statement (Procedure)”.
The result set locator variable must contain a valid result set locator value, as
returned by the ASSOCIATE LOCATORS SQL statement (SQLSTATE 24501).
Rules:
v The following rules apply when using an allocated cursor:
– An allocated cursor cannot be opened with the OPEN statement (SQLSTATE
24502).
– An allocated cursor cannot be used in a positioned UPDATE or DELETE
statement (SQLSTATE 42828).
– An allocated cursor can be closed with the CLOSE statement. Closing an
allocated cursor closes the associated cursor.
– Only one cursor can be allocated to each result set.
v Allocated cursors last until a rollback operation, an implicit close, or an explicit
close.
v A commit operation destroys allocated cursors that are not defined WITH
HOLD.
v Destroying an allocated cursor closes the associated cursor in the SQL procedure.
Examples:
This SQL procedure example defines and associates cursor C1 with the result set
locator variable LOC1 and the related result set returned by the SQL procedure:
ALLOCATE C1 CURSOR FOR RESULT SET LOC1;
Statements 11
ALLOCATE CURSOR
Related reference:
v “Compound SQL (Procedure)” on page 127
v “ASSOCIATE LOCATORS” on page 92
ALTER BUFFERPOOL
The ALTER BUFFERPOOL statement is used to do the following:
v modify the size of the buffer pool on all partitions or on a single partition
v turn on or off the use of extended storage
v add this buffer pool definition to a new database partition group
v modify the block area of the buffer pool for block-based I/O.
Invocation:
Authorization:
Syntax:
IMMEDIATE
SIZE number-of-pages
DEFERRED DBPARTITIONNUM db-partition-number
NOT EXTENDED STORAGE
EXTENDED STORAGE
ADD DATABASE PARTITION GROUP db-partition-group-name
NUMBLOCKPAGES number-of-pages
BLOCKSIZE number-of-pages
BLOCKSIZE number-of-pages
Description:
bufferpool-name
Names the buffer pool. This is a one-part name. It is an SQL identifier (either
ordinary or delimited). It must be a buffer pool described in the catalog.
DBPARTITIONNUM db-partition-number
Specifies the partition on which size of the buffer pool is modified. The
partition must be in one of the database partition groups for the buffer pool
(SQLSTATE 42729). If this clause is not specified, then the size of the buffer
pool is modified on all partitions on which the buffer pool exists that used the
default size for the buffer pool (did not have a size specified in the
except-on-db-partitions-clause of the CREATE BUFFERPOOL statement).
SIZE number-of-pages
The size of the buffer pool specified as the number of pages.
IMMEDIATE
The bufferpool size will be changed immediately. If there is not enough
reserved space in the database shared memory to allocate new space
(SQLSTATE 01657), the statement is executed as DEFERRED.
DEFERRED
The bufferpool size will be changed when the database is reactivated (all
applications need to be disconnected from the database). Reserved memory
space is not needed; DB2 will allocate the required memory from the
system at activation time.
Statements 13
ALTER BUFFERPOOL
Notes:
v Compatibilities
– For compatibility with previous versions of DB2:
- NODE can be specified in place of DBPARTITIONNUM
- NODEGROUP can be specified in place of DATABASE PARTITION
GROUP
v Only the buffer pool size can be changed dynamically (immediately). All other
changes are deferred, and will only come into effect after the database is
reactivated.
v If the statement is executed as deferred, the following is true: Although the
buffer pool definition is transactional and the changes to the buffer pool
definition will be reflected in the catalog tables on commit, no changes to the
actual buffer pool will take effect until the next time the database is started. The
current attributes of the buffer pool will exist until then, and there will not be
any impact to the buffer pool in the interim. Tables created in table spaces of
new database partition groups will use the default buffer pool. The statement is
IMMEDIATE by default when that keyword applies.
v There should be enough real memory on the machine for the total of all the
buffer pools, as well as for the rest of the database manager and application
requirements.
v A buffer pool that is currently using extended storage cannot be altered to use
block-based input/output (I/O). A buffer pool cannot be altered to use both
extended storage and block-based I/O simultaneously.
Invocation:
Authorization:
Syntax:
db-partitions-clause:
( db-partition-number1 )
TO db-partition-number2
Description:
db-partition-name
Names the database partition group. This is a one-part name. It is an SQL
identifier (either ordinary or delimited). It must be a database partition group
described in the catalog. IBMCATGROUP and IBMTEMPGROUP cannot be
specified (SQLSTATE 42832).
ADD DBPARTITIONNUM
Specifies the specific partition or partitions to add to the database partition
group. DBPARTITIONNUMS is a synonym for DBPARTITIONNUM. Any
specified partition must not already be defined in the database partition group
(SQLSTATE 42728).
DROP DBPARTITIONNUM
Specifies the specific partition or partitions to drop from the database partition
group. DBPARTITIONNUMS is a synonym for DBPARTITIONNUM. Any
specified partition must already be defined in the database partition group
(SQLSTATE 42729).
db-partitions-clause
Specifies the partition or partitions to be added or dropped.
Statements 15
ALTER DATABASE PARTITION GROUP
db-partition-number1
Specify a specific partition number.
TO db-partition-number2
Specify a range of partition numbers. The value of db-partition-number2
must be greater than or equal to the value of db-partition-number1
(SQLSTATE 428A9).
LIKE DBPARTITIONNUM db-partition-number
Specifies that the containers for the existing table spaces in the database
partition group will be the same as the containers on the specified
db-partition-number. The partition specified must be a partition that existed in
the database partition group prior to this statement and is not included in a
DROP DBPARTITIONNUM clause of the same statement.
WITHOUT TABLESPACES
Specifies that the default table spaces are not created on the newly added
partition or partitions. The ALTER TABLESPACE statement using the FOR
DBPARTITIONNUM clause must be used to define containers for use with the
table spaces that are defined on this database partition group. If this option is
not specified, the default containers are specified on newly added partitions for
each table space defined on the database partition group.
Rules:
v Each partition specified by number must be defined in the db2nodes.cfg file
(SQLSTATE 42729).
v Each db-partition-number listed in the ON DBPARTITIONNUMS clause must be
for a unique partition (SQLSTATE 42728).
v A valid partition number is between 0 and 999 inclusive (SQLSTATE 42729).
v A partition cannot appear in both the ADD and DROP clauses (SQLSTATE
42728).
v There must be at least one partition remaining in the database partition group.
The last partition cannot be dropped from a database partition group
(SQLSTATE 428C0).
v If neither the LIKE DBPARTITIONNUM clause nor the WITHOUT
TABLESPACES clause is specified when adding a partition, the default is to use
the lowest partition number of the existing partitions in the database partition
group (say it is 2) and proceed as if LIKE DBPARTITIONNUM 2 had been
specified. For an existing partition to be used as the default it must have
containers defined for all the table spaces in the database partition group
(column IN_USE of SYSCAT.DBPARTITIONGROUPDEF is not ’T’).
Notes:
v Compatibilities
– For compatibility with previous versions of DB2:
- NODE can be specified in place of DBPARTITIONNUM
- NODES can be specified in place of DBPARTITIONNUMS
- NODEGROUP can be specified in place of DATABASE PARTITION
GROUP
v When a partition is added to a database partition group, a catalog entry is made
for the partition (see SYSCAT.DBPARTITIONGROUPDEF). The partitioning map
is changed immediately to include the new partition along with an indicator
(IN_USE) that the partition is in the partitioning map if either:
– no table spaces are defined in the database partition group or
– no tables are defined in the table spaces defined in the database partition
group and the WITHOUT TABLESPACES clause was not specified.
The partitioning map is not changed and the indicator (IN_USE) is set to
indicate that the partition is not included in the partitioning map if either:
– tables exist in table spaces in the database partition group or
– table spaces exist in the database partition group and the WITHOUT
TABLESPACES clause was specified.
To change the partitioning map, the REDISTRIBUTE DATABASE PARTITION
GROUP command must be used. This redistributes any data, changes the
partitioning map, and changes the indicator. Table space containers need to be
added before attempting to redistribute data if the WITHOUT TABLESPACES
clause was specified.
v When a partition is dropped from a database partition group, the catalog entry
for the partition (see SYSCAT.DBPARTITIONGROUPDEF) is updated. If there
are no tables defined in the table spaces defined in the database partition group,
the partitioning map is changed immediately to exclude the dropped partition
and the entry for the partition in the database partition group is dropped. If
tables exist, the partitioning map is not changed and the indicator (IN_USE) is
set to indicate that the partition is waiting to be dropped. The REDISTRIBUTE
DATABASE PARTITION GROUP command must be used to redistribute the
data and drop the entry for the partition from the database partition group.
Example:
Assume that you have a six-partition database that has the following partitions: 0,
1, 2, 5, 7, and 8. Two partitions are added to the system with partition numbers 3
and 6.
v Assume that you want to add partitions 3 and 6 to a database partition group
called MAXGROUP and have table space containers like those on partition 2.
The statement is as follows:
ALTER DATABASE PARTITION GROUP MAXGROUP
ADD DBPARTITIONNUMS (3,6)LIKE DBPARTITIONNUM 2
v Assume that you want to drop partition 1 and add partition 6 to database
partition group MEDGROUP. You will define the table space containers
separately for partition 6 using ALTER TABLESPACE. The statement is as
follows:
ALTER DATABASE PARTITION GROUP MEDGROUP
ADD DBPARTITIONNUM(6)WITHOUT TABLESPACES
DROP DBPARTITIONNUM(1)
Related concepts:
v “Data partitioning across multiple partitions” in the SQL Reference, Volume 1
Statements 17
ALTER FUNCTION
ALTER FUNCTION
The ALTER FUNCTION statement modifies the properties of an existing function.
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v SYSADM or DBADM authority
v ALTERIN privilege on the schema of the function
v Definer of the function, as recorded in the DEFINER column of
SYSCAT.ROUTINES
Syntax:
Description:
function-designator
Uniquely identifies the function to be altered. For more information, see
Common syntax elements “Common syntax elements” on page viii.
CAUTION:
Use of NOT FENCED for functions that were not adequately coded,
reviewed, and tested can compromise the integrity of DB2. DB2 takes some
precautions against many of the common types of inadvertent failures that
might occur, but cannot guarantee complete integrity when NOT FENCED
user-defined functions are used.
A function declared as NOT THREADSAFE cannot be altered to be NOT
FENCED (SQLSTATE 42613).
If a function has any parameters defined AS LOCATOR, and was defined with
the NO SQL option, the function cannot be altered to be FENCED (SQLSTATE
42613).
| This option cannot be altered for LANGUAGE OLE, OLEDB, or CLR functions
| (SQLSTATE 42849).
THREADSAFE or NOT THREADSAFE
Specifies whether the function is considered safe to run in the same process as
other routines (THREADSAFE), or not (NOT THREADSAFE).
If the function is defined with LANGUAGE other than OLE and OLEDB:
v If the function is defined as THREADSAFE, the database manager can
invoke the function in the same process as other routines. In general, to be
threadsafe, a function should not use any global or static data areas. Most
programming references include a discussion of writing threadsafe routines.
Both FENCED and NOT FENCED functions can be THREADSAFE.
v If the function is defined as NOT THREADSAFE, the database manager will
never invoke the function in the same process as another routine. Only a
fenced function can be NOT THREADSAFE (SQLSTATE 42613).
This option may not be altered for LANGUAGE OLE or OLEDB functions
(SQLSTATE 42849).
Notes:
v It is not possible to alter a function that is in the SYSIBM, SYSFUN, or SYSPROC
schema (SQLSTATE 42832).
v Functions declared as LANGUAGE SQL, sourced functions, or template
functions cannot be altered (SQLSTATE 42917).
Example:
Statements 19
ALTER FUNCTION
The function MAIL() has been thoroughly tested. To improve its performance, alter
the function to be not fenced.
ALTER FUNCTION MAIL() NOT FENCED
Related reference:
v “CREATE FUNCTION (OLE DB External Table)” on page 221
v “CREATE FUNCTION (External Scalar)” on page 181
v “CREATE FUNCTION (External Table)” on page 204
v “Common syntax elements” on page viii
ALTER METHOD
The ALTER METHOD statement modifies an existing method by changing the
method body associated with the method.
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v SYSADM or DBADM authority
v CREATE_EXTERNAL_ROUTINE authority on the database, and at least one of:
– ALTERIN privilege on the schema of the type
– Definer of the type, as recorded in the DEFINER column of
SYSCAT.DATATYPES
Syntax:
Description:
method-designator
Uniquely identifies the method to be altered. For more information, see
Common syntax elements “Common syntax elements” on page viii.
EXTERNAL NAME ’string’ or identifier
Identifies the name of the user-written code that implements the method. This
option can only be specified when altering external methods (SQLSTATE
42849).
Notes:
v It is not possible to alter a method that is in the SYSIBM, SYSFUN, or SYSPROC
schema (SQLSTATE 42832).
v Methods declared as LANGUAGE SQL cannot be altered (SQLSTATE 42917).
| v Methods declared as LANGUAGE CLR cannot be altered (SQLSTATE 42849).
v The specified method must have a body before it can be altered (SQLSTATE
42704).
Example:
Alter the method DISTANCE() in the structured type ADDRESS_T to use the
library newaddresslib.
Statements 21
ALTER METHOD
Related reference:
v “CREATE METHOD” on page 267
v “Common syntax elements” on page viii
ALTER NICKNAME
| The ALTER NICKNAME statement modifies the nickname information associated
| with a data source object (such as a table, view, or file). This statement modifies
| the information that is stored in the federated database by:
| v Altering the local column names for the columns of the data source object
| v Altering the local data types for the columns of the data source object
| v Adding, setting, or dropping nickname and column options
| v Adding or dropping a primary key
| v Adding or dropping one or more unique, referential, or check constraints
| v Altering one or more referential or check constraint attributes
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
| v ALTER privilege on the nickname specified in the statement
| v CONTROL privilege on the nickname specified in the statement
| v ALTERIN privilege on the schema, if the schema name of the nickname exists
| v Definer of the nickname, as recorded in the DEFINER column of the
| SYSCAT.TABLES catalog view
| v SYSADM or DBADM authority
Syntax:
|
,
ADD
OPTIONS ( nickname-option-name string-constant )
SET
DROP nickname-option-name
Statements 23
ALTER NICKNAME
|
,
COLUMN
ALTER column-name LOCAL NAME column-name
LOCAL TYPE data-type
(1)
federated-column-options
ADD unique-constraint
referential-constraint
check-constraint
ALTER FOREIGN KEY constraint-name constraint-alteration
CHECK
DROP PRIMARY KEY
FOREIGN KEY constraint-name
UNIQUE
CHECK
CONSTRAINT
data-type:
| SMALLINT
INTEGER
INT
BIGINT
FLOAT
( integer )
REAL
PRECISION
DOUBLE
DECIMAL
DEC ( integer )
NUMERIC ,integer
NUM
CHARACTER
CHAR ( integer ) (2)
VARCHAR ( integer ) FOR BIT DATA
CHARACTER VARYING
CHAR
LONG VARCHAR
BLOB
BINARY LARGE OBJECT ( integer )
CLOB K
CHARACTER LARGE OBJECT M
CHAR G
DBCLOB
GRAPHIC
( integer )
VARGRAPHIC ( integer )
LONG VARGRAPHIC
DATE
TIME
TIMESTAMP
distinct-type-name
federated-column-options:
,
ADD
OPTIONS ( column-option-name string-constant )
SET
DROP column-option-name
unique-constraint:
| ,
UNIQUE ( column-name )
CONSTRAINT constraint-name PRIMARY KEY
constraint-attributes
referential-constraint:
| ,
references-clause
references-clause:
| REFERENCES table-name
nickname ,
( column-name )
constraint-attributes
check-constraint:
| CHECK ( check-condition )
CONSTRAINT constraint-name
constraint-attributes
check-condition:
| search-condition
functional-dependency
functional-dependency:
( column-name ) ( column-name )
Statements 25
ALTER NICKNAME
constraint-attributes:
constraint-alteration:
Notes:
1 If you need to specify the federated-column-options clause in addition to the
LOCAL NAME parameter, the LOCAL TYPE parameter, or both, you must
specify the federated-column-options clause last.
| 2 The FOR BIT DATA clause can be specified in any order with the other
| column constraints that follow.
3 DISABLE QUERY OPTIMIZATION is not supported for a unique or primary
key constraint.
Description:
nickname
| Identifies the nickname for the data source object (such as a table, view, or file)
| that contains the column being altered. It must be a nickname described in the
| catalog.
| OPTIONS
| Indicates the nickname options that are added, set, or dropped when the
| nickname is altered.
| ADD
| Adds a nickname option.
| SET
| Changes the setting of a nickname option.
| nickname-option-name
| Names a nickname option that is to be added or set.
| string-constant
| Specifies the setting for nickname-option-name as a character string constant.
| DROP nickname-option-name
| Drops a nickname option.
ALTER COLUMN column-name
| Names the column to be altered. The column-name is the federated server’s
| current name for the column of the table or view at the data source. The
| column-name must identify an existing column of the nickname (SQLSTATE
| 42703). You cannot reference the same column name multiple times in the same
| ALTER NICKNAME statement (SQLSTATE 42711).
LOCAL NAME column-name
| Specifies a new name, column-name, by which the federated server is to
| reference the column to be altered. The new name cannot be qualified, and the
| same name cannot be used for more than one column of the nickname
| (SQLSTATE 42711).
LOCAL TYPE data-type
Specifies a new local data type to which the data type of the column that is to
be altered will map. The new type is denoted by data-type.
| Some wrappers only support a subset of the SQL data types. For descriptions
| of specific data types, see the description of the “CREATE TABLE” statement.
OPTIONS
| Indicates what column options are to be added, set, or dropped for the column
| specified after the COLUMN keyword.
| ADD
| Adds a column option.
| SET
| Changes the setting of a column option.
| column-option-name
| Names a column option that is to be added or set.
| string-constant
| Specifies the setting for column-option-name as a character string constant.
| DROP column-option-name
| Drops a column option.
| ADD unique-constraint
| Defines a unique constraint. See the description of the “CREATE NICKNAME”
| statement.
| ADD referential-constraint
| Defines a referential constraint. See the description of the “CREATE
| NICKNAME” statement.
| ADD check-constraint
| Defines a check constraint. See the description of the “CREATE NICKNAME”
| statement.
| ALTER FOREIGN KEY constraint-name
| Alters the constraint attributes of the referential constraint constraint-name. See
| the description of the “CREATE NICKNAME” statement. The constraint-name
| must identify an existing referential constraint (SQLSTATE 42704).
| ALTER CHECK constraint-name
| Alters the constraint attributes of the check constraint constraint-name. The
| constraint-name must identify an existing check constraint (SQLSTATE 42704).
| constraint-alteration
| Provides options for changing the attributes associated with referential or
| check constraints.
| ENABLE QUERY OPTIMIZATION
| The constraint can be used for query optimization under appropriate
| circumstances.
| DISABLE QUERY OPTIMIZATION
| The constraint cannot be used for query optimization.
Statements 27
ALTER NICKNAME
Rules:
| v If a nickname is used in a view, SQL method, or SQL function, or informational
| constraints are defined on it, the ALTER NICKNAME statement cannot be used
| to change the local names or data types for the columns in the nickname
| (SQLSTATE 42893). The statement can be used, however, to add, set, or drop
| column options, nickname options, or informational constraints.
| v If a nickname is referenced by a materialized query table definition, the ALTER
| NICKNAME statement cannot be used to change the local names, data types,
| column options, or nickname options (SQLSTATE 42893). The statement can be
| used, however, to add, alter, or drop informational constraints.
| v A column option cannot be specified more than once in the same ALTER
| NICKNAME statement (SQLSTATE 42853). When a column option is enabled,
| reset, or dropped, any other column options that are in use are not affected.
| v For relational nicknames, the ALTER NICKNAME statement within a given unit
| of work (UOW) cannot be processed under either of the following conditions
| (SQLSTATE 55007):
| – A nickname referenced in this statement has a cursor open on it in the same
| UOW
| – Either an INSERT, DELETE, or UPDATE statement is already issued in the
| same UOW against the nickname that is referenced in this statement
| v For non-relational nicknames, the ALTER NICKNAME statement within a given
| unit of work (UOW) cannot be processed under any of the following conditions
| (SQLSTATE 55007):
| – A nickname referenced in this statement has a cursor open on it in the same
| UOW
| – A nickname referenced in this statement is already referenced by a SELECT
| statement in the same UOW
| – Either an INSERT, DELETE, or UPDATE statement has already been issued in
| the same UOW against the nickname that is referenced in this statement
Notes:
| v If the ALTER NICKNAME statement is used to change the local name for a
| column of a nickname, queries against that column must reference it by its new
| name.
v When the local specification of a column’s data type is changed, the database
manager invalidates any statistics (HIGH2KEY, LOW2KEY, and so on) gathered
for that column.
Examples:
| Example 1: The nickname NICK1 references a DB2 UDB for iSeries table called T1.
| Also, COL1 is the local name that references this table’s first column, C1. Rename
| the local name for C1 from COL1 to NEWCOL.
| Example 2: The nickname EMPLOYEE references a DB2 UDB for z/OS and OS/390
| table called EMP. Also, SALARY is the local name that references EMP_SAL, one of
| this table’s columns. The column’s data type, FLOAT, maps to the local data type,
| DOUBLE. Change the mapping so that FLOAT maps to DECIMAL (10, 5).
| Example 3: Indicate that in an Oracle table, a column with the data type of
| VARCHAR does not have trailing blanks. The nickname for the table is NICK2,
| and the local name for the column is COL1.
|
| ALTER NICKNAME NICK2
| ALTER COLUMN COL1
| OPTIONS (ADD VARCHAR_NO_TRAILING_BLANKS ’Y’)
| Example 4: Alter the fully qualified path for the table-structured file, drugdata1.txt,
| for the nickname DRUGDATA1. Use the FILE_PATH nickname option and change
| the path from the current value of ’/user/pat/drugdata1.txt’ to
| ’/usr/kelly/data/drugdata1.txt’.
|
| ALTER NICKNAME DRUGDATA1
| OPTIONS (SET FILE_PATH ’/usr/kelly/data/drugdata1.txt’)
Related tasks:
v “Altering a nickname” in the Federated Systems Guide
Related reference:
v “CREATE NICKNAME” on page 273
v “Nickname column options for federated systems” in the Federated Systems Guide
Statements 29
ALTER PROCEDURE
ALTER PROCEDURE
The ALTER PROCEDURE statement modifies an existing procedure by changing
the properties of the procedure.
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v SYSADM or DBADM authority
v ALTERIN privilege on the schema of the procedure
v Definer of the procedure, as recorded in the DEFINER column of
SYSCAT.ROUTINES
Syntax:
Description:
procedure-designator
Uniquely identifies the procedure to be altered. For more information, see
Common syntax elements “Common syntax elements” on page viii.
EXTERNAL NAME ’string’ or identifier
Identifies the name of the user-written code that implements the procedure.
This option can only be specified when altering external procedures
| (SQLSTATE 42849). The EXTERNAL NAME clause cannot be altered in
| procedures that were declared as LANGUAGE SQL (SQLSTATE 42917).
FENCED or NOT FENCED
Specifies whether the procedure is considered safe to run in the database
manager operating environment’s process or address space (NOT FENCED), or
not (FENCED). Most procedures have the option of running as FENCED or
NOT FENCED.
If a procedure is altered to be FENCED, the database manager insulates its
internal resources (for example, data buffers) from access by the procedure. In
general, a procedure running as FENCED will not perform as well as a similar
one running as NOT FENCED.
CAUTION:
Use of NOT FENCED for procedures that were not adequately coded,
reviewed, and tested can compromise the integrity of DB2. DB2 takes some
precautions against many of the common types of inadvertent failures that
might occur, but cannot guarantee complete integrity when NOT FENCED
stored procedures are used.
This option can only be specified when altering external procedures
(SQLSTATE 42849).
A procedure declared as NOT THREADSAFE cannot be altered to be NOT
FENCED (SQLSTATE 42613).
If a procedure has any parameters defined AS LOCATOR, and was defined
with the NO SQL option, the procedure cannot be altered to be FENCED
(SQLSTATE 42613).
| This option cannot be altered for LANGUAGE OLE or CLR procedures
| (SQLSTATE 42849).
| The FENCED or NOT FENCED clause cannot be altered in procedures that
| were declared as LANGUAGE SQL (SQLSTATE 42917).
| EXTERNAL ACTION or NO EXTERNAL ACTION
| Specifies whether the procedure takes some action that changes the state of an
| object not managed by the database manager (EXTERNAL ACTION), or not
| (NO EXTERNAL ACTION). If NO EXTERNAL ACTION is specified, the
| system can use certain optimizations that assume the procedure has no
| external impact.
THREADSAFE or NOT THREADSAFE
Specifies whether the procedure is considered safe to run in the same process
as other routines (THREADSAFE), or not (NOT THREADSAFE).
If the procedure is defined with LANGUAGE other than OLE:
v If the procedure is defined as THREADSAFE, the database manager can
invoke the procedure in the same process as other routines. In general, to be
threadsafe, a procedure should not use any global or static data areas. Most
programming references include a discussion of writing threadsafe routines.
Both FENCED and NOT FENCED procedures can be THREADSAFE.
Statements 31
ALTER PROCEDURE
Rules:
v It is not possible to alter a procedure that is in the SYSIBM, SYSFUN, or
SYSPROC schema (SQLSTATE 42832).
Example:
Related reference:
v “CREATE PROCEDURE” on page 285
v “Common syntax elements” on page viii
ALTER SEQUENCE
The ALTER SEQUENCE statement can be used to change a sequence in any of
these ways:
v Restarting the sequence
v Changing the increment between future sequence values
v Setting or eliminating the minimum or maximum values
v Changing the number of cached sequence numbers
v Changing the attribute that determines whether the sequence can cycle or not
v Changing whether sequence numbers must be generated in order of request
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
| v ALTER privilege on the sequence to be altered
v The ALTERIN privilege for the schema implicitly or explicitly specified
v SYSADM or DBADM authority
Syntax:
(1)
RESTART
WITH numeric-constant
INCREMENT BY numeric-constant
MINVALUE numeric-constant
NO MINVALUE
MAXVALUE numeric-constant
NO MAXVALUE
CYCLE
NO CYCLE
CACHE integer-constant
NO CACHE
ORDER
NO ORDER
Notes:
1 The same clause must not be specified more than once.
Description:
Statements 33
ALTER SEQUENCE
sequence-name
Identifies the sequence that is to be changed. The name, including the implicit
or explicit schema qualifier, must uniquely identify an existing sequence at the
current server. If no sequence by this name exists in the explicitly or implicitly
specified schema, an error (SQLSTATE 42704) is returned. sequence-name must
not be a sequence generated by the system for an identity column (SQLSTATE
428FB).
RESTART
Restarts the sequence. If numeric-constant is not specified, the sequence is
restarted at the value specified implicitly or explicitly as the starting value on
the CREATE SEQUENCE statement that originally created the sequence.
WITH numeric-constant
Restarts the sequence with the specified value. This value can be any
positive or negative value that could be assigned to a column of the data
type associated with the sequence (SQLSTATE 42815), without non-zero
digits existing to the right of the decimal point (SQLSTATE 428FA).
INCREMENT BY numeric-constant
Specifies the interval between consecutive values of the sequence. This value
can be any positive or negative value that could be assigned to a column of the
data type associated with the sequence (SQLSTATE 42815), and does not
exceed the value of a large integer constant (SQLSTATE 42820), without
non-zero digits existing to the right of the decimal point (SQLSTATE 428FA).
If this value is negative, then this is a descending sequence. If this value is 0 or
positive, this is an ascending sequence after the ALTER statement.
MINVALUE or NO MINVALUE
Specifies the minimum value at which a descending sequence either cycles or
stops generating values, or an ascending sequence cycles to after reaching the
maximum value.
MINVALUE numeric-constant
Specifies the numeric constant that is the minimum value. This value can
be any positive or negative value that could be assigned to a column of the
data type associated with the sequence (SQLSTATE 42815), without
non-zero digits existing to the right of the decimal point (SQLSTATE
428FA), but the value must be less than or equal to the maximum value
(SQLSTATE 42815).
NO MINVALUE
For an ascending sequence, the value is the original starting value. For a
descending sequence, the value is the minimum value of the data type
associated with the sequence.
MAXVALUE or NO MAXVALUE
Specifies the maximum value at which an ascending sequence either cycles or
stops generating values, or a descending sequence cycles to after reaching the
minimum value.
MAXVALUE numeric-constant
Specifies the numeric constant that is the maximum value. This value can
be any positive or negative value that could be assigned to a column of the
data type associated with the sequence (SQLSTATE 42815), without
non-zero digits existing to the right of the decimal point (SQLSTATE
428FA), but the value must be greater than or equal to the minimum value
(SQLSTATE 42815).
NO MAXVALUE
For an ascending sequence, the value is the maximum value of the data
type associated with the sequence. For a descending sequence, the value is
the original starting value.
CYCLE or NO CYCLE
Specifies whether the sequence should continue to generate values after
reaching either its maximum or minimum value. The boundary of the sequence
can be reached either with the next value landing exactly on the boundary
condition, or by overshooting the value.
CYCLE
Specifies that values continue to be generated for this sequence after the
maximum or minimum value has been reached. If this option is used, after
an ascending sequence reaches its maximum value, it generates its
minimum value; or after a descending sequence reaches its minimum
value, it generates its maximum value. The maximum and minimum
values for the sequence determine the range that is used for cycling.
When CYCLE is in effect, then duplicate values can be generated by DB2
for the sequence.
NO CYCLE
Specifies that values will not be generated for the sequence once the
maximum or minimum value for the sequence has been reached.
CACHE or NO CACHE
Specifies whether to keep some preallocated values in memory for faster
access. This is a performance and tuning option.
CACHE integer-constant
Specifies the maximum number of sequence values that are preallocated
and kept in memory. Preallocating and storing values in the cache reduces
synchronous I/O to the log when values are generated for the sequence.
In the event of a system failure, all cached sequence values that have not
been used in committed statements are lost (that is, they will never be
used). The value specified for the CACHE option is the maximum number
of sequence values that could be lost in case of system failure.
The minimum value is 2 (SQLSTATE 42815).
NO CACHE
Specifies that values of the sequence are not to be preallocated. It ensures
that there is not a loss of values in the case of a system failure, shutdown
or database deactivation. When this option is specified, the values of the
sequence are not stored in the cache. In this case, every request for a new
value for the sequence results in synchronous I/O to the log.
ORDER or NO ORDER
Specifies whether the sequence numbers must be generated in order of request.
ORDER
Specifies that the sequence numbers are generated in order of request.
NO ORDER
Specifies that the sequence numbers do not need to be generated in order
of request.
Notes:
v Compatibilities
Statements 35
ALTER SEQUENCE
Examples:
Related samples:
v “DbSeq.java -- How to create, alter and drop a sequence in a database (JDBC)”
v “DbSeq.out -- HOW TO USE A SEQUENCE IN A DATABASE. Connect to
’sample’ database using JDBC type 2 driver (JDBC)”
ALTER SERVER
The ALTER SERVER statement is used to:
v Modify the definition of a specific data source, or the definition of a category of
data sources.
v Make changes in the configuration of a specific data source, or the configuration
of a category of data sources—changes that will persist over multiple
connections to the federated database.
In this statement, the word SERVER and the parameter names that start with
server- refer only to data sources in a federated system. They do not refer to the
federated server in such a system, or to DRDA application servers.
Invocation:
Authorization:
Syntax:
| ALTER SERVER
|
| server-name
| VERSION server-version
TYPE server-type
VERSION server-version
WRAPPER wrapper-name
|
| ,
ADD
OPTIONS ( server-option-name string-constant )
SET
DROP server-option-name
|
| server-version:
| version
. release
. mod
version-string-constant
|
Description:
server-name
Identifies the federated server’s name for the data source to which the changes
being requested are to apply. The data source must be one that is described in
the catalog.
VERSION
After server-name, VERSION and its parameter specify a new version of the
data source that server-name denotes.
Statements 37
ALTER SERVER
version
Specifies the version number. The value must be an integer.
release
Specifies the number of the release of the version denoted by version. The
value must be an integer.
mod
Specifies the number of the modification of the release denoted by release.
The value must be an integer.
version-string-constant
Specifies the complete designation of the version. The version-string-constant
can be a single value (for example, ‘8i’); or it can be the concatenated
values of version, release and, if applicable, mod (for example, ‘8.0.3’).
TYPE server-type
| Specifies the type of data source to which the changes being requested are to
| apply.
VERSION
After server-type, VERSION and its parameter specify the version of the data
sources for which server options are to be enabled, reset, or dropped.
WRAPPER wrapper-name
Specifies the name of the wrapper that the federated server uses to interact
with data sources of the type and version denoted by server-type and
server-version. The wrapper must be listed in the catalog.
OPTIONS
Indicates what server options are to be enabled, reset, or dropped for the data
source denoted by server-name, or for the category of data sources denoted by
server-type and its associated parameters.
ADD
Enables a server option.
SET
Changes the setting of a server option.
server-option-name
Names a server option that is to be enabled or reset.
string-constant
Specifies the setting for server-option-name as a character string constant.
DROP server-option-name
Drops a server option.
Notes:
| v A server option cannot be specified more than once in the same ALTER SERVER
| statement (SQLSTATE 42853). When a server option is enabled, reset, or
| dropped, any other server options that are in use are not affected.
| v An ALTER SERVER statement within a given unit of work (UOW) cannot be
| processed (SQLSTATE 55007) under either of the following conditions:
| – The statement references a single data source, and the UOW already includes
| one of the following:
| - A SELECT statement that references a nickname for a table or view within
| this data source
| - An open cursor on a nickname for a table or view within this data source
Examples:
| Example 1: Ensure that when authorization IDs are sent to your Oracle 8.0.3 data
| sources, the case of the IDs will remain unchanged. Also, assume that the local
| federated server CPU is twice as fast as the data source CPU. Inform the optimizer
| of this statistic.
| ALTER SERVER
| TYPE ORACLE
| VERSION 8.0.3
| OPTIONS
| (ADD FOLD_ID ’N’,
| SET CPU_RATIO ’2.0’)
| Example 2: Indicate that the Documentum data source called DCTM_SVR_ASIA has
| been changed to Version 4.
ALTER SERVER DCTM_SVR_ASIA
VERSION 4
Related concepts:
v “Distributed relational databases” in the SQL Reference, Volume 1
Related reference:
v “Server options for federated systems” in the Federated Systems Guide
Statements 39
ALTER TABLE
ALTER TABLE
| The ALTER TABLE statement alters the definition of a table.
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v ALTER privilege on the table to be altered
v CONTROL privilege on the table to be altered
v ALTERIN privilege on the schema of the table
v SYSADM or DBADM authority.
To create or drop a foreign key, the privileges held by the authorization ID of the
statement must include one of the following on the parent table:
v REFERENCES privilege on the table
v REFERENCES privilege on each column of the specified parent key
v CONTROL privilege on the table
v SYSADM or DBADM authority.
To drop a primary key or unique constraint of table T, the privileges held by the
authorization ID of the statement must include at least one of the following on
every table that is a dependent of this parent key of T:
v ALTER privilege on the table
v CONTROL privilege on the table
v ALTERIN privilege on the schema of the table
v SYSADM or DBADM authority.
To alter a table so that it is no longer a materialized query table, the privileges held
by the authorization ID of the statement must include at least one of the following,
on each table or view identified in the fullselect used to define the materialized
query table:
v ALTER privilege on the table or view
v CONTROL privilege on the table or view
v ALTERIN privilege on the schema of the table or view
v SYSADM or DBADM authority
Syntax:
|
COLUMN
ADD column-definition
unique-constraint
referential-constraint
check-constraint
partitioning-key-definition
RESTRICT ON DROP
MATERIALIZED
QUERY
ADD materialized-query-definition
ALTER FOREIGN KEY constraint-name constraint-alteration
CHECK
COLUMN
ALTER column-alteration
DROP PRIMARY KEY
FOREIGN KEY constraint-name
UNIQUE
CHECK
CONSTRAINT
PARTITIONING KEY
RESTRICT ON DROP
MATERIALIZED
DROP QUERY
DATA CAPTURE NONE
CHANGES
INCLUDE LONGVAR COLUMNS
ACTIVATE NOT LOGGED INITIALLY
WITH EMPTY TABLE
PCTFREE integer
LOCKSIZE ROW
TABLE
APPEND ON
OFF
CARDINALITY
VOLATILE
NOT VOLATILE
ACTIVATE VALUE COMPRESSION
DEACTIVATE
LOG INDEX BUILD NULL
OFF
ON
materialized-query-definition:
| ( fullselect ) refreshable-table-options
Statements 41
ALTER TABLE
refreshable-table-options:
column-definition:
column-name
(1) column-options
data-type
column-options:
NOT NULL
(2)
lob-options
(3)
datalink-options
(4)
SCOPE typed-table-name2
typed-view-name2
PRIMARY KEY
CONSTRAINT constraint-name UNIQUE
references-clause
CHECK ( check-condition ) constraint-attributes
generated-column-spec
COMPRESS SYSTEM DEFAULT
Notes:
1 If the first column-option chosen is the generated-column-spec, then the
data-type can be omitted and computed by the generation-expression.
2 The lob-options clause only applies to large object types (BLOB, CLOB and
DBCLOB) and distinct types based on large object types.
3 The datalink-options clause only applies to the DATALINK type and distinct
types based on the DATALINK type.
4 The SCOPE clause only applies to the REF type.
lob-options:
datalink-options:
NO LINK CONTROL
LINKTYPE URL
FILE LINK CONTROL file-link-options
MODE DB2OPTIONS
file-link-options:
* WRITE PERMISSION FS
BLOCKED
ADMIN REQUIRING TOKEN FOR UPDATE
NOT
references-clause:
| REFERENCES table-name
nickname ,
( column-name )
rule-clause constraint-attributes
rule-clause:
generated-column-spec:
default-clause
GENERATED ALWAYS AS ( generation-expression )
default-clause:
WITH
DEFAULT
constant
datetime-special-register
user-special-register
CURRENT SCHEMA
NULL
cast-function ( constant )
datetime-special-register
user-special-register
CURRENT SCHEMA
Statements 43
ALTER TABLE
unique-constraint:
UNIQUE ( column-name )
CONSTRAINT constraint-name PRIMARY KEY
referential-constraint:
references-clause
check-constraint:
CHECK ( check-condition )
CONSTRAINT constraint-name
constraint-attributes
check-condition:
| search-condition
functional-dependency
functional-dependency:
( column-name ) ( column-name )
constraint-attributes:
partitioning-key-definition:
,
USING HASHING
PARTITIONING KEY ( column-name )
column-alteration:
generated-column-spec:
| default-clause
ALWAYS
GENERATED identity-options
BY DEFAULT AS ( generation-expression )
identity-options:
| AS IDENTITY
(1) 1
( START WITH numeric-constant )
1
INCREMENT BY numeric-constant
NO MINVALUE
MINVALUE numeric-constant
NO MAXVALUE
MAXVALUE numeric-constant
NO CYCLE
CYCLE
CACHE 20
NO CACHE
CACHE integer-constant
generation-alteration:
identity-alteration:
Statements 45
ALTER TABLE
(1)
SET INCREMENT BY numeric-constant
SET NO MINVALUE
MINVALUE numeric-constant
SET NO MAXVALUE
MAXVALUE numeric-constant
SET NO CYCLE
CYCLE
SET NO CACHE
CACHE integer-constant
SET NO ORDER
ORDER
RESTART
WITH numeric-constant
constraint-alteration:
(1)
ENABLE QUERY OPTIMIZATION
DISABLE
ENFORCED
NOT
Notes:
1 The same clause must not be specified more than once.
Description:
table-name
The table-name must identify a table that exists at the current server. It cannot
be a nickname (SQLSTATE 42809) and must not be a view, a catalog table, or a
declared temporary table (SQLSTATE 42995).
If table-name identifies a materialized query table, alterations are limited to
adding or dropping the materialized query table, activating not logged initially,
adding or dropping RESTRICT ON DROP, and changing pctfree, locksize,
append, or volatile.
| If table-name identifies a range-clustered table, alterations are limited to adding,
| changing, or dropping constraints, activating not logged initially, adding or
| dropping RESTRICT ON DROP, changing locksize, data capture, or volatile,
| and setting column default values.
ADD column-definition
Adds a column to the table. The table must not be a typed table (SQLSTATE
428DH). For all existing rows in the table, the value of the new column is set
to its default value. The new column is the last column of the table; that is, if
initially there are n columns, the added column is column n+1.
Adding the new column must not make the total byte count of all columns
exceed the maximum record size.
column-name
Is the name of the column to be added to the table. The name cannot be
qualified. Existing column names in the table cannot be used (SQLSTATE
42711).
data-type
Is one of the data types listed under “CREATE TABLE”.
NOT NULL
Prevents the column from containing null values. The default-clause must
also be specified (SQLSTATE 42601).
lob-options
Specifies options for LOB data types. See lob-options in “CREATE TABLE”.
datalink-options
Specifies options for DATALINK data types. See datalink-options in
“CREATE TABLE”.
SCOPE
Specify a scope for a reference type column.
typed-table-name2
The name of a typed table. The data type of column-name must be
REF(S), where S is the type of typed-table-name2 (SQLSTATE 428DM).
No checking is done of the default value for column-name to ensure
that the value actually references an existing row in typed-table-name2.
typed-view-name2
The name of a typed view. The data type of column-name must be
REF(S), where S is the type of typed-view-name2 (SQLSTATE 428DM).
No checking is done of the default value for column-name to ensure
that the values actually references an existing row in typed-view-name2.
CONSTRAINT constraint-name
Names the constraint. A constraint-name must not identify a constraint that
was already specified within the same ALTER TABLE statement, or as the
name of any other existing constraint on the table (SQLSTATE 42710).
If the constraint name is not specified by the user, an 18-character identifier
unique within the identifiers of the existing constraints defined on the table
is generated by the system. (The identifier consists of ″SQL″ followed by a
sequence of 15 numeric characters that are generated by a timestamp-based
function.)
When used with a PRIMARY KEY or UNIQUE constraint, the
constraint-name may be used as the name of an index that is created to
support the constraint. See “Notes” on page 65 for details on index names
associated with unique constraints.
PRIMARY KEY
This provides a shorthand method of defining a primary key composed of
a single column. Thus, if PRIMARY KEY is specified in the definition of
column C, the effect is the same as if the PRIMARY KEY(C) clause were
specified as a separate clause. The column cannot contain null values, so
the NOT NULL attribute must also be specified (SQLSTATE 42831).
See PRIMARY KEY within the description of the unique-constraint below.
UNIQUE
This provides a shorthand method of defining a unique key composed of a
single column. Thus, if UNIQUE is specified in the definition of column C,
the effect is the same as if the UNIQUE(C) clause were specified as a
separate clause.
See UNIQUE within the description of the unique-constraint below.
Statements 47
ALTER TABLE
references-clause
This provides a shorthand method of defining a foreign key composed of a
single column. Thus, if a references-clause is specified in the definition of
column C, the effect is the same as if that references-clause were specified
as part of a FOREIGN KEY clause in which C is the only identified
column.
See references-clause in “CREATE TABLE”.
CHECK (check-condition)
This provides a shorthand method of defining a check constraint that
applies to a single column. See check-condition in “CREATE TABLE”.
generated-column-spec
For details on column generation, see “CREATE TABLE”.
default-clause
Specifies a default value for the column.
WITH
An optional keyword.
DEFAULT
Provides a default value in the event a value is not supplied on
INSERT or is specified as DEFAULT on INSERT or UPDATE. If a
specific default value is not specified following the DEFAULT
keyword, the default value depends on the data type of the column as
shown in Table 2. If a column is defined as a DATALINK or structured
type, then a DEFAULT clause cannot be specified.
If a column is defined using a distinct type, then the default value of
the column is the default value of the source data type cast to the
distinct type.
Table 2. Default Values (when no value specified)
Data Type Default Value
Numeric 0
Fixed-length character string Blanks
Varying-length character string A string of length 0
Fixed-length graphic string Double-byte blanks
Varying-length graphic string A string of length 0
Date For existing rows, a date
corresponding to January 1, 0001. For
added rows, the current date.
Time For existing rows, a time
corresponding to 0 hours, 0 minutes,
and 0 seconds. For added rows, the
current time.
Timestamp For existing rows, a date
corresponding to January 1, 0001, and
a time corresponding to 0 hours, 0
minutes, 0 seconds and 0
microseconds. For added rows, the
current timestamp.
Binary string (blob) A string of length 0
Statements 49
ALTER TABLE
cast-function
This form of a default value can only be used with columns
defined as a distinct type, BLOB or datetime (DATE, TIME or
TIMESTAMP) data type. For distinct type, with the exception of
distinct types based on BLOB or datetime types, the name of the
function must match the name of the distinct type for the column.
If qualified with a schema name, it must be the same as the
schema name for the distinct type. If not qualified, the schema
name from function resolution must be the same as the schema
name for the distinct type. For a distinct type based on a datetime
type, where the default value is a constant, a function must be
used and the name of the function must match the name of the
source type of the distinct type with an implicit or explicit schema
name of SYSIBM. For other datetime columns, the corresponding
datetime function may also be used. For a BLOB or a distinct type
based on BLOB, a function must be used and the name of the
function must be BLOB with an implicit or explicit schema name of
SYSIBM.
constant
Specifies a constant as the argument. The constant must
conform to the rules of a constant for the source type of the
distinct type or for the data type if not a distinct type. If the
cast-function is BLOB, the constant must be a string constant.
datetime-special-register
Specifies CURRENT DATE, CURRENT TIME, or CURRENT
TIMESTAMP. The source type of the distinct type of the
column must be the data type that corresponds to the specified
special register.
user-special-register
Specifies CURRENT USER, SESSION_USER, or
SYSTEM_USER. The data type of the source type of the distinct
type of the column must be a string data type with a length of
at least 8 bytes. If the cast-function is BLOB, the length attribute
must be at least 8 bytes.
CURRENT SCHEMA
Specifies the value of the CURRENT SCHEMA special register.
The data type of the source type of the distinct type of the
column must be a character string with a length greater than
or equal to the length attribute of the CURRENT SCHEMA
special register. If the cast-function is BLOB, the length
attribute must be at least 8 bytes.
Statements 51
ALTER TABLE
partitioning key. If a partitioning key already exists for the table, the existing
key must be dropped before adding the new partitioning key.
A partitioning key cannot be added to a table that is a subtable (SQLSTATE
428DH).
PARTITIONING KEY (column-name...)
Defines a partitioning key using the specified columns. Each column-name
must identify a column of the table, and the same column must not be
identified more than once. The name cannot be qualified. A column cannot
be used as part of a partitioning key if the data type of the column is a
LONG VARCHAR, LONG VARGRAPHIC, BLOB, CLOB, DBCLOB,
DATALINK, distinct type on any of these types, or structured type.
USING HASHING
Specifies the use of the hashing function as the partitioning method for
data distribution. This is the only partitioning method supported.
ADD RESTRICT ON DROP
Specifies that the table cannot be dropped, and that the table space that
contains the table cannot be dropped.
| ADD MATERIALIZED QUERY
| materialized-query-definition
| Changes a regular table to a materialized query table for use during query
| optimization. The table specified by table-name must not:
| v be previously defined as a materialized query table
| v be a typed table
| v have any constraints, unique indexes, or triggers defined
| v be referenced in the definition of another materialized query table.
| If table-name does not meet these criteria, an error is returned (SQLSTATE
| 428EW).
| fullselect
| Defines the query in which the table is based. The columns of the
| existing table must:
| v have the same number of columns
| v have exactly the same data types
| v have the same column names in the same ordinal positions
| as the result columns of fullselect (SQLSTATE 428EW). For details about
| specifying the fullselect for a materialized query table, see “CREATE
| TABLE”. One additional restriction is that table-name cannot be directly
| or indirectly referenced in the fullselect.
| refreshable-table-options
| Specifies the refreshable options for altering a materialized query table.
| DATA INITIALLY DEFERRED
| The data in the table must be validated using the REFRESH TABLE
| or SET INTEGRITY statement.
| REFRESH
| Indicates how the data in the table is maintained.
| DEFERRED
| The data in the table can be refreshed at any time using the
| REFRESH TABLE statement. The data in the table only reflects
| the result of the query as a snapshot at the time the REFRESH
Statements 53
ALTER TABLE
Statements 55
ALTER TABLE
Statements 57
ALTER TABLE
The base data type must not be DATE, TIME or TIMESTAMP (SQLSTATE
42842). If the base data type is a varying-length string, this clause is
ignored. String values of length 0 are automatically compressed if a table
has been set with VALUE COMPRESSION.
If the table being altered is a typed table, the column must not be inherited
from a supertable (SQLSTATE 428DJ).
identity-alteration
Alters the identity attributes of the column. The column must be an
identity column.
SET INCREMENT BY numeric-constant
Specifies the interval between consecutive values of the identity
column. The next value to be generated for the identity column will be
determined from the last assigned value with the increment applied.
The column must already be defined with the IDENTITY attribute
(SQLSTATE 42837).
This value can be any positive or negative value that could be assigned
to this column (SQLSTATE 42815), and does not exceed the value of a
large integer constant (SQLSTATE 42820), without non-zero digits
existing to the right of the decimal point (SQLSTATE 428FA).
If this value is negative, this is a descending sequence after the ALTER
statement. If this value is 0 or positive, this is an ascending sequence
after the ALTER statement.
Statements 59
ALTER TABLE
Statements 61
ALTER TABLE
NONE
Indicates that no extra information will be logged.
CHANGES
Indicates that extra information regarding SQL changes to this table will be
written to the log. This option is required if this table will be replicated
and the Capture program is used to capture changes for this table from the
log.
If the table is defined to allow data on a partition other than the catalog
partition (multiple partition database partition group or database partition
group with partition other than the catalog partition), then this option is
not supported (SQLSTATE 42997).
If the schema name (implicit or explicit) of the table is longer than 18
bytes, this option is not supported (SQLSTATE 42997).
INCLUDE LONGVAR COLUMNS
Allows data replication utilities to capture changes made to LONG
VARCHAR or LONG VARGRAPHIC columns. The clause may be
specified for tables that do not have any LONG VARCHAR or LONG
VARGRAPHIC columns since it is possible to ALTER the table to
include such columns.
ACTIVATE NOT LOGGED INITIALLY
Activates the NOT LOGGED INITIALLY attribute of the table for this current
unit of work.
Any changes made to the table by an INSERT, DELETE, UPDATE, CREATE
INDEX, DROP INDEX, or ALTER TABLE in the same unit of work after the
table is altered by this statement are not logged. Any changes made to the
system catalog by the ALTER statement in which the NOT LOGGED
INITIALLY attribute is activated are logged. Any subsequent changes made in
the same unit of work to the system catalog information are logged.
At the completion of the current unit of work, the NOT LOGGED INITIALLY
attribute is deactivated and all operations that are done on the table in
subsequent units of work are logged.
If using this feature to avoid locks on the catalog tables while inserting data, it
is important that only this clause be specified on the ALTER TABLE statement.
Use of any other clause in the ALTER TABLE statement will result in catalog
locks. If no other clauses are specified for the ALTER TABLE statement, then
only a SHARE lock will be acquired on the system catalog tables. This can
greatly reduce the possibility of concurrency conflicts for the duration of time
between when this statement is executed and when the unit of work in which
it was executed is ended.
If the table is a typed table, this option is only supported on the root table of
the typed table hierarchy (SQLSTATE 428DR).
For more information about the NOT LOGGED INITIALLY attribute, see the
description of this attribute in “CREATE TABLE”.
Note: If non-logged activity occurs against a table that has the NOT LOGGED
INITIALLY attribute activated, and if a statement fails (causing a
rollback), or a ROLLBACK TO SAVEPOINT is executed, the entire unit
of work is rolled back (SQL1476N). Furthermore, the table for which the
NOT LOGGED INITIALLY attribute was activated is marked
inaccessible after the rollback has occurred and can only be dropped.
Therefore, the opportunity for errors within the unit of work in which
the NOT LOGGED INITIALLY attribute is activated should be
minimized.
WITH EMPTY TABLE
Causes all data currently in table to be removed. Once the data has been
removed, it cannot be recovered except through use of the RESTORE
facility. If the unit of work in which this Alter statement was issued is
rolled back, the table data will NOT be returned to its original state.
When this action is requested, no DELETE triggers defined on the affected
table are fired. Any indexes that exist on the table are also emptied.
PCTFREE integer
| Specifies the percentage of each page that is to be left as free space during a
| load or a table reorganization operation. The first row on each page is added
| without restriction. When additional rows are added to a page, at least integer
| percent of the page is left as free space. The PCTFREE value is considered only
| by the load and table reorg utilities. The value of integer can range from 0 to
| 99. A PCTFREE value of -1 in the catalog (SYSCAT.TABLES) is interpreted as
| the default value. The default PCTFREE value for a table page is 0. If the table
| is a typed table, this option is only supported on the root table of the typed
| table hierarchy (SQLSTATE 428DR).
LOCKSIZE
Indicates the size (granularity) of locks used when the table is accessed. Use of
this option in the table definition will not prevent normal lock escalation from
occurring. If the table is a typed table, this option is only supported on the root
table of the typed table hierarchy (SQLSTATE 428DR).
ROW
Indicates the use of row locks. This is the default lock size when a table is
created.
TABLE
Indicates the use of table locks. This means that the appropriate share or
exclusive lock is acquired on the table and intent locks (except intent none)
are not used. Use of this value may improve the performance of queries by
limiting the number of locks that need to be acquired. However,
concurrency is also reduced since all locks are held over the complete
table.
APPEND
Indicates whether data is appended to the end of the table data or placed
where free space is available in data pages. If the table is a typed table, this
option is only supported on the root table of the typed table hierarchy
(SQLSTATE 428DR).
ON
Indicates that table data will be appended and information about free
space on pages will not be kept. The table must not have a clustered index
(SQLSTATE 428CA).
OFF
Indicates that table data will be placed where there is available space. This
is the default when a table is created.
The table should be reorganized after setting APPEND OFF since the
information about available free space is not accurate and may result in
poor performance during insert.
Statements 63
ALTER TABLE
| OFF
| Specifies that any index build operations on this table will be logged
| minimally. This value overrides the setting of the logindexbuild database
| configuration parameter.
| ON
| Specifies that any index build operations on this table will be logged
| completely. This value overrides the setting of the logindexbuild database
| configuration parameter.
Rules:
v Any unique or primary key constraint defined on the table must be a superset of
the partitioning key, if there is one (SQLSTATE 42997).
v Primary or unique keys cannot be subsets of dimensions (SQLSTATE 429BE).
v A column can only be referenced in one ADD or ALTER COLUMN clause in a
single ALTER TABLE statement (SQLSTATE 42711).
v A column length cannot be altered if the table has any materialized query tables
that are dependent on the table (SQLSTATE 42997).
| v The table must be set to check pending state, using the SET INTEGRITY
| statement (SQLSTATE 55019), before:
| – Adding a column with a generation expression
| – Altering the generated expression of a column
| – Changing a column to have a generated expression
Notes:
v Altering a table to a materialized query table will put the table in check-pending
state. If the table is defined as REFRESH IMMEDIATE, the table must be taken
out of check-pending state before INSERT, DELETE, or UPDATE commands can
be invoked on the table referenced by the fullselect. The table can be taken out
of check-pending state by using REFRESH TABLE or SET INTEGRITY, with the
IMMEDIATE CHECKED option, to completely refresh the data in the table
based on the fullselect. If the data in the table accurately reflects the result of the
fullselect, the IMMEDIATE UNCHECKED option of SET INTEGRITY can be
used to take the table out of check-pending state.
v Altering a table to change it to a REFRESH IMMEDIATE materialized query
table will cause any packages with INSERT, DELETE, or UPDATE usage on the
table referenced by the fullselect to be invalidated.
| v Altering a table to change from a materialized query table to a regular table will
| cause any packages dependent on the table to be invalidated.
| v Altering a table to change from a MAINTAINED BY FEDERATED_TOOL
| materialized query table to a regular table will not cause any change in the
| subscription setup of the replication tool. Because a subsequent change to a
| MAINTAINED BY SYSTEM materialized query table will cause the replication
| tool to fail, you must change the subscription setting when changing a
| MAINTAINED BY FEDERATED_TOOL materialized query table.
v If a deferred materialized query table is associated with a staging table, the
staging table will be dropped if the materialized query table is altered to a
regular table.
v ADD column clauses are processed prior to all other clauses. Other clauses are
processed in the order that they are specified.
v Any columns added via ALTER TABLE will not automatically be added to any
existing view of the table.
Statements 65
ALTER TABLE
Statements 67
ALTER TABLE
– Altering a structured type column to increase the inline length will invalidate
all packages that reference the table, either directly or indirectly through a
referential constraint or trigger.
– Altering a structured type column to increase the inline length will regenerate
views that are dependent on the table.
– Changing the LOCKSIZE for a table will result in invalidation of all packages
that have a dependency on the altered table.
– The ACTIVATE NOT LOGGED INITIALLY clause cannot be used when
DATALINK columns with the FILE LINK CONTROL attribute are being
added to the table (SQLSTATE 42613).
– Changing VOLATILE or NOT VOLATILE CARDINALITY will result in
invalidation of all packages that have a dependency on the altered table.
– Replication customers should take caution when increasing the length of
VARCHAR columns. The change data table associated with an application
table might already be at or near the DB2 rowsize limit. The change data
table should be altered before the application table, or the two should be
altered within the same unit of work, to ensure that the alteration can be
completed for both tables. Consideration should be given for copies, which
may also be at or near the rowsize limit, or reside on platforms which lack
the feature to increase the length of an existing column.
If the change data table is not altered before the Capture program processes
log records with the increased VARCHAR column length, the Capture
program will likely fail. If a copy containing the VARCHAR column is not
altered before the subscription maintaining the copy runs, the subscription
will likely fail.
– Compatibilities
- For compatibility with previous versions of DB2:
v The ADD keyword is optional for:
– Unnamed PRIMARY KEY constraints
– Unnamed referential constraints
– Referential constraints whose name follows the phrase FOREIGN KEY
v The CONSTRAINT keyword can be omitted from a column-definition
defining a references-clause
v constraint-name can be specified following FOREIGN KEY (without the
CONSTRAINT keyword)
v SET SUMMARY AS can be specified in place of SET MATERIALIZED
QUERY AS
| v SET MATERIALIZED QUERY AS DEFINITION ONLY can be specified in
| place of DROP MATERIALIZED QUERY
| v SET MATERIALIZED QUERY AS (fullselect) can be specified in place of
| ADD MATERIALIZED QUERY (fullselect)
- For compatibility with previous versions of DB2 and for consistency:
v A comma can be used to separate multiple options in the
identity-alteration clause.
- The following syntax is also supported:
v NOMINVALUE, NOMAXVALUE, NOCYCLE, NOCACHE, and
NOORDER
Examples:
Example 1: Add a new column named RATING, which is one character long, to
the DEPARTMENT table.
ALTER TABLE DEPARTMENT
ADD RATING CHAR(1)
Example 2: Add a new column named SITE_NOTES to the PROJECT table. Create
SITE_NOTES as a varying-length column with a maximum length of 1000
characters. The values of the column do not have an associated character set and
therefore should not be translated.
ALTER TABLE PROJECT
ADD SITE_NOTES VARCHAR(1000) FOR BIT DATA
Example 3: Assume a table called EQUIPMENT exists defined with the following
columns:
Column Name Data Type
EQUIP_NO INT
EQUIP_DESC VARCHAR(50)
LOCATION VARCHAR(50)
EQUIP_OWNER CHAR(3)
Example 4: Alter table EMPLOYEE. Add the check constraint named REVENUE
defined so that each employee must make a total of salary and commission greater
than $30,000.
ALTER TABLE EMPLOYEE
ADD CONSTRAINT REVENUE
CHECK (SALARY + COMM > 30000)
Example 5: Alter table EMPLOYEE. Drop the constraint REVENUE which was
previously defined.
ALTER TABLE EMPLOYEE
DROP CONSTRAINT REVENUE
Statements 69
ALTER TABLE
Example 8: Alter the EMPLOYEE table to add 4 new columns with default values.
ALTER TABLE EMPLOYEE
ADD COLUMN HEIGHT MEASURE DEFAULT MEASURE(1)
ADD COLUMN BIRTHDAY BIRTHDATE DEFAULT DATE(’01-01-1850’)
ADD COLUMN FLAGS BLOB(1M) DEFAULT BLOB(X’01’)
ADD COLUMN PHOTO PICTURE DEFAULT BLOB(X’00’)
The default values use various function names when specifying the default. Since
MEASURE is a distinct type based on INTEGER, the MEASURE function is used.
The HEIGHT column default could have been specified without the function since
the source type of MEASURE is not BLOB or a datetime data type. Since
BIRTHDATE is a distinct type based on DATE, the DATE function is used
(BIRTHDATE cannot be used here). For the FLAGS and PHOTO columns the
default is specified using the BLOB function even though PHOTO is a distinct
type. To specify a default for BIRTHDAY, FLAGS and PHOTO columns, a function
must be used because the type is a BLOB or a distinct type sourced on a BLOB or
datetime data type.
| Example 10: A remote table EMPLOYEE was created in a federated system using
| transparent DDL. Alter the remote table EMPLOYEE to add the columns
| PHONE_NO and WORK_DEPT; also add a primary key on the existing column
| EMP_NO and the new column WORK_DEPT.
| ALTER TABLE EMPLOYEE
| ADD COLUMN PHONE_NO CHAR(4) NOT NULL
| ADD COLUMN WORK_DEPT CHAR(3)
| ADD PRIMARY KEY (EMP_NO, WORK_DEPT)
| Example 11: Alter the DEPARTMENT table to add a functional dependency FD1,
| then drop the functional dependency FD1 from the DEPARTMENT table.
| ALTER TABLE DEPARTMENT
| ADD COSTRAINT FD1
| CHECK ( DEPTNAME DETERMINED BY DEPTNO) NOT ENFORCED
|
| ALTER TABLE DEPARTMENT
| DROP CHECK FD1
| Example 12: Change the default value for the WORKDEPT column in the
| EMPLOYEE table to 123.
Related concepts:
v “What is transparent DDL?” in the Federated Systems Guide
Related tasks:
v “Altering remote tables using transparent DDL” in the Federated Systems Guide
Related reference:
v “ALTER TYPE (Structured)” on page 79
v “CREATE TABLE” on page 316
v “Assignments and comparisons” in the SQL Reference, Volume 1
v “ALTOBJ procedure” in the SQL Administrative Routines
Related samples:
v “dbrecov.sqc -- How to recover a database (C)”
v “tbconstr.sqc -- How to create, use, and drop constraints (C)”
v “dbrecov.sqC -- How to recover a database (C++)”
v “dtstruct.sqC -- Create, use, drop a hierarchy of structured types and typed
tables (C++)”
v “tbconstr.sqC -- How to create, use, and drop constraints (C++)”
v “TbGenCol.java -- How to use generated columns (JDBC)”
Statements 71
ALTER TABLESPACE
ALTER TABLESPACE
The ALTER TABLESPACE statement is used to modify an existing table space in
the following ways:
v Add a container to, or drop a container from a DMS table space; that is, a table
space created with the MANAGED BY DATABASE option.
v Modify the size of a container in a DMS table space.
v Add a container to an SMS table space on a partition that currently has no
containers.
v Modify the PREFETCHSIZE setting for a table space.
v Modify the BUFFERPOOL used for tables in the table space.
v Modify the OVERHEAD setting for a table space.
v Modify the TRANSFERRATE setting for a table space.
v Modify the file system caching policy for a table space.
Invocation:
Authorization:
Syntax:
|
ADD database-container-clause
TO STRIPE SET stripeset on-db-partitions-clause
system-container-clause on-db-partitions-clause
BEGIN NEW STRIPE SET database-container-clause
on-db-partitions-clause
DROP drop-container-clause
on-db-partitions-clause
EXTEND database-container-clause
REDUCE all-containers-clause on-db-partitions-clause
RESIZE
PREFETCHSIZE AUTOMATIC
number-of-pages
integer K
M
G
BUFFERPOOL bufferpool-name
OVERHEAD number-of-milliseconds
TRANSFERRATE number-of-milliseconds
FILE SYSTEM CACHING
NO FILE SYSTEM CACHING
DROPPED TABLE RECOVERY ON
OFF
SWITCH ONLINE
database-container-clause:
drop-container-clause:
( FILE ’ container-string ’ )
DEVICE
system-container-clause:
( ’ container-string ’ )
on-db-partitions-clause:
ON DBPARTITIONNUM (
DBPARTITIONNUMS
db-partition-number1 )
TO db-partition-number2
all-containers-clause:
CONTAINERS
( ALL number-of-pages )
integer K
M
G
Description:
tablespace-name
Names the table space. This is a one-part name. It is a long SQL identifier
(either ordinary or delimited).
ADD
Specifies that one or more new containers are to be added to the table space.
TO STRIPE SET stripeset
Specifies that one or more new containers are to be added to the table space,
and that they will be placed into the given stripe set.
Statements 73
ALTER TABLESPACE
| DB2 will update the prefetch size automatically whenever the number of
| containers in a table space changes (following successful execution of an
| ALTER TABLESPACE statement that adds or drops one or more
| containers). The prefetch size is updated at database start-up.
Notes:
Statements 75
ALTER TABLESPACE
v Compatibilities
– For compatibility with versions earlier than Version 8, the keyword:
- NODE can be substituted for DBPARTITIONNUM
- NODES can be substituted for DBPARTITIONNUMS
| v Each container definition requires 53 bytes plus the number of bytes necessary to
| store the container name. The combined length of all container names for the
| table space cannot exceed 20 480 bytes (SQLSTATE 54034).
v Default container operations are container operations that are specified in the
ALTER TABLESPACE statement, but that are not explicitly directed to a specific
database partition. These container operations are sent to any database partition
that is not listed in the statement. If these default container operations are not
sent to any database partition, because all database partitions are explicitly
mentioned for a container operation, a warning is returned (SQLSTATE 1758W).
v Once space has been added or removed from a table space, and the transaction
is committed, the contents of the table space may be rebalanced across the
containers. Access to the table space is not restricted during rebalancing.
v If the table space is in OFFLINE state and the containers have become accessible,
the user can disconnect all applications and connect to the database again to
bring the table space out of OFFLINE state. Alternatively, SWITCH ONLINE
option can bring the table space up (out of OFFLINE) while the rest of the
database is still up and being used.
v If adding more than one container to a table space, it is recommended that they
be added in the same statement so that the cost of rebalancing is incurred only
once. An attempt to add containers to the same table space in separate ALTER
TABLESPACE statements within a single transaction will result in an error
(SQLSTATE 55041).
v Any attempts to extend, reduce, resize, or drop containers that do not exist will
raise an error (SQLSTATE 428B2).
v When extending, reducing, or resizing a container, the container type must
match the type that was used when the container was created (SQLSTATE
428B2).
v An attempt to change container sizes in the same table space, using separate
ALTER TABLESPACE statements but within a single transaction, will raise an
error (SQLSTATE 55041).
v In a partitioned database if more than one database partition resides on the
same physical node, the same device or specific path cannot be specified for
such database partitions (SQLSTATE 42730). For this environment, either specify
a unique container-string for each database partition or use a relative path name.
v Although the table space definition is transactional and the changes to the table
space definition are reflected in the catalog tables on commit, the buffer pool
with the new definition cannot be used until the next time the database is
started. The buffer pool in use, when the ALTER TABLESPACE statement was
issued, will continue to be used in the interim.
Rules:
v The BEGIN NEW STRIPE SET clause cannot be specified in the same statement
as ADD, DROP, EXTEND, REDUCE, and RESIZE, unless those clauses are being
directed to different partitions (SQLSTATE 429BC).
v The stripe set value specified with the TO STRIPE SET clause must be within the
valid range for the table space being altered (SQLSTATE 42615).
v When adding or removing space from the table space, the following rules must
be followed:
– EXTEND and RESIZE can be used in the same statement, provided that the
size of each container is increasing (SQLSTATE 429BC).
– REDUCE and RESIZE can be used in the same statement, provided that the
size of each container is decreasing (SQLSTATE 429BC).
– EXTEND and REDUCE cannot be used in the same statement, unless they are
being directed to different partitions (SQLSTATE 429BC).
– ADD cannot be used with REDUCE or DROP in the same statement, unless
they are being directed to different partitions (SQLSTATE 429BC).
– DROP cannot be used with EXTEND or ADD in the same statement, unless
they are being directed to different partitions (SQLSTATE 429BC).
Examples:
Example 2: Change the prefetch size and I/O overhead for the ACCOUNTING
table space.
Example 3: Create a table space TS1, then resize the containers so that all of the
containers have 2000 pages. (Three different ALTER TABLESPACE statements that
will accomplish this resizing are shown.)
CREATE TABLESPACE TS1
MANAGED BY DATABASE
USING (FILE ’/conts/cont0’ 1000,
DEVICE ’/dev/rcont1’ 500,
FILE ’cont2’ 700)
ALTER TABLESPACE TS1
RESIZE (FILE ’/conts/cont0’ 2000,
DEVICE ’/dev/rcont1’ 2000,
FILE ’cont2’ 2000)
OR
ALTER TABLESPACE TS1
RESIZE (ALL 2000)
OR
ALTER TABLESPACE TS1
EXTEND (FILE ’/conts/cont0’ 1000,
DEVICE ’/dev/rcont1’ 1500,
FILE ’cont2’ 1300)
Example 4: Extend all of the containers in the DATA_TS table space by 1000 pages.
ALTER TABLESPACE DATA_TS
EXTEND (ALL 1000)
Example 5: Resize all of the containers in the INDEX_TS table space to 100
megabytes (MB).
ALTER TABLESPACE INDEX_TS
RESIZE (ALL 100 M)
Statements 77
ALTER TABLESPACE
Example 6: Add three new containers. Extend the first container, and resize the
second.
ALTER TABLESPACE TS0
ADD (FILE ’cont2’ 2000, FILE ’cont3’ 2000)
ADD (FILE ’cont4’ 2000)
EXTEND (FILE ’cont0’ 100)
RESIZE (FILE ’cont1’ 3000)
Example 7: Table space TSO exists on partitions 0, 1 and 2. Add a new container to
database partition 0. Extend all of the containers on database partition 1. Resize a
container on all database partitions other than the ones that were explicitly
specified (that is, database partitions 0 and 1).
ALTER TABLESPACE TS0
ADD (FILE ’A’ 200) ON DBPARTITIONNUM (0)
EXTEND (ALL 200) ON DBPARTITIONNUM (1)
RESIZE (FILE ’B’ 500)
The RESIZE clause is the default container clause in this example, and will be
executed on database partition 2, because other operations are being explicitly sent
to database partitions 0 and 1. If, however, there had only been these two database
partitions, the statement would have succeeded, but returned a warning
(SQL1758W) that default containers had been specified but not used.
Related reference:
v “CREATE TABLESPACE” on page 374
v “System environment variables” in the Administration Guide: Performance
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v SYSADM or DBADM authority
v ALTERIN privilege on the schema of the type
v Definer of the type, as recorded in the DEFINER column of
SYSCAT.DATATYPES
Syntax:
method-identifier:
Statements 79
ALTER TYPE (Structured)
METHOD method-name
( )
,
( data-type )
SPECIFIC METHOD specific-name
method-options:
FENCED
NOT FENCED
THREADSAFE
NOT THREADSAFE
Description:
type-name
Identifies the structured type to be changed. It must be an existing type
defined in the catalog (SQLSTATE 42704), and the type must be a structured
type (SQLSTATE 428DP). In dynamic SQL statements, the CURRENT SCHEMA
special register is used as a qualifier for an unqualified object name. In static
SQL statements, the QUALIFIER precompile/bind option implicitly specifies
the qualifier for unqualified object names.
ADD ATTRIBUTE
Adds an attribute after the last attribute of the existing structured type.
attribute-definition
Defines the attributes of the structured type.
attribute-name
Specifies a name for the attribute. The name cannot be the same as any
other attribute of this structured type (including inherited attributes) or
any subtype of this structured type (SQLSTATE 42711).
A number of names used as keywords in predicates are reserved for
system use, and may not be used as an attribute-name (SQLSTATE
42939). The names are SOME, ANY, ALL, NOT, AND, OR, BETWEEN,
NULL, LIKE, EXISTS, IN, UNIQUE, OVERLAPS, SIMILAR, MATCH
and the comparison operators.
data-type 1
Specifies the data type of the attribute. It is one of the data types listed
under CREATE TABLE, other than LONG VARCHAR, LONG
VARGRAPHIC, or a distinct type based on LONG VARCHAR or
LONG VARGRAPHIC (SQLSTATE 42601). The data type must identify
an existing data type (SQLSTATE 42704). If data-type is specified
without a schema name, the type is resolved by searching the schemas
on the SQL path. The description of various data types is given in
“CREATE TABLE”. If the attribute data type is a reference type, the
target type of the reference must be a structured type that exists
(SQLSTATE 42704).
A structured type defined with an attribute of type DATALINK can
only be effectively used as the data type for a typed table or a typed
view (SQLSTATE 01641).
To prevent type definitions that, at run time, would permit an instance
of the type to directly, or indirectly, contain another instance of the
same type or one of its subtypes, there is a restriction that a type may
not be defined such that one of its attribute types directly or indirectly
uses itself (SQLSTATE 428EP).
lob-options
Specifies the options associated with LOB types (or distinct types based
on LOB types). For a detailed description of lob-options, see “CREATE
TABLE”.
datalink-options
Specifies the options associated with DATALINK types (or distinct
types based on DATALINK types). For a detailed descriptions of
datalink-options, see “CREATE TABLE”.
Note that if no options are specified for a DATALINK type, or distinct
type sourced on the DATALINK type, LINKTYPE URL and NO LINK
CONTROL are the default options.
DROP ATTRIBUTE
Drops an attribute of the existing structured type.
attribute-name
The name of the attribute. The attribute must exist as an attribute of the
type (SQLSTATE 42703).
RESTRICT
Enforces the rule that no attribute can be dropped if type-name is used as
the type of an existing table, view, column, attribute nested inside the type
of a column, or an index extension.
ADD METHOD method-specification
Adds a method specification to the type identified by type-name. The method
cannot be used until a separate CREATE METHOD statement is used to give
the method a body. For more information about method-specification, see
“CREATE TYPE (Structured)”.
ALTER method-identifier
Uniquely identifies an instance of a method that is to be altered. The specified
method may or may not have an existing method body. Methods declared as
LANGUAGE SQL cannot be altered (SQLSTATE 42917).
method-identifier
METHOD method-name
Identifies a particular method, and is valid only if there is exactly one
method instance with the name method-name for the type type-name.
The identified method can have any number of parameters defined for
it. If no method by this name exists for the type, an error (SQLSTATE
42704) is raised. If there is more than one instance of the method for
the type, an error (SQLSTATE 42725) is raised.
METHOD method-name (data-type,...)
Provides the method signature, which uniquely identifies the method.
The method resolution algorithm is not used.
method-name
Specifies the name of the method for the type type-name.
(data-type,...)
Values must match the data types that were specified (in the
corresponding position) on the CREATE TYPE statement. The
Statements 81
ALTER TYPE (Structured)
CAUTION:
Use of NOT FENCED for methods that were not adequately coded,
reviewed, and tested can compromise the integrity of DB2. DB2 takes
some precautions against many of the common types of inadvertent
failures that might occur, but cannot guarantee complete integrity when
NOT FENCED methods are used.
A method declared as NOT THREADSAFE cannot be altered to be NOT
FENCED (SQLSTATE 42613).
Rules:
v Adding or dropping an attribute is not allowed for type type-name (SQLSTATE
55043) if either:
– The type or one of its subtypes is the type of an existing table or view.
– There exists a column of a table whose type directly or indirectly uses
type-name. The terms directly uses and indirectly uses are defined in “Structured
types”.
– The type or one of its subtypes is used in an index extension.
v A type may not be altered by adding attributes so that the total number of
attributes for the type, or any of its subtypes, exceeds 4082 (SQLSTATE 54050).
v ADD ATTRIBUTE option:
– ADD ATTRIBUTE generates observer and mutator methods for the new
attribute. These methods are similar to those generated when a structured
type is created (see “CREATE TYPE (Structured)”). If these methods conflict
with or override any existing methods or functions, the ALTER TYPE
statement fails (SQLSTATE 42745).
– If the INLINE LENGTH for the type (or any of its subtypes) was explicitly
specified by the user with a value less than 292, and the attributes added
cause the specified inline length to be less than the size of the result of the
Statements 83
ALTER TYPE (Structured)
constructor function for the altered type (32 bytes plus 10 bytes per attribute),
then an error results (SQLSTATE 42611).
v DROP ATTRIBUTE option:
– An attribute that is inherited from an existing supertype cannot be dropped
(SQLSTATE 428DJ).
– DROP ATTRIBUTE drops the mutator and observer methods of the dropped
attributes, and checks dependencies on those dropped methods.
v DROP METHOD option:
– An original method that is overridden by other methods cannot be dropped
(SQLSTATE -2).
Notes:
v It is not possible to alter a method that is in the SYSIBM, SYSFUN, or SYSPROC
schema (SQLSTATE 42832).
v When a type is altered by adding or dropping an attribute, all packages are
invalidated that depend on functions or methods that use this type or a subtype
of this type as a parameter or a result.
v When an attribute is added to or dropped from a structured type:
– If the INLINE LENGTH of the type was calculated by the system when the
type was created, the INLINE LENGTH values are automatically modified for
the altered type, and all of its subtypes to account for the change. The
INLINE LENGTH values are also automatically (recursively) modified for all
structured types where the INLINE LENGTH was calculated by the system
and the type includes an attribute of any type with a changed INLINE
LENGTH.
– If the INLINE LENGTH of any type affected by adding or dropping
attributes was explicitly specified by a user, then the INLINE LENGTH for
that particular type is not changed. Special care must be taken for explicitly
specified inline lengths. If it is likely that a type will have attributes added
later on, then the inline length, for any uses of that type or one of its
subtypes in a column definition, should be large enough to account for the
possible increase in length of the instantiated object.
– If new attributes are to be made visible to application programs, existing
transform functions must be modified to match the new structure of the data
type.
| v In a partitioned database environment, the use of SQL in external user-defined
| functions or methods is not supported (SQLSTATE 42997).
v Privileges
The EXECUTE privilege is not given for any methods explicitly specified in the
ALTER TYPE statement until a method body is defined using the CREATE
METHOD statement. The definer of the user-defined type has the ability to drop
the method specification using the ALTER TYPE statement.
Examples:
Example 1: The ALTER TYPE statement can be used to permit a cycle of mutually
referencing types and tables. Consider mutually referencing tables named
EMPLOYEE and DEPARTMENT.
The following sequence would allow the types and tables to be created.
CREATE TYPE DEPT ...
CREATE TYPE EMP ... (including attribute named DEPTREF of type REF(DEPT))
ALTER TYPE DEPT ADD ATTRIBUTE MANAGER REF(EMP)
The following sequence would allow these tables and types to be dropped.
DROP TABLE EMPLOYEE (the MANAGER column in DEPARTMENT becomes unscoped)
DROP TABLE DEPARTMENT
ALTER TYPE DEPT DROP ATTRIBUTE MANAGER
DROP TYPE EMP
DROP TYPE DEPT
Example 2: The ALTER TYPE statement can be used to create a type with an
attribute that references a subtype.
CREATE TYPE EMP ...
CREATE TYPE MGR UNDER EMP ...
ALTER TYPE EMP ADD ATTRIBUTE MANAGER REF(MGR)
Example 3: The ALTER TYPE statement can be used to add an attribute. The
following statement adds the SPECIAL attribute to the EMP type. Because the
inline length was not specified on the original CREATE TYPE statement, DB2
recalculates the inline length by adding 13 (10 bytes for the new attribute +
attribute length + 2 bytes for a non-LOB attribute).
ALTER TYPE EMP ...
ADD ATTRIBUTE SPECIAL CHAR(1)
Example 4: The ALTER TYPE statement can be used to add a method associated
with a type. The following statement adds a method called BONUS.
ALTER TYPE EMP ...
ADD METHOD BONUS (RATE DOUBLE)
RETURNS INTEGER
LANGUAGE SQL
CONTAINS SQL
NO EXTERNAL ACTION
DETERMINISTIC
Note that the BONUS method cannot be used until a CREATE METHOD statement
is issued to create the method body. If it is assumed that type EMP includes an
attribute called SALARY, then the following is an example of a method body
definition.
CREATE METHOD BONUS(RATE DOUBLE) FOR EMP
RETURN CAST(SELF.SALARY * RATE AS INTEGER)
Related reference:
v “CREATE TABLE” on page 316
v “CREATE TYPE (Structured)” on page 401
v “CREATE METHOD” on page 267
v “User-defined types” in the SQL Reference, Volume 1
Related samples:
v “dtstruct.sqC -- Create, use, drop a hierarchy of structured types and typed
tables (C++)”
Statements 85
ALTER USER MAPPING
Invocation:
Authorization:
Syntax:
,
ADD
OPTIONS ( user-option-name string-constant )
SET
DROP user-option-name
Description:
authorization-name
Specifies the authorization name under which a user or application connects to
a federated database.
USER
The value in the special register USER. When USER is specified, then the
authorization ID of the ALTER USER MAPPING statement will be mapped to
the data source authorization ID that is specified in the REMOTE_AUTHID
user option.
SERVER server-name
Identifies the data source accessible under the remote authorization ID that
maps to the local authorization ID that’s denoted by authorization-name or
referenced by USER.
OPTIONS
Indicates what user options are to be enabled, reset, or dropped for the
mapping that is being altered.
ADD
Enables a user option.
SET
Changes the setting of a user option.
user-option-name
Names a user option that is to be enabled or reset.
string-constant
Specifies the setting for user-option-name as a character string constant.
DROP user-option-name
Drops a user option.
Notes:
v A user option cannot be specified more than once in the same ALTER USER
MAPPING statement (SQLSTATE 42853). When a user option is enabled, reset,
or dropped, any other user options that are in use are not affected.
v An ALTER USER MAPPING statement within a given unit of work (UOW)
cannot be processed (SQLSTATE 55007) if the UOW already includes one of the
following:
– A SELECT statement that references a nickname for a table or view at the
data source that is to be included in the mapping
– An open cursor on a nickname for a table or view at the data source that is to
be included in the mapping
– Either an INSERT, DELETE, or UPDATE issued against a nickname for a table
or view at the data source that is to be included in the mapping.
Examples:
Example 1: Jim uses a local database to connect to an Oracle data source called
ORACLE1. He accesses the local database under the authorization ID KLEEWEIN;
KLEEWEIN maps to CORONA, the authorization ID under which he accesses
ORACLE1. Jim is going to start accessing ORACLE1 under a new ID, JIMK. So
KLEEWEIN now needs to map to JIMK.
ALTER USER MAPPING FOR KLEEWEIN
SERVER ORACLE1
OPTIONS ( SET REMOTE_AUTHID ’JIMK’ )
Related reference:
v “User mapping options for federated systems” in the Federated Systems Guide
Statements 87
ALTER VIEW
ALTER VIEW
The ALTER VIEW statement modifies an existing view by altering a reference type
column to add a scope.
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v SYSADM or DBADM authority
v ALTERIN privilege on the schema of the view
v Definer of the view to be altered
v CONTROL privilege on the view to be altered.
Syntax:
COLUMN
ALTER column-name ADD SCOPE typed-table-name
typed-view-name
Description:
view-name
Identifies the view to be changed. It must be a view described in the catalog.
ALTER COLUMN column-name
Is the name of the column to be altered in the view. The column-name must
identify an existing column of the view (SQLSTATE 42703). The name cannot
be qualified.
ADD SCOPE
Add a scope to an existing reference type column that does not already have a
scope defined (SQLSTATE 428DK). The column must not be inherited from a
superview (SQLSTATE 428DJ).
typed-table-name
The name of a typed table. The data type of column-name must be REF(S),
where S is the type of typed-table-name (SQLSTATE 428DM). No checking is
done of any existing values in column-name to ensure that the values
actually reference existing rows in typed-table-name.
typed-view-name
The name of a typed view. The data type of column-name must be REF(S),
where S is the type of typed-view-name (SQLSTATE 428DM). No checking is
Statements 89
ALTER WRAPPER
ALTER WRAPPER
The ALTER WRAPPER statement is used to update the properties of a wrapper.
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v SYSADM or DBADM authority
Syntax:
| ,
ADD
( wrapper-option-name string-constant )
SET
DROP wrapper-option-name
Description:
wrapper-name
Specifies the name of the wrapper.
| OPTIONS
| Indicates what wrapper options are to be enabled, reset, or dropped.
| ADD
| Enables a server option.
| SET
| Changes the setting of a wrapper option.
| wrapper-option-name
| Names a wrapper option that is to be enabled or reset. Currently the only
| supported wrapper option name is DB2_FENCED.
| string-constant
| Specifies the setting for wrapper-option-name as a character string constant.
| Valid values are ’Y’ or ’N’. The default value for relational wrappers is ’N’,
| and the default value for non-relational wrappers is ’Y’.
| DROP wrapper-option-name
| Drops a wrapper option.
Notes:
v Execution of the ALTER WRAPPER statement does not include checking the
validity of wrapper-specific options.
Examples:
Related reference:
v “CREATE WRAPPER” on page 446
Statements 91
ASSOCIATE LOCATORS
ASSOCIATE LOCATORS
The ASSOCIATE LOCATORS statement gets the result set locator value for each
result set returned by a stored procedure.
Invocation:
Authorization:
None required.
Syntax:
RESULT SET
ASSOCIATE LOCATOR
LOCATORS
Description:
rs-locator-variable
Specifies a result set locator variable that has been declared in a compound
statement.
WITH PROCEDURE
Identifies the stored procedure that returns result set locators by the specified
procedure name.
procedure-name
A procedure name is a qualified or unqualified name. Each part of the
name must be composed of SBCS characters.
A fully qualified procedure name is a two-part name. The first part is an
identifier that contains the schema name of the stored procedure. The last
part is an identifier that contains the name of the stored procedure. A
period must separate each of the parts. Any or all of the parts can be a
delimited identifier.
If the procedure name is unqualified, it has only one name because the
implicit schema name is not added as a qualifier to the procedure name.
Successful execution of the ASSOCIATE LOCATOR statement only requires
that the unqualified procedure name in the statement is the same as the
procedure name in the most recently executed CALL statement that was
specified with an unqualified procedure name. The implicit schema name
for the unqualified name in the CALL statement is not considered in the
match. The rules for how the procedure name must be specified are
described below.
LOCATORS statement must be specified the same way that it was specified on
the CALL statement. For example, if a two-part name was specified on the
CALL statement, you must use a two-part name in the ASSOCIATE
LOCATORS statement.
Rules:
v More than one locator can be assigned to a result set. You can issue the same
ASSOCIATE LOCATORS statement more than once with different result set
locator variables.
v If the number of result set locator variables that are listed in the ASSOCIATE
LOCATORS statement is less than the number of locators returned by the stored
procedure, all variables in the statement are assigned a value, and a warning is
issued.
v If the number of result set locator variables that are listed in the ASSOCIATE
LOCATORS statement is greater than the number of locators returned by the
stored procedure, the extra variables are assigned a value of 0.
v If a stored procedure is called more than once from the same caller, only the
most recent result sets are accessible.
Examples:
Example 1: Use result set locator variables LOC1 and LOC2 to get the result set
locator values for the two result sets returned by stored procedure P1. Assume that
the stored procedure is called with a one-part name.
CALL P1;
ASSOCIATE RESULT SET LOCATORS (LOC1, LOC2)
WITH PROCEDURE P1;
Example 2: Repeat the scenario in Example 1, but use a two-part name to specify an
explicit schema name for the stored procedure to ensure that stored procedure P1
in schema MYSCHEMA is used.
CALL MYSCHEMA.P1;
ASSOCIATE RESULT SET LOCATORS (LOC1, LOC2)
WITH PROCEDURE MYSCHEMA.P1;
Statements 93
BEGIN DECLARE SECTION
Invocation:
Authorization:
None required.
Syntax:
Description:
The BEGIN DECLARE SECTION statement may be coded in the application
program wherever variable declarations can appear in accordance with the rules of
the host language. It is used to indicate the beginning of a host variable declaration
section. A host variable section ends with an END DECLARE SECTION statement.
Rules:
v The BEGIN DECLARE SECTION and the END DECLARE SECTION statements
must be paired and may not be nested.
v SQL statements cannot be included within the declare section.
v Variables referenced in SQL statements must be declared in a declare section in
all host languages other than REXX. Furthermore, the section must appear before
the first reference to the variable. Generally, host variables are not declared in
REXX with the exception of LOB locators and file reference variables. In this
case, they are not declared within a BEGIN DECLARE SECTION.
v Variables declared outside a declare section should not have the same name as
variables declared within a declare section.
v LOB data types must have their data type and length preceded with the SQL
TYPE IS keywords.
Examples:
WORKING-STORAGE SECTION.
EXEC SQL BEGIN DECLARE SECTION END-EXEC.
01 HV-SMINT PIC S9(4) COMP-4.
01 HV-VCHAR24.
49 HV-VCHAR24-LENGTH PIC S9(4) COMP-4.
49 HV-VCHAR24-VALUE PIC X(24).
01 HV-DEC72 PIC S9(5)V9(2) COMP-3.
01 HV-BLOB-50K USAGE SQL TYPE IS BLOB(50K).
EXEC SQL END DECLARE SECTION END-EXEC.
Note: In Fortran, if the expected value is greater than 254 characters, then a CLOB
host variable should be used.
Note that the variables HVSMINT and HVBLOB50K were implicitly defined by
using them in the FETCH statement.
Related reference:
v “END DECLARE SECTION” on page 500
Related samples:
v “advsql.sqb -- How to read table data using CASE (MF COBOL)”
v “dtlob.sqc -- How to use the LOB data type (C)”
v “spclient.sqc -- Call various stored procedures (C)”
v “tut_read.sqc -- How to read tables (C)”
v “udfemsrv.sqc -- Call a variety of types of embedded SQL user-defined
functions. (C)”
v “dtlob.sqC -- How to use the LOB data type (C++)”
v “spclient.sqC -- Call various stored procedures (C++)”
v “tut_read.sqC -- How to read tables (C++)”
v “udfemsrv.sqC -- Call a variety of types of embedded SQL user-defined
functions. (C++)”
Statements 95
CALL
CALL
The CALL statement calls a procedure.
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v EXECUTE privilege on the procedure
v SYSADM or DBADM authority
Syntax:
CALL procedure-name
,
( expression )
NULL
Description:
procedure-name
Specifies the procedure that is to be called. It must be a procedure that is
described in the catalog. The specific procedure to invoke is chosen using
procedure resolution. (For more details, see the “Notes” section of this
statement.)
expression or NULL
Each specification of expression or NULL is an argument of the CALL. The nth
argument of the CALL statement corresponds to the nth parameter defined in
the CREATE PROCEDURE statement for the procedure.
Each argument of the CALL must be compatible with the corresponding
parameter in the procedure definition as follows:
v IN parameter
– The argument must be assignable to the parameter.
– The assignment of a string argument uses the storage assignment rules.
v OUT parameter
| – The argument must be a single variable or parameter marker (SQLSTATE
| 42886).
– The argument must be assignable to the parameter.
– The assignment of a string argument uses the retrieval assignment rules.
v INOUT parameter
| – The argument must be a single variable or parameter marker (SQLSTATE
| 42886).
Notes:
v Procedure signatures:
A procedure is identified by its schema, a procedure name, and the number of
parameters. This is called a procedure signature, which must be unique within
the database. There can be more than one procedure with the same name in a
schema, provided that the number of parameters is different for each procedure.
v SQL path:
A procedure can be invoked by referring to a qualified name (schema and
procedure name), followed by an optional list of arguments enclosed by
parentheses. A procedure can also be invoked without the schema name,
resulting in a choice of possible procedures in different schemas with the same
number of parameters. In this case, the SQL path is used to assist in procedure
resolution. The SQL path is a list of schemas that is searched to identify a
procedure with the same name and number of parameters. For static CALL
statements, SQL path is specified using the FUNCPATH bind option. For
dynamic CALL statements, SQL path is the value of the CURRENT PATH
special register.
v Procedure resolution:
Given a procedure invocation, the database manager must decide which of the
possible procedures with the same name to call. Procedure resolution is done
using the steps that follow.
1. Find all procedures from the catalog (SYSCAT.ROUTINES), such that all of
the following are true:
– For invocations where the schema name was specified (that is, qualified
references), the schema name and the procedure name match the
invocation name.
– For invocations where the schema name was not specified (that is,
unqualified references), the procedure name matches the invocation name,
and has a schema name that matches one of the schemas in the SQL path.
– The number of defined parameters matches the invocation.
– The invoker has the EXECUTE privilege on the procedure.
2. Choose the procedure whose schema is earliest in the SQL path.
If there are no candidate procedures remaining after step 1, an error is returned
(SQLSTATE 42884).
v Retrieving the RETURN_STATUS from an SQL procedure:
If an SQL procedure successfully issues a RETURN statement with a status
value, this value is returned in the first SQLERRD field of the SQLCA. If the
CALL statement is issued in an SQL procedure, use the GET DIAGNOSTICS
statement to retrieve the RETURN_STATUS value. The value is −1 if the
SQLSTATE indicates an error. The values is 0 if no error is returned and the
RETURN statement was not specified in the procedure.
v Returning result sets from procedures:
If the calling program is written using CLI, JDBC, or SQLJ, or the caller is an
SQL procedure, result sets can be returned directly to the caller. The procedure
indicates that a result set is to be returned by declaring a cursor on that result
set, opening a cursor on the result set, and leaving the cursor open when exiting
the procedure.
Statements 97
CALL
PROCA:
EXEC SQL CALL PROCB;
PROCB:
EXEC SQL DECLARE B1 CURSOR WITH RETURN TO CLIENT ...;
EXEC SQL DECLARE B2 CURSOR WITH RETURN TO CALLER ...;
EXEC SQL DECLARE B3 CURSOR FOR SELECT UDFA FROM T1;
UDFA:
EXEC SQL CALL PROCC;
PROCC:
EXEC SQL DECLARE C1 CURSOR WITH RETURN TO CLIENT ...;
EXEC SQL DECLARE C2 CURSOR WITH RETURN TO CALLER ...;
From procedure PROCB:
– Cursor B1 is visible in the client application, but not visible in procedure
PROCA.
– Cursor B2 is visible in PROCA, but not visible to the client.
From procedure PROCC:
– Cursor C1 is visible to neither UDFA nor to the client application. (Because
UDFA appears in the call chain between the client and PROCC, the result set
is not returned to the client.)
– Cursor C2 is visible in UDFA, but not visible to any of the higher procedures.
Examples:
Example 1:
A Java application calls this procedure using the following code fragment:
...
CallableStatement stpCall;
stpCall.setInt(1, hvPartnum);
stpCall.setBigDecimal(2, hvCost);
stpCall.setInt(3, hvQuantity);
stpCall.execute();
hvCost = stpCall.getBigDecimal(2);
hvQuantity = stpCall.getInt(3);
...
Statements 99
CALL
This application code fragment will invoke the Java method onhand in class parts,
because the procedure name specified on the CALL statement is found in the
database and has the external name parts!onhand.
Example 2:
There are six FOO procedures, in four different schemas, registered as follows
(note that not all required keywords appear):
CREATE PROCEDURE AUGUSTUS.FOO (INT) SPECIFIC FOO_1 ...
CREATE PROCEDURE AUGUSTUS.FOO (DOUBLE, DECIMAL(15, 3)) SPECIFIC FOO_2 ...
CREATE PROCEDURE JULIUS.FOO (INT) SPECIFIC FOO_3 ...
CREATE PROCEDURE JULIUS.FOO (INT, INT, INT) SPECIFIC FOO_4 ...
CREATE PROCEDURE CAESAR.FOO (INT, INT) SPECIFIC FOO_5 ...
CREATE PROCEDURE NERO.FOO (INT,INT) SPECIFIC FOO_6 ...
Assume that the application making this reference has an SQL path established as:
"JULIUS", "AUGUSTUS", "CAESAR"
The procedure with specific name FOO_6 is eliminated as a candidate, because the
schema ″NERO″ is not included in the SQL path. FOO_1, FOO_3, and FOO_4 are
eliminated as candidates, because they have the wrong number of parameters. The
remaining candidates are considered in order, as determined by the SQL path.
Note that the types of the arguments and parameters are ignored. The parameters
of FOO_5 exactly match the arguments in the CALL, but FOO_2 is chosen because
″AUGUSTUS″ appears before ″CAESAR″ in the SQL path.
Related reference:
v “GET DIAGNOSTICS” on page 524
v “CURRENT PATH special register” in the SQL Reference, Volume 1
v “CALL invoked from a compiled statement” in the SQL Reference, Volume 1
v “Assignments and comparisons” in the SQL Reference, Volume 1
Related samples:
v “outcli.sqb -- Call stored procedures using the SQLDA structure (MF COBOL)”
v “spclient.c -- Call various stored procedures”
v “spclient.sqc -- Call various stored procedures (C)”
v “spclient.sqC -- Call various stored procedures (C++)”
v “SpClient.sqlj -- Call a variety of types of stored procedures from SpServer.sqlj
(SQLj)”
CASE
The CASE statement selects an execution path based on multiple conditions. This
statement should not be confused with the CASE expression, which allows an
expression to be selected based on the evaluation of one or more conditions.
Invocation:
Authorization:
Syntax:
simple-case-statement-when-clause:
ELSE SQL-procedure-statement ;
searched-case-statement-when-clause:
ELSE SQL-procedure-statement ;
Description:
CASE
Begins a case-statement.
Statements 101
CASE
simple-case-statement-when-clause
The value of the expression prior to the first WHEN keyword is tested for
equality with the value of each expression that follows the WHEN keyword. If
the search condition is true, the THEN statement is executed. If the result is
unknown or false, processing continues to the next search condition. If the
result does not match any of the search conditions, and an ELSE clause is
present, the statements in the ELSE clause are processed.
searched-case-statement-when-clause
The search-condition following the WHEN keyword is evaluated. If it evaluates
to true, the statements in the associated THEN clause are processed. If it
evaluates to false, or unknown, the next search-condition is evaluated. If no
search-condition evaluates to true and an ELSE clause is present, the statements
in the ELSE clause are processed.
SQL-procedure-statement
Specifies a statement that should be invoked. See SQL-procedure-statement in
the description of the Compound SQL (Procedure) statement.
END CASE
Ends a case-statement.
Notes:
v If none of the conditions specified in the WHEN are true, and an ELSE clause is
not specified, an error is issued at runtime, and the execution of the case
statement is terminated (SQLSTATE 20000).
v Ensure that your CASE statement covers all possible execution conditions.
Examples:
The following example shows how to do this using the syntax for a
simple-case-statement-when-clause:
CASE v_workdept
WHEN’A00’
THEN UPDATE department
SET deptname = ’DATA ACCESS 1’;
WHEN ’B01’
THEN UPDATE department
SET deptname = ’DATA ACCESS 2’;
ELSE UPDATE department
SET deptname = ’DATA ACCESS 3’;
END CASE
The following example shows how to do this using the syntax for a
searched-case-statement-when-clause:
CASE
WHEN v_workdept = ’A00’
THEN UPDATE department
SET deptname = ’DATA ACCESS 1’;
WHEN v_workdept = ’B01’
THEN UPDATE department
SET deptname = ’DATA ACCESS 2’;
ELSE UPDATE department
SET deptname = ’DATA ACCESS 3’;
END CASE
Related reference:
Related samples:
v “advsql.sqb -- How to read table data using CASE (MF COBOL)”
v “tbtrig.sqc -- How to use a trigger on a table (C)”
v “tbtrig.sqC -- How to use a trigger on a table (C++)”
v “TbTrig.java -- How to use triggers (JDBC)”
v “TbTrig.sqlj -- How to use triggers (SQLj)”
Statements 103
CLOSE
CLOSE
The CLOSE statement closes a cursor. If a result table was created when the cursor
was opened, that table is destroyed.
Invocation:
Authorization:
None required. For the authorization required to use a cursor, see “DECLARE
CURSOR”.
Syntax:
CLOSE cursor-name
WITH RELEASE
Description:
cursor-name
Identifies the cursor to be closed. The cursor-name must identify a declared
cursor as explained in the DECLARE CURSOR statement. When the CLOSE
statement is executed, the cursor must be in the open state.
WITH RELEASE
The release of all locks that have been held for the cursor is attempted. Note
that not all of the locks are necessarily released; these locks may be held for
other operations or activities.
Notes:
v At the end of a unit of work, all cursors that belong to an application process
and that were declared without the WITH HOLD option are implicitly closed.
v The WITH RELEASE clause has no effect when closing cursors defined in
functions or methods. The clause also has no effect when closing cursors defined
in stored procedures called from functions or methods.
v The WITH RELEASE clause has no effect for cursors that are operating under
isolation levels CS or UR. When specified for cursors that are operating under
isolation levels RS or RR, WITH RELEASE terminates some of the guarantees of
those isolation levels. Specifically, if the cursor is opened again, an RS cursor
may experience the ’nonrepeatable read’ phenomenon and an RR cursor may
experience either the ’nonrepeatable read’ or ’phantom’ phenomenon.
If a cursor that was originally either RR or RS is reopened after being closed
using the WITH RELEASE clause, new locks will be acquired.
v Special rules apply to cursors within a stored procedure that have not been
closed before returning to the calling program.
| v While a cursor is open (that is, it has not been closed yet), any changes to
| sequence values as a result of statements involving that cursor (for example, a
| FETCH or an UPDATE using the cursor that includes a NEXT VALUE
| expression for a sequence) will not result in an update to PREVIOUS VALUE for
| those sequences as seen by that cursor. The PREVIOUS VALUE values for these
| affected sequences are updated when the cursor is closed explicitly with the
| CLOSE statement. In a partitioned database environment, if a cursor is closed
Example:
A cursor is used to fetch one row at a time into the C program variables dnum,
dname, and mnum. Finally, the cursor is closed. If the cursor is reopened, it is again
located at the beginning of the rows to be fetched.
EXEC SQL DECLARE C1 CURSOR FOR
SELECT DEPTNO, DEPTNAME, MGRNO
FROM TDEPT
WHERE ADMRDEPT = ’A00’;
while (SQLCODE==0) { .
EXEC SQL FETCH C1 INTO :dnum, :dname, :mnum;
.
.
}
EXEC SQL CLOSE C1;
Related reference:
v “CALL” on page 96
v “DECLARE CURSOR” on page 448
Related samples:
v “dynamic.sqb -- How to update table data with cursor dynamically (MF
COBOL)”
v “tut_mod.sqc -- How to modify table data (C)”
v “tut_read.sqc -- How to read tables (C)”
v “tut_mod.sqC -- How to modify table data (C++)”
v “tut_read.sqC -- How to read tables (C++)”
Statements 105
COMMENT
COMMENT
The COMMENT statement adds or replaces comments in the catalog descriptions
of various objects.
Invocation:
Authorization:
Note that for table space or database partition group, the authorization ID must
have SYSADM or SYSCTRL authority.
Syntax:
objects:
ALIAS alias-name
COLUMN table-name.column-name
view-name.column-name
CONSTRAINT table-name.constraint-name
FUNCTION function-name
( )
,
data-type
SPECIFIC FUNCTION specific-name
FUNCTION MAPPING function-mapping-name
(1)
INDEX index-name
NICKNAME nickname
DATABASE PARTITION GROUP db-partition-group-name
PACKAGE package-id
schema-name. VERSION
version-id
PROCEDURE procedure-name
( )
,
data-type
SPECIFIC PROCEDURE specific-name
SCHEMA schema-name
SERVER server-name
SERVER OPTION server-option-name FOR remote-server
TABLE table-name
view-name
TABLESPACE tablespace-name
TRIGGER trigger-name
TYPE type-name
(2)
DISTINCT
TYPE MAPPING type-mapping-name
WRAPPER wrapper-name
remote-server:
SERVER server-name
TYPE server-type
VERSION server-version
WRAPPER wrapper-name
server-version:
version
. release
. mod
version-string-constant
Notes:
1 Index-name can be the name of either an index or an index specification.
2 The keyword DATA can be used as a synonym for DISTINCT.
Description:
Statements 107
COMMENT
ALIAS alias-name
Indicates a comment will be added or replaced for an alias. The alias-name
must identify an alias that is described in the catalog (SQLSTATE 42704). The
comment replaces the value of the REMARKS column of the SYSCAT.TABLES
catalog view for the row that describes the alias.
COLUMN table-name.column-name or view-name.column-name
Indicates a comment will be added or replaced for a column. The
table-name.column-name or view-name.column-name combination must identify a
column and table combination that is described in the catalog (SQLSTATE
42704). The comment replaces the value of the REMARKS column of the
SYSCAT.COLUMNS catalog view for the row that describes the column.
A comment cannot be made on a column of an inoperative view. (SQLSTATE
51024).
CONSTRAINT table-name.constraint-name
Indicates a comment will be added or replaced for a constraint. The
table-name.constraint-name combination must identify a constraint and the table
that it constrains; they must be described in the catalog (SQLSTATE 42704).
The comment replaces the value of the REMARKS column of the
SYSCAT.TABCONST catalog view for the row that describes the constraint.
FUNCTION
Indicates a comment will be added or replaced for a function. The function
instance specified must be a user-defined function or function template
described in the catalog.
There are several different ways available to identify the function instance:
FUNCTION function-name
Identifies the particular function, and is valid only if there is exactly one
function with the function-name. The function thus identified may have any
number of parameters defined for it. In dynamic SQL statements, the
CURRENT SCHEMA special register is used as a qualifier for an
unqualified object name. In static SQL statements the QUALIFIER
precompile/bind option implicitly specifies the qualifier for unqualified
object names. If no function by this name exists in the named or implied
schema, an error (SQLSTATE 42704) is raised. If there is more than one
specific instance of the function in the named or implied schema, an error
(SQLSTATE 42725) is raised.
FUNCTION function-name (data-type,...)
Provides the function signature, which uniquely identifies the function to
be commented upon. The function selection algorithm is not used.
function-name
Gives the function name of the function to be commented upon. In
dynamic SQL statements, the CURRENT SCHEMA special register is
used as a qualifier for an unqualified object name. In static SQL
statements the QUALIFIER precompile/bind option implicitly specifies
the qualifier for unqualified object names.
(data-type,...)
Must match the data types that were specified on the CREATE
FUNCTION statement in the corresponding position. The number of
data types, and the logical concatenation of the data types is used to
identify the specific function for which to add or replace the comment.
Statements 109
COMMENT
NICKNAME nickname
Indicates a comment will be added or replaced for a nickname. The nickname
must be a nickname that is described in the catalog (SQLSTATE 42704). The
comment replaces the value for the REMARKS column of the SYSCAT.TABLES
catalog view for the row that describes the nickname.
DATABASE PARTITION GROUP db-partition-group-name
Indicates a comment will be added or replaced for a database partition group.
The db-partition-group-name must identify a distinct database partition group
that is described in the catalog (SQLSTATE 42704). The comment replaces the
value for the REMARKS column of the SYSCAT.DBPARTITIONGROUPS
catalog view for the row that describes the database partition group.
PACKAGE schema-name.package-id
Indicates that a comment will be added or replaced for a package. If a schema
name is not specified, the package ID is implicitly qualified by the default
schema. The schema name and package ID, together with the implicitly or
explicitly specified version ID, must identify a package that is described in the
catalog (SQLSTATE 42704). The comment replaces the value for the REMARKS
column of the SYSCAT.PACKAGES catalog view for the row that describes the
package.
VERSION version-id
Identifies which package version is to be commented on. If a value is not
specified, the version defaults to the empty string. If multiple packages
with the same package name but different versions exist, only one package
version can be commented on in one invocation of the COMMENT
| statement. Delimit the version identifier with double quotation marks
| when it:
| v Is generated by the VERSION(AUTO) precompiler option
| v Begins with a digit
| v Contains lowercase or mixed-case letters
| If the statement is invoked from an operating system command prompt,
| precede each double quotation mark delimiter with a back slash character
| to ensure that the operating system does not strip the delimiters.
PROCEDURE
Indicates a comment will be added or replaced for a procedure. The procedure
instance specified must be a stored procedure described in the catalog.
There are several different ways available to identify the procedure instance:
PROCEDURE procedure-name
Identifies the particular procedure, and is valid only if there is exactly one
procedure with the procedure-name in the schema. The procedure thus
identified may have any number of parameters defined for it. In dynamic
SQL statements, the CURRENT SCHEMA special register is used as a
qualifier for an unqualified object name. In static SQL statements the
QUALIFIER precompile/bind option implicitly specifies the qualifier for
unqualified object names. If no procedure by this name exists in the named
or implied schema, an error (SQLSTATE 42704) is raised. If there is more
than one specific instance of the procedure in the named or implied
schema, an error (SQLSTATE 42725) is raised.
PROCEDURE procedure-name (data-type,...)
This is used to provide the procedure signature, which uniquely identifies
the procedure to be commented upon.
procedure-name
Gives the procedure name of the procedure to be commented upon. In
dynamic SQL statements, the CURRENT SCHEMA special register is
used as a qualifier for an unqualified object name. In static SQL
statements the QUALIFIER precompile/bind option implicitly specifies
the qualifier for unqualified object names.
(data-type,...)
Must match the data types that were specified on the CREATE
PROCEDURE statement in the corresponding position. The number of
data types, and the logical concatenation of the data types is used to
identify the specific procedure for which to add or replace the
comment.
If the data-type is unqualified, the type name is resolved by searching
the schemas on the SQL path. This also applies to data type names
specified for a REFERENCE type.
It is not necessary to specify the length, precision or scale for the
parameterized data types. Instead an empty set of parentheses may be
coded to indicate that these attributes are to be ignored when looking
for a data type match.
FLOAT() cannot be used (SQLSTATE 42601) since the parameter value
indicates different data types (REAL or DOUBLE).
However, if length, precision, or scale is coded, the value must exactly
match that specified in the CREATE PROCEDURE statement.
A type of FLOAT(n) does not need to match the defined value for n
since 0<n<25 means REAL and 24<n<54 means DOUBLE. Matching
occurs based on whether the type is REAL or DOUBLE.
Statements 111
COMMENT
SERVER server-name
Indicates a comment will be added or replaced for a data source. The
server-name must identify a data source that is described in the catalog
(SQLSTATE 42704). The comment replaces the value for the REMARKS column
of the SYSCAT.SERVERS catalog view for the row that describes the data
source.
SERVER OPTION server-option-name FOR remote-server
Indicates a comment will be added or replaced for a server option.
server-option-name
Identifies a server option. This option must be one that is described in the
catalog (SQLSTATE 42704). The comment replaces the value for the
REMARKS column of the SYSCAT.SERVEROPTIONS catalog view for the
row that describes the server option.
remote-server
Describes the data source to which the server-option applies.
SERVER server-name
Names the data source to which the server-option applies. The
server-name must identify a data source that is described in the catalog.
TYPE server-type
Specifies the type of data source—for example, DB2 Universal
Database for OS/390 or Oracle—to which the server-option applies. The
server-type can be specified in either lower- or uppercase; it will be
stored in uppercase in the catalog.
VERSION
Specifies the version of the data source identified by server-name.
version
Specifies the version number. version must be an integer.
release
Specifies the number of the release of the version denoted by
version. release must be an integer.
mod
Specifies the number of the modification of the release denoted by
release. mod must be an integer.
version-string-constant
Specifies the complete designation of the version. The
version-string-constant can be a single value (for example, ‘8i’); or it
can be the concatenated values of version, release, and, if applicable,
mod (for example, ‘8.0.3’).
WRAPPER wrapper-name
Identifies the wrapper that is used to access the data source referenced
by server-name.
TABLE table-name or view-name
Indicates a comment will be added or replaced for a table or view. The
table-name or view-name must identify a table or view (not an alias or nickname)
that is described in the catalog (SQLSTATE 42704) and must not identify a
declared temporary table (SQLSTATE 42995). The comment replaces the value
for the REMARKS column of the SYSCAT.TABLES catalog view for the row
that describes the table or view.
TABLESPACE tablespace-name
Indicates a comment will be added or replaced for a table space. The
tablespace-name must identify a distinct table space that is described in the
catalog (SQLSTATE 42704). The comment replaces the value for the REMARKS
column of the SYSCAT.TABLESPACES catalog view for the row that describes
the tablespace.
TRIGGER trigger-name
Indicates a comment will be added or replaced for a trigger. The trigger-name
must identify a distinct trigger that is described in the catalog (SQLSTATE
42704). The comment replaces the value for the REMARKS column of the
SYSCAT.TRIGGERS catalog view for the row that describes the trigger.
TYPE type-name
Indicates a comment will be added or replaced for a user-defined type. The
type-name must identify a user-defined type that is described in the catalog
(SQLSTATE 42704). If DISTINCT is specified, type-name must identify a distinct
type that is described in the catalog (SQLSTATE 42704). The comment replaces
the value of the REMARKS column of the SYSCAT.DATATYPES catalog view
for the row that describes the user-defined type.
In dynamic SQL statements, the CURRENT SCHEMA special register is used
as a qualifier for an unqualified object name. In static SQL statements the
QUALIFIER precompile/bind option implicitly specifies the qualifier for
unqualified object names.
TYPE MAPPING type-mapping-name
Indicates a comment will be added or replaced for a user-defined data type
mapping. The type-mapping-name must identify a data type mapping that is
described in the catalog (SQLSTATE 42704). The comment replaces the value
for the REMARKS column of the SYSCAT.TYPEMAPPINGS catalog view for
the row that describes the mapping.
WRAPPER wrapper-name
Indicates a comment will be added or replaced for a wrapper. The
wrapper-name must identify a wrapper that is described in the catalog
(SQLSTATE 42704). The comment replaces the value for the REMARKS column
of the SYSCAT.WRAPPERS catalog view for the row that describes the
wrapper.
IS string-constant
Specifies the comment to be added or replaced. The string-constant can be any
character string constant of up to 254 bytes. (Carriage return and line feed each
count as 1 byte.)
table-name|view-name ( { column-name IS string-constant } ... )
This form of the COMMENT statement provides the ability to specify
comments for multiple columns of a table or view. The column names must
not be qualified, each name must identify a column of the specified table or
view, and the table or view must be described in the catalog. The table-name
cannot be a declared temporary table (SQLSTATE 42995).
A comment cannot be made on a column of an inoperative view (SQLSTATE
51024).
Notes:
v Compatibilities
– For compatibility with previous versions of DB2:
Statements 113
COMMENT
Examples:
Example 3: Add a comment for the EDLEVEL column of the EMPLOYEE table.
COMMENT ON COLUMN EMPLOYEE.EDLEVEL
IS ’highest grade level passed in school’
Example 4: Add comments for two different columns of the EMPLOYEE table.
COMMENT ON EMPLOYEE
(WORKDEPT IS ’see DEPARTMENT table for names’,
EDLEVEL IS ’highest grade level passed in school’ )
Statements 115
COMMIT
COMMIT
The COMMIT statement terminates a unit of work and commits the database
changes that were made by that unit of work.
Invocation:
Authorization:
None required.
Syntax:
WORK
COMMIT
Description:
The unit of work in which the COMMIT statement is executed is terminated and a
new unit of work is initiated. All changes made by the following statements
| executed during the unit of work are committed: ALTER, COMMENT, CREATE,
| DROP, GRANT, LOCK TABLE, REVOKE, SET INTEGRITY, SET Variable, and the
| data change statements (INSERT, DELETE, MERGE, UPDATE), including those
| nested in a query.
The following statements, however, are not under transaction control and changes
made by them are independent of the COMMIT statement:
v SET CONNECTION
v SET CURRENT DEFAULT TRANSFORM GROUP
v SET CURRENT DEGREE
v SET CURRENT EXPLAIN MODE
v SET CURRENT EXPLAIN SNAPSHOT
| v SET CURRENT LOCK TIMEOUT
v SET CURRENT PACKAGESET
v SET CURRENT QUERY OPTIMIZATION
v SET CURRENT REFRESH AGE
v SET EVENT MONITOR STATE
v SET PASSTHRU
Note: Although the SET PASSTHRU statement is not under transaction control,
the passthru session initiated by the statement is under transaction
control.
v SET PATH
v SET SCHEMA
v SET SERVER OPTION
All locks acquired by the unit of work subsequent to its initiation are released,
except necessary locks for open cursors that are declared WITH HOLD. All open
cursors not defined WITH HOLD are closed. Open cursors defined WITH HOLD
remain open, and the cursor is positioned before the next logical row of the result
table. (A FETCH must be performed before a positioned UPDATE or DELETE
statement is issued.) All LOB locators are freed. Note that this is true even when
the locators are associated with LOB values retrieved via a cursor that has the
WITH HOLD property.
Notes:
v It is strongly recommended that each application process explicitly ends its unit
of work before terminating. If the application program ends normally without a
COMMIT or ROLLBACK statement then the database manager attempts a
commit or rollback depending on the application environment.
v For information on the impact of COMMIT on cached dynamic SQL statements,
see “EXECUTE”.
v For information on potential impacts of COMMIT on declared temporary tables,
see “DECLARE GLOBAL TEMPORARY TABLE”.
Example:
Commit alterations to the database made since the last commit point.
COMMIT WORK
Related reference:
v “EXECUTE” on page 501
v “DECLARE GLOBAL TEMPORARY TABLE” on page 454
Related samples:
v “dynamic.sqb -- How to update table data with cursor dynamically (MF
COBOL)”
v “tbconstr.sqc -- How to create, use, and drop constraints (C)”
v “tbsavept.sqc -- How to use external savepoints (C)”
v “tut_mod.sqc -- How to modify table data (C)”
v “tut_use.sqc -- How to modify a database (C)”
v “tbconstr.sqC -- How to create, use, and drop constraints (C++)”
v “tut_mod.sqC -- How to modify table data (C++)”
v “tut_use.sqC -- How to modify a database (C++)”
Statements 117
Compound SQL (Dynamic)
Invocation:
Authorization:
Syntax:
dynamic-compound-statement
BEGIN ATOMIC
(1)
label:
SQL-variable-declaration ;
condition-declaration
SQL-routine-statement ; END
label
SQL-variable-declaration:
,
DEFAULT NULL
DECLARE SQL-variable-name data-type
DEFAULT default-values
condition-declaration:
VALUE
SQLSTATE
string-constant
SQL-routine-statement:
CALL
FOR
fullselect
,
WITH common-table-expression
GET DIAGNOSTICS
IF
INSERT
ITERATE
LEAVE
MERGE
searched-delete
searched-update
SET Variable
SIGNAL
WHILE
Notes:
1 A label can only be specified when the statement is in a function, method, or
trigger definition.
Description:
label
Defines the label for the code block. If the beginning label is specified, it can be
used to qualify SQL variables declared in the dynamic compound statement
and can also be specified on a LEAVE statement. If the ending label is
specified, it must be the same as the beginning label.
ATOMIC
ATOMIC indicates that, if an error occurs in the compound statement, all SQL
statements in the compound statement will be rolled back, and any remaining
SQL statements in the compound statement are not processed.
SQL-routine-statement
Specifies the SQL statements that are to be used within the dynamic compound
statement. The RETURN statement can also be used within a dynamic
compound statement that is within an SQL function or SQL method. A
searched update, searched delete, insert, or merge operation on nicknames
inside compound SQL is not supported.
SQL-variable-declaration
Declares a variable that is local to the dynamic compound statement.
SQL-variable-name
Defines the name of a local variable. DB2 converts all SQL variable names
to uppercase. The name cannot be the same as:
v Another SQL variable within the compound statement
v A parameter name
If an SQL statement contains an identifier with the same name as an SQL
variable and a column reference, DB2 interprets the identifier as a column.
data-type
Specifies the data type of the variable.
Statements 119
Compound SQL (Dynamic)
Notes:
v Dynamic compound statements are compiled by DB2 as one single statement.
This statement is effective for short scripts involving little control flow logic but
significant dataflow. For larger constructs with requirements for nested complex
control flow or condition handling, a better choice is to use SQL procedures. For
more details on using SQL procedures, see “CREATE PROCEDURE”.
| v A procedure called within a compound statement must not issue a COMMIT or
| a ROLLBACK statement (SQLSTATE 42985).
| v Table access restrictions:
| If a procedure is defined as READS SQL DATA or MODIFIES SQL DATA, no
| statement in the procedure can access a table that is being modified by the
| compound statement that invoked the procedure (SQLSTATE 57053). If the
| procedure is defined as MODIFIES SQL DATA, no statement in the procedure
| can modify a table that is being read or modified by the compound statement
| that invoked the procedure (SQLSTATE 57053).
Examples:
Example 1:
This example illustrates how inline SQL PL can be used in a data warehousing
scenario for data cleansing.
The example introduces three tables. The ″target″ table contains the cleansed data.
The ″except″ table stores rows that cannot be cleansed (exceptions) and the
″source″ table contains the raw data to be cleansed.
A simple SQL function called ″discretize″ is used to classify and modify the data. It
returns NULL for all bad data. The Dynamic Compound statement then cleanses
the data. It walks all rows of the source table in a FOR-loop and decides whether
the current row gets inserted into the ″target″ or the ″except″ table, depending on
the result of the ″discretize″ function. More elaborate mechanisms (multistage
cleansing) are possible with this technique.
The same code can be written using an SQL Procedure or any other procedure or
application in a host language. However, the dynamic compound statement offers
a unique advantage in that the FOR-loop does not open a cursor and the single
row inserts are not really single row inserts. In fact, the logic is effectively a
multi-table insert from a shared select.
This creates a table called SOURCE to hold the data that is to be cleansed.
Next, we create a ″discretize″ function to cleanse the data by throwing out all
values outside [0..1000] and aligning them to steps of 10.
CREATE FUNCTION discretize(raw INTEGER) RETURNS INTEGER
RETURN CASE
WHEN raw < 0 THEN CAST(NULL AS INTEGER)
WHEN raw > 1000 THEN NULL
ELSE ((raw / 10) * 10) + 5
END
Statements 121
Compound SQL (Dynamic)
Related reference:
v “CREATE PROCEDURE” on page 285
Related samples:
v “dbinline.sqc -- How to use inline SQL Procedure Language (C)”
Invocation:
Authorization:
None for the Compound SQL statement itself. The authorization ID of the
Compound SQL statement must have the appropriate authorization on all the
individual statements that are contained within the Compound SQL statement.
Syntax:
STOP AFTER FIRST host-variable STATEMENTS sql-statement ;
END COMPOUND
Description:
ATOMIC
Specifies that, if any of the sub-statements within the Compound SQL
statement fail, then all changes made to the database by any of the
sub-statements, including changes made by successful sub-statements, are
undone.
NOT ATOMIC
Specifies that, regardless of the failure of any sub-statements, the Compound
SQL statement will not undo any changes made to the database by the other
sub-statements.
STATIC
Specifies that input variables for all sub-statements retain their original value.
For example, if
SELECT ... INTO :abc ...
is followed by:
UPDATE T1 SET C1 = 5 WHERE C2 = :abc
the UPDATE statement will use the value that :abc had at the start of the
execution of the Compound SQL statement, not the value that follows the
SELECT INTO.
Statements 123
Compound SQL (Embedded)
If the same variable is set by more than one sub-statement, the value of that
variable following the Compound SQL statement is the value set by the last
sub-statement.
Note: INSERT, UPDATE, and DELETE are not supported in compound SQL
for use with nicknames.
If a COMMIT statement is included, it must be the last sub-statement. If
COMMIT is in this position, it will be issued even if the STOP AFTER FIRST
host-variable STATEMENTS clause indicates that not all of the sub-statements
are to executed. For example, suppose COMMIT is the last sub-statement in a
compound SQL block of 100 sub-statements. If the STOP AFTER FIRST
STATEMENTS clause indicates that only 50 sub-statements are to be executed,
then COMMIT will be the 51st sub-statement.
An error will be returned if COMMIT is included when using CONNECT
TYPE 2 or running in an XA distributed transaction processing environment
(SQLSTATE 25000).
Rules:
v DB2 Connect does not support SELECT statements selecting LOB columns in a
compound SQL block.
v No host language code is allowed within a Compound SQL statement; that is,
no host language code is allowed between the sub-statements that make up the
Compound SQL statement.
v Only NOT ATOMIC Compound SQL statements will be accepted by DB2
Connect.
v Compound SQL statements cannot be nested.
v A prepared COMMIT statement is not allowed in an ATOMIC Compound SQL
statement
Notes:
One SQLCA is returned for the entire Compound SQL statement. Most of the
information in that SQLCA reflects the values set by the application server when it
processed the last sub-statement. For instance:
v The SQLCODE and SQLSTATE are normally those for the last sub-statement (the
exception is described in the next point).
v If a 'no data found' warning (SQLSTATE '02000') is returned, that warning is
given precedence over any other warning so that a WHENEVER NOT FOUND
exception can be acted upon. (This means that the SQLCODE, SQLERRML,
SQLERRMC, and SQLERRP fields in the SQLCA that is eventually returned to
the application are those from the sub-statement that triggered the 'no data
found' warning. If there is more than one 'no data found' warning within the
Compound SQL statement, the fields for the last sub-statement will be the fields
that are returned.)
v The SQLWARN indicators are an accumulation of the indicators set for all
sub-statements.
If one or more errors occurred during NOT ATOMIC Compound SQL execution
and none of these are of a serious nature, the SQLERRMC will contain information
on up to a maximum of seven of these errors. The first token of the SQLERRMC
will indicate the total number of errors that occurred. The remaining tokens will
each contain the ordinal position and the SQLSTATE of the failing sub-statement
within the Compound SQL statement. The format is a character string of the form:
nnnXsssccccc
with the substring starting with X repeating up to six more times and the string
elements defined as follows.
nnn The total number of statements that produced errors. (If the number would
exceed 999, counting restarts at zero.) This field is left-justified and padded
with blanks.
X The token separator X'FF'.
sss The ordinal position of the statement that caused the error. (If the number
would exceed 999, counting restarts at zero.) For example, if the first
statement failed, this field would contain the number one left-justified ('1 ').
ccccc The SQLSTATE of the error.
The second SQLERRD field contains the number of statements that failed (returned
negative SQLCODEs).
The third SQLERRD field in the SQLCA is an accumulation of the number of rows
affected by all sub-statements.
The fourth SQLERRD field in the SQLCA is a count of the number of successful
sub-statements. If, for example, the third sub-statement in a Compound SQL
statement failed, the fourth SQLERRD field would be set to 2, indicating that 2
sub-statements were successfully processed before the error was encountered.
The fifth SQLERRD field in the SQLCA is an accumulation of the number of rows
updated or deleted due to the enforcement of referential integrity constraints for all
sub-statements that triggered such constraint activity.
Examples:
Statements 125
Compound SQL (Embedded)
Example 2: In a C program, insert 10 rows of data into the database. Assume the
host variable :nbr contains the value 10 and S1 is a prepared INSERT statement.
Further, assume that all the inserts should be attempted regardless of errors (NOT
ATOMIC).
EXEC SQL BEGIN COMPOUND NOT ATOMIC STATIC STOP AFTER FIRST :nbr STATEMENTS
EXECUTE S1 USING DESCRIPTOR :*sqlda0;
EXECUTE S1 USING DESCRIPTOR :*sqlda1;
EXECUTE S1 USING DESCRIPTOR :*sqlda2;
EXECUTE S1 USING DESCRIPTOR :*sqlda3;
EXECUTE S1 USING DESCRIPTOR :*sqlda4;
EXECUTE S1 USING DESCRIPTOR :*sqlda5;
EXECUTE S1 USING DESCRIPTOR :*sqlda6;
EXECUTE S1 USING DESCRIPTOR :*sqlda7;
EXECUTE S1 USING DESCRIPTOR :*sqlda8;
EXECUTE S1 USING DESCRIPTOR :*sqlda9;
END COMPOUND;
Related reference:
v “Compound SQL (Procedure)” on page 127
Related samples:
v “dbuse.sqc -- How to use a database (C)”
v “dbuse.sqC -- How to use a database (C++)”
Invocation:
Authorization:
Syntax:
procedure-compound-statement:
NOT ATOMIC
BEGIN
label: ATOMIC
SQL-variable-declaration ;
condition-declaration
return-codes-declaration
statement-declaration ; DECLARE-CURSOR-statement ;
SQL-procedure-statement ;
handler-declaration ;
END
label
Statements 127
Compound SQL (Procedure)
SQL-variable-declaration:
,
DEFAULT NULL
DECLARE SQL-variable-name data-type
DEFAULT constant
RESULT_SET_LOCATOR VARYING
condition-declaration:
VALUE
SQLSTATE
string-constant
statement-declaration:
return-codes-declaration:
DEFAULT ’00000’
DECLARE SQLSTATE CHARACTER(5)
CHAR(5) DEFAULT string-constant
DEFAULT 0
SQLCODE INTEGER
INT DEFAULT integer-constant
handler-declaration:
SQL-procedure-statement
specific-condition-value:
,
VALUE
SQLSTATE string-constant
condition-name
general-condition-value:
SQLEXCEPTION
SQLWARNING
NOT FOUND
SQL-procedure-statement:
SQL-statement
label:
Description:
label
Defines the label for the code block. If the beginning label is specified, it can be
used to qualify SQL variables declared in the compound statement and can
also be specified on a LEAVE statement. If the ending label is specified, it must
be the same as the beginning label.
ATOMIC or NOT ATOMIC
ATOMIC indicates that if an unhandled exception condition occurs in the
compound statement, all SQL statements in the compound statement will be
rolled back. NOT ATOMIC indicates that an unhandled exception condition
within the compound statement does not cause the compound statement to be
rolled back.
SQL-variable-declaration
Declares a variable that is local to the compound statement.
SQL-variable-name
Defines the name of a local variable. DB2 converts all SQL variable
names to uppercase. The name cannot be the same as another SQL
variable within the same compound statement and cannot be the same
as a parameter name. SQL variable names should not be the same as
column names. If an SQL statement contains an identifier with the
same name as an SQL variable and a column reference, DB2 interprets
the identifier as a column. If the compound statement where the
variable is declared is labeled, then uses of the variable can be
qualified with the label. For example, variable V declared in compound
statement labeled C can be referred to as C.V.
data-type
| Specifies the data type of the variable. LONG VARCHAR, LONG
| VARGRAPHIC, DATALINK, REFERENCE, and user-defined structured
| types are not supported (SQLSTATE 429BB).
DEFAULT constant or NULL
Defines the default for the SQL variable. The variable is initialized
when the SQL procedure is called. If a default value is not specified,
the variable is initialized to NULL.
RESULT_SET_LOCATOR VARYING
Specifies the data type for a result set locator variable.
condition-declaration
Declares a condition name and corresponding SQLSTATE value.
condition-name
Specifies the name of the condition. The condition name must be
Statements 129
Compound SQL (Procedure)
unique within the procedure body and can be referenced only within
the compound statement in which it is declared.
FOR SQLSTATE string-constant
Specifies the SQLSTATE that is associated with the condition. The
string-constant must be specified as five characters enclosed in single
quotes, and cannot be '00000'.
statement-declaration
Declares a list of one or more names that are local to the compound statement.
A statement name cannot be the same as another statement name within the
same compound statement.
return-codes-declaration
Declares special variables called SQLSTATE and SQLCODE that are set
automatically to the value returned after processing an SQL statement. Both
the SQLSTATE and SQLCODE variables can only be declared in the outermost
compound statement of the SQL procedure body. These variables may be
declared only once per SQL procedure.
declare-cursor-statement
Declares a cursor in the procedure body. Each cursor must have a unique
name. The cursor can be referenced only from within the compound statement.
Use an OPEN statement to open the cursor, and a FETCH statement to read
rows using the cursor. To return result sets from the SQL procedure to the
client application, the cursor must be declared using the WITH RETURN
clause. The following example returns one result set to the client application:
CREATE PROCEDURE RESULT_SET()
LANGUAGE SQL
RESULT SETS 1
BEGIN
DECLARE C1 CURSOR WITH RETURN FOR
SELECT id, name, dept, job
FROM staff;
OPEN C1;
END
Note: To process result sets, you must write your client application using one
of the DB2 Call Level Interface (DB2 CLI), Open Database Connectivity
(ODBC), Java Database Connectivity (JDBC), or embedded SQL for Java (SQLJ)
application programming interfaces.
The conditions that cause the handler to be activated are defined in the
handler-declaration as follows:
specific-condition-value
Specifies that the handler is a specific condition handler.
SQLSTATE string
Specifies an SQLSTATE for which the handler is invoked. The first
two characters of the SQLSTATE value must not be "00".
condition-name
Specifies a condition name for which the handler is invoked. The
condition name must be previously defined in a condition
declaration.
general-condition-value
Specifies that the handler is a general condition handler.
SQLEXCEPTION
Specifies that the handler is invoked when an exception condition
occurs. An exception condition is represented by an SQLSTATE
value whose first two characters are not "00", "01", or "02".
SQLWARNING
Specifies that the handler is invoked when a warning condition
occurs. A warning condition is represented by an SQLSTATE value
whose first two characters are "01".
NOT FOUND
Specifies that the handler is invoked when a NOT FOUND
condition occurs. A NOT FOUND condition is represented by an
SQLSTATE value whose first two characters are "02".
SQL-procedure-statement
Specifies the SQL procedure statement.
label
Specifies a label for the SQL procedure statement. The label must be
unique within a list of SQL procedure statements, including any compound
statements nested within the list. Note that compound statements that are
not nested can use the same label. A list of SQL procedure statements is
possible in a number of SQL control statements.
SQL-statement
All executable SQL statements can be contained within the body of an SQL
procedure, with the exception of the following:
v ALTER
Statements 131
Compound SQL (Procedure)
v CONNECT
v CREATE any object other than indexes, tables, or views
v DESCRIBE
v DISCONNECT
v DROP any object other than indexes, tables, or views
v FLUSH EVENT MONITOR
v REFRESH TABLE
v RELEASE (connection only)
v RENAME TABLE
v RENAME TABLESPACE
v REVOKE
v SET CONNECTION
v SET INTEGRITY
v SET PASSTHRU
v SET SERVER OPTION
The following statements are only supported in the scope of an SQL
procedure:
v ALLOCATE CURSOR
v ASSOCIATE LOCATORS
v CASE
v GOTO
v LOOP
v Compound SQL (Procedure)
v REPEAT
v RESIGNAL
Rules:
v ATOMIC compound statements cannot be nested.
v The following rules apply to handler declarations:
– A handler declaration cannot contain the same condition-name or SQLSTATE
value more than once, and cannot contain an SQLSTATE value and a
condition-name that represent the same SQLSTATE value.
– Where two or more condition handlers are declared in a compound
statement:
- No two handler declarations may specify the same general condition
category (SQLEXCEPTION, SQLWARNING, NOT FOUND).
- No two handler declarations may specify the same specific condition, either
as an SQLSTATE value or as a condition-name that represents the same
value.
– A handler is activated when it is the most appropriate handler for an
exception or completion condition. The most appropriate handler is
determined based on the following considerations:
- The scope of a handler declaration H is the list of SQL-procedure-statement
that follows the handler declarations contained within the compound
statement in which H appears. This means that the scope of H does not
include the statements contained in the body of the condition handler H,
implying that a condition handler cannot handle conditions that arise
inside its own body. Similarly, for any two handlers H1 and H2 declared in
the same compound statement, H1 will not handle conditions arising in the
body of H2, and H2 will not handle conditions arising in the body of H1.
- A handler for a specific-condition-value or a general-condition-value C declared
in an inner scope takes precedence over another handler for C declared in
an enclosing scope.
- When a specific handler for condition C and a general handler which
would also handle C are declared in the same scope, the specific handler
takes precedence over the general handler.
If an exception condition occurs for which there is no appropriate handler, the
SQL procedure containing the failing statement is terminated with an
unhandled exception condition. If a completion condition occurs for which
there is no appropriate handler, execution continues with the next SQL
statement.
Examples:
Create a procedure body with a compound statement that performs the following
actions:
1. Declares SQL variables
2. Declares a cursor to return the salary of employees in a department determined
by an IN parameter. In the SELECT statement, casts the data type of the salary
column from a DECIMAL into a DOUBLE.
3. Declares an EXIT handler for the condition NOT FOUND (end of file) which
assigns the value '6666' to the OUT parameter medianSalary
4. Select the number of employees in the given department into the SQL variable
numRecords
5. Fetch rows from the cursor in a WHILE loop until 50% + 1 of the employees
have been retrieved
6. Return the median salary
CREATE PROCEDURE DEPT_MEDIAN
(IN deptNumber SMALLINT, OUT medianSalary DOUBLE)
LANGUAGE SQL
BEGIN
DECLARE v_numRecords INTEGER DEFAULT 1;
DECLARE v_counter INTEGER DEFAULT 0;
DECLARE c1 CURSOR FOR
SELECT CAST(salary AS DOUBLE) FROM staff
WHERE DEPT = deptNumber
ORDER BY salary;
DECLARE EXIT HANDLER FOR NOT FOUND
SET medianSalary = 6666;
-- initialize OUT parameter
SET medianSalary = 0;
SELECT COUNT(*) INTO v_numRecords FROM staff
WHERE DEPT = deptNumber;
OPEN c1;
WHILE v_counter < (v_numRecords / 2 + 1) DO
FETCH c1 INTO medianSalary;
SET v_counter = v_counter + 1;
END WHILE;
CLOSE c1;
END
Statements 133
Compound SQL (Procedure)
-- ...
-- ...
Related reference:
v “DECLARE CURSOR” on page 448
v “Data types” in the SQL Reference, Volume 1
CONNECT (Type 1)
The CONNECT (Type 1) statement connects an application process to the identified
application server according to the rules for remote unit of work.
Invocation:
Although an interactive SQL facility might provide an interface that gives the
appearance of interactive execution, this statement can only be embedded within
an application program. It is an executable statement that cannot be dynamically
prepared.
Authorization:
Syntax:
CONNECT
TO server-name
host-variable lock-block authorization
RESET
(1)
authorization
authorization:
NEW password CONFIRM password
host-variable
Statements 135
CONNECT (Type 1)
lock-block:
IN SHARE MODE
IN EXCLUSIVE MODE
ON SINGLE DBPARTITIONNUM
Notes:
1 This form is only valid if implicit connect is enabled.
Description:
CONNECT (with no operand)
Returns information about the current server. The information is returned in
the SQLERRP field of the SQLCA as described in “Successful Connection”.
If a connection state exists, the authorization ID and database alias are placed
in the SQLERRMC field of the SQLCA. If the authorization ID is longer than 8
bytes, it will be truncated to 8 bytes, and the truncation will be flagged in the
SQLWARN0 and SQLWARN1 fields of the SQLCA, with 'W' and 'A',
respectively. If the database configuration parameter DYN_QUERY_MGMT is
enabled, then the SQLWARN0 and SQLWARN7 fields of the SQLCA will be
flagged with 'W' and 'E', respectively.
If no connection exists and implicit connect is possible, then an attempt to
make an implicit connection is made. If implicit connect is not available, this
attempt results in an error (no existing connection). If no connection, then the
SQLERRMC field is blank.
The territory code and code page of the application server are placed in the
SQLERRMC field (as they are with a successful CONNECT TO statement).
This form of CONNECT:
v Does not require the application process to be in the connectable state.
v If connected, does not change the connection state.
v If unconnected and implicit connect is available, a connection to the default
application server is made. In this case, the country or region code and code
page of the application server are placed in the SQLERRMC field, like a
successful CONNECT TO statement.
v If unconnected and implicit connect is not available, the application process
remains unconnected.
v Does not close cursors.
TO server-name or host-variable
Identifies the application server by the specified server-name or a host-variable
which contains the server-name.
If a host-variable is specified, it must be a character string variable with a length
attribute that is not greater than 8, and it must not include an indicator
variable. The server-name that is contained within the host-variable must be
left-justified and must not be delimited by quotation marks.
Note that the server-name is a database alias identifying the application server.
It must be listed in the application requester’s local directory.
Note: DB2 UDB for OS/390 and z/OS supports a 16-byte location name, and
DB2 UDB for iSeries supports an 18-byte target database name. DB2
Version 8 only supports the use of an 8-byte database alias name on the
Successful Connection:
Statements 137
CONNECT (Type 1)
Unsuccessful Connection:
Statements 139
CONNECT (Type 1)
mode and all other database partitions are connected in share mode. This
option is only effective in a partitioned database.
RESET
Disconnects the application process from the current server. A commit
operation is performed. If implicit connect is available, the application process
remains unconnected until an SQL statement is issued.
USER authorization-name/host-variable
Identifies the user ID trying to connect to the application server. If a
host-variable is specified, it must be a character string variable with a length
attribute that is not greater than 8, and it must not include an indicator
variable. The user ID that is contained within the host-variable must be left
justified and must not be delimited by quotation marks.
USING password/host-variable
Identifies the password of the user ID trying to connect to the application
server. Password or host-variable may be up to 18 characters. If a host variable is
specified, it must be a character string variable with a length attribute not
greater than 18 and it must not include an indicator variable.
NEW password/host-variable CONFIRM password
Identifies the new password that should be assigned to the user ID identified
by the USER option. Password or host-variable may be up to 18 characters. If a
host variable is specified, it must be a character string variable with a length
attribute not greater than 18 and it must not include an indicator variable. The
system on which the password will be changed depends on how user
authentication is set up.
Notes:
v Compatibilities
– For compatibility with previous versions of DB2:
- NODE can be specified in place of DBPARTITIONNUM
v It is good practice for the first SQL statement executed by an application process
to be the CONNECT TO statement.
v If a CONNECT TO statement is issued to the current application server with a
different user ID and password then the conversation is deallocated and
reallocated. All cursors are closed by the database manager (with the loss of the
cursor position if the WITH HOLD option was used).
v If a CONNECT TO statement is issued to the current application server with the
same user ID and password then the conversation is not deallocated and
reallocated. Cursors, in this case, are not closed.
v To use a multiple-partition database environment, the user or application must
connect to one of the partitions listed in the db2nodes.cfg file. You should try to
ensure that not all users use the same partition as the coordinator partition.
| v The authorization-name SYSTEM cannot be explicitly specified in the CONNECT
| statement. However, on Windows operating systems, local applications running
| under the Local System Account can implicitly connect to the database, such that
| the user ID is SYSTEM.
| v When connecting to Windows Server explicitly, the authorization-name or user
| host-variable can be specified using the Microsoft Windows NT Security Account
| Manager (SAM)-compatible name; for example, ’Domain\User’.
Examples:
Related concepts:
v “Distributed relational databases” in the SQL Reference, Volume 1
v “Data partitioning across multiple partitions” in the SQL Reference, Volume 1
Related samples:
v “advsql.sqb -- How to read table data using CASE (MF COBOL)”
v “dbmcon.sqc -- How to use multiple databases (C)”
v “dbmcon.sqC -- How to use multiple databases (C++)”
Statements 141
CONNECT (Type 2)
CONNECT (Type 2)
The CONNECT (Type 2) statement connects an application process to the identified
application server and establishes the rules for application-directed distributed unit
of work. This server is then the current server for the process.
Invocation:
Although an interactive SQL facility might provide an interface that gives the
appearance of interactive execution, this statement can only be embedded within
an application program. It is an executable statement that cannot be dynamically
prepared.
Authorization:
Syntax:
CONNECT
TO server-name
host-variable lock-block authorization
RESET
(1)
authorization
authorization:
NEW password CONFIRM password
host-variable
lock-block:
IN SHARE MODE
IN EXCLUSIVE MODE
ON SINGLE DBPARTITIONNUM
Notes:
1 This form is only valid if implicit connect is enabled.
Description:
TO server-name/host-variable
The rules for coding the name of the server are the same as for Type 1.
If the SQLRULES(STD) option is in effect, the server-name must not identify an
existing connection of the application process, otherwise an error (SQLSTATE
08002) is raised.
If the SQLRULES(DB2) option is in effect and the server-name identifies an
existing connection of the application process, that connection is made current
and the old connection is placed into the dormant state. That is, the effect of
the CONNECT statement in this situation is the same as that of a SET
CONNECTION statement.
For information about the specification of SQLRULES, see “Options that
Govern Distributed Unit of Work Semantics”.
Successful Connection
If the CONNECT TO statement is successful:
v A connection to the application server is either created (or made
non-dormant) and placed into the current and held states.
v If the CONNECT TO is directed to a different server than the current server,
then the current connection is placed into the dormant state.
v The CURRENT SERVER special register and the SQLCA are updated in the
same way as for CONNECT (Type 1).
Unsuccessful Connection
Statements 143
CONNECT (Type 2)
Rules:
v As outlined in “Options that Govern Distributed Unit of Work Semantics”, a set
of connection options governs the semantics of connection management. Default
values are assigned to every preprocessed source file. An application can consist
of multiple source files precompiled with different connection options.
Unless a SET CLIENT command or API has been executed first, the connection
options used when preprocessing the source file containing the first SQL
statement executed at run time become the effective connection options.
If a CONNECT statement from a source file preprocessed with different
connection options is subsequently executed without the execution of any
intervening SET CLIENT command or API, an error (SQLSTATE 08001) is
returned. Note that once a SET CLIENT command or API has been executed, the
connection options used when preprocessing all source files in the application
are ignored.
Example 1 in the “Examples” section of this statement illustrates these rules.
v Although the CONNECT TO statement can be used to establish or switch
connections, CONNECT TO with the USER/USING clause will only be accepted
when there is no current or dormant connection to the named server. The
connection must be released before issuing a connection to the same server with
the USER/USING clause, otherwise it will be rejected (SQLSTATE 51022).
Release the connection by issuing a DISCONNECT statement or a RELEASE
statement followed by a COMMIT statement.
Notes:
v Implicit connect is supported for the first SQL statement in an application with
Type 2 connections. In order to execute SQL statements on the default database,
first the CONNECT RESET or the CONNECT USER/USING statement must be
used to establish the connection. The CONNECT statement with no operands
will display information about the current connection if there is one, but will not
connect to the default database if there is no current connection.
| v The authorization-name SYSTEM cannot be explicitly specified in the CONNECT
| statement. However, on Windows operating systems, local applications running
| under the Local System Account can implicitly connect to the database, such that
| the user ID is SYSTEM.
| v When connecting to Windows Server explicitly, the authorization-name or user
| host-variable can be specified using the Microsoft Windows NT Security Account
| Manager (SAM)-compatible name; for example, ’Domain\User’.
Type 1 Type 2
Each unit of work can only establish Each unit of work can establish connection to
connection to one application server. multiple application servers.
Type 1 Type 2
The current unit of work must be committed The current unit of work need not be
or rolled back before allowing a connection committed or rolled back before connecting
to another application server. to another application server.
The CONNECT statement establishes the Same as Type 1 CONNECT if establishing
current connection. Subsequent SQL requests the first connection. If switching to a
are forwarded to this connection until dormant connection and SQLRULES is set to
changed by another CONNECT. STD, then the SET CONNECTION statement
must be used instead.
Connecting to the current connection is valid Same as Type 1 CONNECT if the SQLRULES
and does not change the current connection. precompiler option is set to DB2. If
SQLRULES is set to STD, then the SET
CONNECTION statement must be used
instead.
Connecting to another application server Connecting to another application server
disconnects the current connection. The new puts the current connection into the dormant
connection becomes the current connection. state. The new connection becomes the
Only one connection is maintained in a unit current connection. Multiple connections can
of work. be maintained in a unit of work.
Use of CONNECT...USER...USING:
Type 1 Type 2
Connecting with the USER...USING clauses Connecting with the USER/USING clause
disconnects the current connection and will only be accepted when there is no
establishes a new connection with the given current or dormant connection to the same
authorization name and password. named server.
Statements 145
CONNECT (Type 2)
Type 1 Type 2
CONNECT RESET can be used to disconnect CONNECT RESET is equivalent to
the current connection. connecting to the default application server
explicitly if one has been defined in the
system.
CONNECT Failures:
Type 1 Type 2
Regardless of whether there is a current If there is a current connection when a
connection when a CONNECT fails (with an CONNECT fails, the current connection is
error other than server-name not defined in unaffected.
the local directory), the application process is
placed in the unconnected state. Subsequent If there was no current connection when the
non-CONNECT statements receive an CONNECT fails, then the program is then in
SQLSTATE of 08003. an unconnected state. Subsequent
non-CONNECT statements receive an
SQLSTATE of 08003.
Examples:
Example 1:
This example illustrates the use of multiple source programs (shown in the boxes),
some preprocessed with different connection options (shown above the code), and
one of which contains a SET CLIENT API call.
Statements 147
CONNECT (Type 2)
This is OK because the preprocessor options for PGM1 are the same as those for
PGM4.
Example 2:
This example shows the interrelationships of the CONNECT (Type 2), SET
CONNECTION, RELEASE, and DISCONNECT statements. S0, S1, S2, and S3
represent four servers.
Related concepts:
v “Distributed relational databases” in the SQL Reference, Volume 1
Related reference:
v “CONNECT (Type 1)” on page 135
Related samples:
v “dbmcon.sqc -- How to use multiple databases (C)”
v “dbmcon.sqC -- How to use multiple databases (C++)”
CREATE ALIAS
The CREATE ALIAS statement defines an alias for a table, view, nickname, or
another alias.
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v SYSADM or DBADM authority
v IMPLICIT_SCHEMA authority on the database, if the implicit or explicit schema
name of the alias does not exist
v CREATEIN privilege on the schema, if the schema name of the alias refers to an
existing schema.
To use the referenced object via the alias, the same privileges are required on that
object as would be necessary if the object itself were used.
Syntax:
Description:
alias-name
Names the alias. The name must not identify a table, view, nickname, or alias
that exists in the current database.
If a two-part name is specified, the schema name cannot begin with ’SYS’
(SQLSTATE 42939).
The rules for defining an alias name are the same as those used for defining a
table name.
FOR table-name, view-name, nickname, or alias-name2
Identifies the table, view, nickname, or alias for which alias-name is defined. If
another alias name is supplied (alias-name2), then it must not be the same as
the new alias-name being defined (in its fully-qualified form). The table-name
cannot be a declared temporary table (SQLSTATE 42995).
Notes:
v Compatibilities
– For compatibility with DB2 UDB for OS/390 and z/OS:
- SYNONYM can be specified in place of ALIAS
– The definition of the newly created alias is stored in SYSCAT.TABLES.
Statements 149
CREATE ALIAS
– An alias can be defined for an object that does not exist at the time of the
definition. If it does not exist, a warning is issued (SQLSTATE 01522).
However, the referenced object must exist when a SQL statement containing
the alias is compiled, otherwise an error is issued (SQLSTATE 52004).
– An alias can be defined to refer to another alias as part of an alias chain but
this chain is subject to the same restrictions as a single alias when used in an
SQL statement. An alias chain is resolved in the same way as a single alias. If
an alias used in a view definition, a statement in a package, or a trigger
points to an alias chain, then a dependency is recorded for the view, package,
or trigger on each alias in the chain. Repetitive cycles in an alias chain are not
allowed and are detected at alias definition time.
– Creating an alias with a schema name that does not already exist will result
in the implicit creation of that schema provided the authorization ID of the
statement has IMPLICIT_SCHEMA authority. The schema owner is SYSIBM.
The CREATEIN privilege on the schema is granted to PUBLIC.
Examples:
Statements 151
CREATE BUFFERPOOL
CREATE BUFFERPOOL
The CREATE BUFFERPOOL statement creates a new buffer pool to be used by the
database manager.
Invocation:
Authorization:
Syntax:
IMMEDIATE
CREATE BUFFERPOOL bufferpool-name
DEFERRED
ALL DBPARTITIONNUMS
,
| SIZE number-of-pages * *
except-on-db-partitions-clause
| NUMBLOCKPAGES 0
*
NUMBLOCKPAGES number-of-pages
BLOCKSIZE number-of-pages
except-on-db-partitions-clause:
EXCEPT ON DBPARTITIONNUM
DBPARTITIONNUMS
Description:
bufferpool-name
Names the buffer pool. This is a one-part name. It is an SQL identifier (either
ordinary or delimited). The bufferpool-name must not identify a buffer pool that
already exists in a catalog (SQLSTATE 42710). The bufferpool-name must not
begin with the characters ’SYS’ and ’IBM’ (SQLSTATE 42939).
IMMEDIATE
The buffer pool will be created immediately. If there is not enough
reserved space in the database shared memory to allocate the new buffer
pool, a warning (SQLSTATE 01657) is returned, and the statement is
executed DEFERRED.
DEFERRED
The buffer pool will be created when the database is deactivated (all
applications need to be disconnected from the database). Reserved memory
space is not needed; DB2 will allocate the required memory from the
system.
ALL DBPARTITIONNUMS
This buffer pool will be created on all partitions in the database.
DATABASE PARTITION GROUP db-partition-group-name, ...
Identifies the database partition group or groups to which the buffer pool
definition applies. If this is specified, this buffer pool will only be created on
partitions in these database partition groups. Each database partition group
must currently exist in the database (SQLSTATE 42704). If the DATABASE
PARTITION GROUP keywords are not specified, then this buffer pool will be
created on all partitions (and any partitions subsequently added to the
database).
SIZE number-of-pages
The size of the buffer pool specified as the number of pages. In a partitioned
database, this will be the default size for all partitions where the buffer pool
exists.
NUMBLOCKPAGES number-of-pages
Specifies the number of pages that should exist in the block-based area. The
number of pages must not be greater than 98 percent of the number of pages
for the buffer pool (SQLSTATE 54052). Specifying the value 0 disables block
I/O. The actual value of NUMBLOCKPAGES used will be a multiple of
BLOCKSIZE.
BLOCKSIZE number-of-pages
Specifies the number of pages in a block. The block size must be a value
between 2 and 256 (SQLSTATE 54053). The default value is 32.
except-on-db-partitions-clause
Specifies the partition or partitions for which the size of the buffer pool will be
different than the default. If this clause is not specified, then all partitions will
have the same size as specified for this buffer pool.
EXCEPT ON DBPARTITIONNUMS
Keywords that indicate that specific partitions are specified.
DBPARTITIONNUM is a synonym for DBPARTITIONNUMS.
Statements 153
CREATE BUFFERPOOL
db-partition-number1
Specifies a specific partition number that is included in the partitions
for which the buffer pool is created.
TO db-partition-number2
Specify a range of partition numbers. The value of db-partition-number2
must be greater than or equal to the value of db-partition-number1
(SQLSTATE 428A9). All partitions between and including the specified
partition numbers must be included in the partitions for which the
buffer pool is created (SQLSTATE 42729).
SIZE number-of-pages
The size of the buffer pool specified as the number of pages.
PAGESIZE integer [K]
Defines the size of pages used for the buffer pool. The valid values for integer
without the suffix K are 4 096, 8 192, 16 384, or 32 768. The valid values for
integer with the suffix K are 4, 8, 16, or 32. An error occurs if the page size is
not one of these values (SQLSTATE 428DE). The default is 4 096 byte (4K)
pages. Any number of spaces is allowed between integer and K, including no
space.
EXTENDED STORAGE
If extended storage is enabled, pages that are being evicted from this buffer
pool will be cached in extended storage. (Extended storage is enabled by
setting the database configuration parameters NUM_ESTORE_SEGS and
ESTORE_SEG_SIZE to non-zero values.)
NOT EXTENDED STORAGE
Even if extended storage is enabled, pages that are being evicted from this
buffer pool are not cached in extended storage.
Notes:
v Compatibilities
– For compatibility with previous versions of DB2:
- NODE can be specified in place of DBPARTITIONNUM
- NODES can be specified in place of DBPARTITIONNUMS
- NODEGROUP can be specified in place of DATABASE PARTITION
GROUP
v If the buffer pool is created using the DEFERRED option, any table space created
in this buffer pool will use a small system buffer pool of the same page size,
until next database activation. The database has to be restarted for the buffer
pool to become active and for table space assignments to the new buffer pool to
take effect. The default option is IMMEDIATE.
v A buffer pool cannot be created with both extended storage and block-based
support.
v There should be enough real memory on the machine for the total of all the
buffer pools, as well as for the rest of the database manager and application
requirements. If DB2 is unable to obtain memory for the regular buffer pools, it
will attempt to start up with small system buffer pools, one for each page size
(4K, 8K, 16K and 32K). In this situation, a warning will be returned to the user
(SQLSTATE 01626), and the pages from all table spaces will use the system
buffer pools.
Related reference:
Related samples:
v “tscreate.sqc -- How to create and drop buffer pools and table spaces (C)”
v “tscreate.sqC -- How to create and drop buffer pools and table spaces (C++)”
Statements 155
CREATE DATABASE PARTITION GROUP
Invocation:
Authorization:
Syntax:
ON ALL DBPARTITIONNUMS
,
ON DBPARTITIONNUMS ( db-partition-number1 )
DBPARTITIONNUM TO db-partition-number2
Description:
db-partition-group-name
Names the database partition group. This is a one-part name. It is an SQL
identifier (either ordinary or delimited). The db-partition-group-name must not
identify a database partition group that already exists in the catalog
(SQLSTATE 42710). The db-partition-group-name must not begin with the
characters ’SYS’ or ’IBM’ (SQLSTATE 42939).
ON ALL DBPARTITIONNUMS
Specifies that the database partition group is defined over all partitions defined
to the database (db2nodes.cfg file) at the time the database partition group is
created.
If a partition is added to the database system, the ALTER DATABASE
PARTITION GROUP statement should be issued to include this new partition
in a database partition group (including IBMDEFAULTGROUP). Furthermore,
the REDISTRIBUTE DATABASE PARTITION GROUP command must be
issued to move data to the partition.
ON DBPARTITIONNUMS
Specifies the specific partitions that are in the database partition group.
DBPARTITIONNUM is a synonym for DBPARTITIONNUMS.
db-partition-number1
Specify a specific partition number. (A node-name of the form NODEnnnnn
can be specified for compatibility with the previous version.)
TO db-partition-number2
Specify a range of partition numbers. The value of db-partition-number2
must be greater than or equal to the value of db-partition-number1
Rules:
v Each partition specified by number must be defined in the db2nodes.cfg file
(SQLSTATE 42729).
v Each db-partition-number listed in the ON DBPARTITIONNUMS clause must be
appear at most once (SQLSTATE 42728).
v A valid db-partition-number is between 0 and 999 inclusive (SQLSTATE 42729).
Notes:
v Compatibilities
– For compatibility with previous versions of DB2:
- NODE can be specified in place of DBPARTITIONNUM
- NODES can be specified in place of DBPARTITIONNUMS
- NODEGROUP can be specified in place of DATABASE PARTITION
GROUP
v This statement creates a partitioning map for the database partition group. A
partitioning map identifier (PMAP_ID) is generated for each partitioning map.
This information is recorded in the catalog and can be retrieved from
SYSCAT.DBPARTITIONGROUPS and SYSCAT.PARTITIONMAPS. Each entry in
the partitioning map specifies the target partition on which all rows that are
hashed reside. For a single-partition database partition group, the corresponding
partitioning map has only one entry. For a multiple partition database partition
group, the corresponding partitioning map has 4 096 entries, where the partition
numbers are assigned to the map entries in a round-robin fashion, by default.
Examples:
Assume that you have a partitioned database with six partitions defined as: 0, 1, 2,
5, 7, and 8.
v Assume that you want to create a database partition group called MAXGROUP
on all six partitions. The statement is as follows:
CREATE DATABASE PARTITION GROUP MAXGROUP ON ALL DBPARTITIONNUMS
v Assume that you want to create a database partition group called MEDGROUP
on partitions 0, 1, 2, 5, and 8. The statement is as follows:
CREATE DATABASE PARTITION GROUP MEDGROUP
ON DBPARTITIONNUMS( 0 TO 2, 5, 8)
v Assume that you want to create a single-partition database partition group
MINGROUP on partition 7. The statement is as follows:
CREATE DATABASE PARTITION GROUP MINGROUP
ON DBPARTITIONNUM (7)
Related concepts:
v “Data partitioning across multiple partitions” in the SQL Reference, Volume 1
Statements 157
CREATE DISTINCT TYPE
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include as least
one of the following:
v SYSADM or DBADM authority
v IMPLICIT_SCHEMA authority on the database, if the schema name of the
distinct type does not refer to an existing schema.
v CREATEIN privilege on the schema, if the schema name of the distinct type
refers to an existing schema.
Syntax:
(1)
source-data-type WITH COMPARISONS
source-data-type:
SMALLINT
INTEGER
INT
BIGINT
FLOAT
( integer )
REAL
PRECISION
DOUBLE
DECIMAL
DEC ( integer )
NUMERIC ,integer
NUM
CHARACTER
CHAR (integer) FOR BIT DATA
VARCHAR ( integer )
CHARACTER VARYING
CHAR
LONG VARCHAR
BLOB ( integer )
CLOB K
DBCLOB M
G
GRAPHIC
(integer)
VARGRAPHIC(integer)
LONG VARGRAPHIC
DATE
TIME
TIMESTAMP
DATALINK
(integer)
Notes:
1 Required for all source-data-types except LOBs, LONG VARCHAR, LONG
VARGRAPHIC and DATALINK which are not supported.
Description:
distinct-type-name
Names the distinct type. The name, including the implicit or explicit qualifier
must not identify a distinct type described in the catalog. The unqualified
name must not be the same as the name of a source-data-type or BOOLEAN
(SQLSTATE 42918).
In dynamic SQL statements, the CURRENT SCHEMA special register is used
as a qualifier for an unqualified object name. In static SQL statements the
QUALIFIER precompile/bind option implicitly specifies the qualifier for
unqualified object names. The qualified form is a schema-name followed by a
period and an SQL identifier.
The schema name (implicit or explicit) must not be greater than 8 bytes
(SQLSTATE 42622).
A number of names used as keywords in predicates are reserved for system
use, and may not be used as a distinct-type-name. The names are SOME, ANY,
ALL, NOT, AND, OR, BETWEEN, NULL, LIKE, EXISTS, IN, UNIQUE,
OVERLAPS, SIMILAR, MATCH, and the comparison operators. Failure to
observe this rule will lead to an error (SQLSTATE 42939).
Statements 159
CREATE DISTINCT TYPE
Notes:
v Privileges
The definer of the user-defined type always receives the EXECUTE privilege
WITH GRANT OPTION on all functions automatically generated for the distinct
type.
EXECUTE privilege on all functions automatically generated during the CREATE
DISTINCT TYPE is granted to PUBLIC.
v Creating a distinct type with a schema name that does not already exist will
result in the implicit creation of that schema provided the authorization ID of
the statement has IMPLICIT_SCHEMA authority. The schema owner is SYSIBM.
The CREATEIN privilege on the schema is granted to PUBLIC.
v The following functions are generated to cast to and from the source type:
– One function to convert from the distinct type to the source type
– One function to convert from the source type to the distinct type
– One function to convert from INTEGER to the distinct type if the source type
is SMALLINT
– one function to convert from VARCHAR to the distinct type if the source type
is CHAR
– one function to convert from VARGRAPHIC to the distinct type if the source
type is GRAPHIC.
In cases in which the source type is a parameterized type, the function to convert
from the distinct type to the source type will have as function name the name of
the source type without the parameters (see Table 3 on page 161 for details). The
type of the return value of this function will include the parameters given on the
CREATE DISTINCT TYPE statement. The function to convert from the source type
to the distinct type will have an input parameter whose type is the source type
including its parameters. For example,
CREATE DISTINCT TYPE T_SHOESIZE AS CHAR(2)
WITH COMPARISONS
The schema of the generated cast functions is the same as the schema of the
distinct type. No other function with this name and with the same signature may
already exist in the database (SQLSTATE 42710).
The following table gives the names of the functions to convert from the distinct
type to the source type and from the source type to the distinct type for all
predefined data types.
Table 3. CAST functions on distinct types
Source Type Name Function Name Parameter Return-type
CHAR distinct-type-name CHAR (n) distinct-type-name
CHAR distinct-type-name CHAR (n)
distinct-type-name VARCHAR (n) distinct-type-name
VARCHAR distinct-type-name VARCHAR (n) distinct-type-name
VARCHAR distinct-type-name VARCHAR (n)
LONG VARCHAR distinct-type-name LONG VARCHAR distinct-type-name
LONG_VARCHAR distinct-type-name LONG VARCHAR
CLOB distinct-type-name CLOB (n) distinct-type-name
CLOB distinct-type-name CLOB (n)
BLOB distinct-type-name BLOB (n) distinct-type-name
BLOB distinct-type-name BLOB (n)
GRAPHIC distinct-type-name GRAPHIC (n) distinct-type-name
GRAPHIC distinct-type-name GRAPHIC (n)
distinct-type-name VARGRAPHIC (n) distinct-type-name
VARGRAPHIC distinct-type-name VARGRAPHIC (n) distinct-type-name
VARGRAPHIC distinct-type-name VARGRAPHIC (n)
LONG VARGRAPHIC distinct-type-name LONG VARGRAPHIC distinct-type-name
LONG_VARGRAPHIC distinct-type-name LONG VARGRAPHIC
DBCLOB distinct-type-name DBCLOB (n) distinct-type-name
DBCLOB distinct-type-name DBCLOB (n)
SMALLINT distinct-type-name SMALLINT distinct-type-name
distinct-type-name INTEGER distinct-type-name
SMALLINT distinct-type-name SMALLINT
INTEGER distinct-type-name INTEGER distinct-type-name
INTEGER distinct-type-name INTEGER
BIGINT distinct-type-name BIGINT distinct-type-name
BIGINT distinct-type-name BIGINT
Statements 161
CREATE DISTINCT TYPE
The functions described in the above table are the only functions that are
generated automatically when distinct types are defined. Consequently, none of the
built-in functions (AVG, MAX, LENGTH, and so on) are supported on distinct
types until the CREATE FUNCTION statement is used to register user-defined
functions for the distinct type, and those user-defined functions are sourced on the
appropriate built-in functions. In particular, note that it is possible to register
user-defined functions that are sourced on the built-in column functions.
The schema name of the distinct type must be included in the SQL path or the
FUNCPATH BIND option for successful use of these operators and cast functions
in SQL statements.
Examples:
This will also result in the creation of comparison operators (=, <>, <, <=, >, >=)
and cast functions INTEGER(SHOESIZE) returning INTEGER and
SHOESIZE(INTEGER) returning SHOESIZE.
Example 2: Create a distinct type named MILES that is based on a DOUBLE data
type.
CREATE DISTINCT TYPE MILES AS DOUBLE WITH COMPARISONS
This will also result in the creation of comparison operators (=, <>, <, =, >, >=) and
cast functions DOUBLE(MILES) returning DOUBLE and MILES(DOUBLE)
returning MILES.
Related reference:
v “Basic predicate” in the SQL Reference, Volume 1
v “CREATE FUNCTION” on page 180
v “CREATE TABLE” on page 316
v “SET PATH” on page 696
v “User-defined types” in the SQL Reference, Volume 1
Related samples:
v “dtudt.sqc -- How to create, use, and drop user-defined distinct types (C)”
v “udfcli.sqc -- Call a variety of types of user-defined functions (C)”
v “dtudt.sqC -- How to create, use, and drop user-defined distinct types (C++)”
v “udfcli.sqC -- Call a variety of types of user-defined functions (C++)”
v “DtUdt.java -- How to create, use and drop user defined distinct types (JDBC)”
v “DtUdt.sqlj -- How to create, use and drop user defined distinct types (SQLj)”
Statements 163
CREATE EVENT MONITOR
Invocation:
Authorization:
Syntax:
DATABASE *
TABLES
DEADLOCKS
WITH DETAILS
TABLESPACES
BUFFERPOOLS
CONNECTIONS
STATEMENTS WHERE Event Condition
TRANSACTIONS
MANUALSTART
WRITE TO TABLE Table Options * *
PIPE pipe-name AUTOSTART
FILE path-name File Options
LOCAL
*
ON DBPARTITIONNUM db-partition-number GLOBAL
Event Condition:
AND | OR
APPL_ID = comparison-string
NOT AUTH_ID (1)
APPL_NAME <>
>
(1)
>=
<
(1)
<=
LIKE
NOT LIKE
(Event Condition)
Table Options:
* * BUFFERSIZE pages *
,
evmGroup
( targetTableInfo )
BLOCKED
*
NONBLOCKED
targetTableInfo:
,
(2)
TABLE tableName
IN tablespaceName
PCTDEACTIVATE integer
TRUNC
,
INCLUDES ( element )
EXCLUDES
File Options:
* * *
NONE pages
MAXFILES number-of-files MAXFILESIZE NONE
BLOCKED APPEND
* * *
BUFFERSIZE pages NONBLOCKED REPLACE
Notes:
1 Other forms of these operators are also supported.
2 Each clause may be specified only once.
Statements 165
CREATE EVENT MONITOR
Description:
event-monitor-name
Names the event monitor. This is a one-part name. It is an SQL identifier
(either ordinary or delimited). The event-monitor-name must not identify an
event monitor that already exists in the catalog (SQLSTATE 42710).
FOR
Introduces the type of event to record.
DATABASE
Specifies that the event monitor records a database event when the last
application disconnects from the database.
TABLES
Specifies that the event monitor records a table event for each active table
when the last application disconnects from the database. An active table is
a table that has changed since the first connection to the database.
DEADLOCKS
Specifies that the event monitor records a deadlock event whenever a
deadlock occurs. Specifying the WITH DETAILS option indicates that the
event monitor will generate a more detailed deadlock connection event for
each application involved in a deadlock. This additional detail includes:
v Information about the statement that the application was executing
when the deadlock occurred, such as the statement text.
v The locks held by the application when the deadlock occurred. In a
partitioned database environment, the locks included are only those on
the database partition where the application was waiting for its lock
when the deadlock occurred.
Both DEADLOCKS and DEADLOCKS WITH DETAILS cannot be specified
in the same statement (SQLSTATE 42613).
TABLESPACES
Specifies that the event monitor records a table space event for each table
space when the last application disconnects from the database.
BUFFERPOOLS
Specifies that the event monitor records a buffer pool event when the last
application disconnects from the database.
CONNECTIONS
Specifies that the event monitor records a connection event when an
application disconnects from the database.
STATEMENTS
Specifies that the event monitor records a statement event whenever a SQL
statement finishes executing.
TRANSACTIONS
Specifies that the event monitor records a transaction event whenever a
transaction completes (that is, whenever there is a commit or rollback
operation).
WHERE event condition
Defines a filter that determines which connections cause a CONNECTION,
STATEMENT or TRANSACTION event to occur. If the result of the event
condition is TRUE for a particular connection, then that connection will
generate the requested events.
This clause is a special form of the WHERE clause that should not be
confused with a standard search condition.
To determine if an application will generate events for a particular event
monitor, the WHERE clause is evaluated:
1. For each active connection when an event monitor is first turned on.
2. Subsequently for each new connection to the database at connect time.
If no WHERE clause is specified, all events of the specified event type will
be monitored.
| The event condition clause must not exceed 32 678 bytes in length in the
| database code page (SQLSTATE 22001).
APPL_ID
Specifies that the application ID of each connection should be
compared with the comparison-string in order to determine if the
connection should generate CONNECTION, STATEMENT or
TRANSACTION events (whichever was specified).
AUTH_ID
Specifies that the authorization ID of each connection should be
compared with the comparison-string in order to determine if the
connection should generate CONNECTION, STATEMENT or
TRANSACTION events (whichever was specified).
APPL_NAME
Specifies that the application program name of each connection should
be compared with the comparison-string in order to determine if the
connection should generate CONNECTION, STATEMENT or
TRANSACTION events (whichever was specified).
The application program name is the first 20 bytes of the application
program file name, after the last path separator.
comparison-string
A string to be compared with the APPL_ID, AUTH_ID, or
APPL_NAME of each application that connects to the database.
comparison-string must be a string constant (that is, host variables and
other string expressions are not permitted).
WRITE TO
Introduces the target for the data.
TABLE
Indicates that the target for the event monitor data is a set of database
tables. The event monitor separates the data stream into one or more
logical data groups and inserts each group into a separate table. Data for
groups having a target table is kept, whereas data for groups not having a
target table is discarded. Each monitor element contained within a group is
mapped to a table column with the same name. Only elements that have a
corresponding table column are inserted into the table. Other elements are
discarded.
Table Options
Specifies table formatting options.
Statements 167
CREATE EVENT MONITOR
evmGroupInfo
Defines the target table for a logical data group. This clause should
be specified for each grouping that is to be recorded. However, if
no evmGroupInfo clauses are specified, all groups for the event
monitor type are recorded.
evmGroup
Identifies the logical data group for which a target table is
being defined. The value depends upon the type of event
monitor, as shown in the following table:
Type of Event Monitor evmGroup Value
Database DB
CONTROL1
DBMEMUSE
Tables TABLE
CONTROL1
Deadlocks CONNHEADER
DEADLOCK
DLCONN
CONTROL1
Deadlocks with details CONNHEADER
DEADLOCK
DLCONN2
DLLOCK3
CONTROL1
Tablespaces TABLESPACE
CONTROL1
Bufferpools BUFFERPOOL
CONTROL1
Connections CONNHEADER
CONN
CONTROL1
CONMEMUSE
Statements CONNHEADER
STMT
SUBSECTION4
CONTROL1
Transactions CONNHEADER
XACT
CONTROL1
1
Logical data groups dbheader (conn_time element only), start and overflow, are all written to the
CONTROL group. The overflow group is written if the event monitor is non-blocked and events were
discarded.
2
Corresponds to the DETAILED_DLCONN event.
3
Corresponds to the LOCK logical data groups that occur within each DETAILED_DLCONN event.
4
Created only for partitioned database environments.
targetTableInfo
Identifies the target table for the group. If a value for
targetTableInfo is not specified, CREATE EVENT MONITOR
processing proceeds as follows:
v A derived table name is used (described below).
v A default table space is chosen (described below).
v All elements are included.
v PCTDEACTIVATE and TRUNC are not specified.
TABLE tableName
Specifies the name of the target table. If the name is
unqualified, the table schema defaults to the schema for
the current authorization ID. If no name is provided, the
unqualified name is derived from evmGroup and
event-monitor-name as follows:
substring(evmGroup || "_" || event-monitor-name,
1,128)
IN tablespaceName
Defines the table space in which the table is to be created.
If no table space name is provided, the table space is
chosen as follows:
IF table space IBMDEFAULTGROUP over which the user
has USE privilege exists
THEN choose it
ELSE IF a table space over which the user
has USE privilege exists
THEN choose it
ELSE issue an error (SQLSTATE 42727)
PCTDEACTIVATE integer
If a table is being created in a DMS table space, the
PCTDEACTIVATE parameter specifies how full the table
space must be before the event monitor automatically
deactivates. The specified value, which represents a
percentage, can range from 0 to 100. The default value is
100 (meaning that the event monitor deactivates when the
table space becomes completely full). This option cannot be
specified with SMS table spaces.
TRUNC
| Specifies that the STMT_TEXT column is defined as
| VARCHAR(n), where n is the largest size that can fit into
| the table row. In this case, any statement text that is longer
| than n will be truncated. The following example illustrates
| how the value of n is calculated. Assume that:
| v The STMT table is created in a table space that uses 32K
| pages.
| v The total length of all the other columns in the table
| equals 357 bytes.
| In this case, the maximum row size for a table is 32677
| bytes. Therefore, STMT_TEXT would be defined as
| VARCHAR(32316); that is, 32677 - 357 - 4. If TRUNC is not
| specified, the STMT_TEXT column will be defined as
| CLOB(64K). Note that STMT_TEXT is found in the STMT
| group and the DLCONN group (for deadlocks with details
| event monitors).
Statements 169
CREATE EVENT MONITOR
INCLUDES
Specifies that the following elements are to be included in
the table.
EXCLUDES
Specifies that the following elements are not to be included
in the table.
element
Identifies a monitor element. Element information can be
provided in one of the following forms:
v Specify no element information. In this case, all elements
are included in the CREATE TABLE statement.
v Specify the elements to include in the form: INCLUDES
(element1, element2, ..., elementn). Only table columns
are created for these elements.
v Specify the elements to exclude in the form: EXCLUDES
(element1, element2, ..., elementn). Only table columns
are created for all elements except these.
Use the db2evtbl command to build a CREATE EVENT
MONITOR statement that includes a complete list of
elements for a group.
BUFFERSIZE pages
Specifies the size of the event monitor buffers (in units of 4K pages).
Table event monitors insert all data from a buffer, and issues a
COMMIT once the buffer has been processed. The larger the buffers,
the larger the commit scope used by the event monitor. Highly active
event monitors should have larger buffers than relatively inactive event
monitors. When a monitor is started, two buffers of the specified size
are allocated. Event monitors use double buffering to permit
asynchronous I/O.
The minimum (and default) size of each buffer is 4 pages (that is, 2
buffers, each 16K in size). The maximum size of the buffers is limited
by the size of the monitor heap, because the buffers are allocated from
that heap. If using many event monitors at the same time, increase the
size of the mon_heap_sz database manager configuration parameter.
BLOCKED
Specifies that each agent that generates an event should wait for an
event buffer to be written out to disk if the agent determines that both
event buffers are full. BLOCKED should be selected to guarantee no
event data loss. This is the default option.
NONBLOCKED
Specifies that each agent that generates an event should not wait for
the event buffer to be written out to disk if the agent determines that
both event buffers are full. NONBLOCKED event monitors do not slow
down database operations to the extent of BLOCKED event monitors.
However, NONBLOCKED event monitors are subject to data loss on
highly active systems.
PIPE
Specifies that the target for the event monitor data is a named pipe. The event
monitor writes the data to the pipe in a single stream (that is, as if it were a
single, infinitely long file). When writing the data to a pipe, an event monitor
does not perform blocked writes. If there is no room in the pipe buffer, then
the event monitor will discard the data. It is the monitoring application’s
responsibility to read the data promptly if it wishes to ensure no data loss.
pipe-name
The name of the pipe (FIFO on AIX) to which the event monitor will write
the data.
The naming rules for pipes are platform specific. On UNIX operating
systems, pipe names are treated like file names. As a result, relative pipe
names are permitted, and are treated like relative path-names (see
path-name below). However, on Windows NT or Windows 2000, there is a
special syntax for a pipe name. As a result, on Windows NT or Windows
2000, absolute pipe names are required.
The existence of the pipe will not be checked at event monitor creation
time. It is the responsibility of the monitoring application to have created
and opened the pipe for reading at the time that the event monitor is
activated. If the pipe is not available at this time, then the event monitor
will turn itself off, and will log an error. (That is, if the event monitor was
activated at database start time as a result of the AUTOSTART option, then
the event monitor will log an error in the system error log.) If the event
monitor is activated via the SET EVENT MONITOR STATE SQL statement,
then that statement will fail (SQLSTATE 58030).
FILE
Indicates that the target for the event monitor data is a file (or set of files).
The event monitor writes out the stream of data as a series of 8 character
numbered files, with the extension “evt”. (for example, 00000000.evt,
00000001.evt, and 00000002.evt). The data should be considered to be one
logical file even though the data is broken up into smaller pieces (that is,
the start of the data stream is the first byte in the file 00000000.evt; the end
of the data stream is the last byte in the file nnnnnnnn.evt).
The maximum size of each file can be defined as well as the maximum
number of files. An event monitor will never split a single event record
across two files. However, an event monitor may write related records in
two different files. It is the responsibility of the application that uses this
data to keep track of such related information when processing the event
files.
path-name
The name of the directory in which the event monitor should write the
event files data. The path must be known at the server, however, the
path itself could reside on another partition (for example, in a
UNIX-based system, this might be an NFS mounted file). A string
constant must be used when specifying the path-name.
The directory does not have to exist at CREATE EVENT MONITOR
time. However, a check is made for the existence of the target path
when the event monitor is activated. At that time, if the target path
does not exist, an error (SQLSTATE 428A3) is raised.
If an absolute path (a path that starts with the root directory on AIX,
or a disk identifier on Windows NT or Windows 2000) is specified,
then the specified path will be the one used. If a relative path (a path
that does not start with the root) is specified, then the path relative to
the DB2EVENT directory in the database directory will be used.
When a relative path is specified, the DB2EVENT directory is used to
convert it into an absolute path. Thereafter, no distinction is made
Statements 171
CREATE EVENT MONITOR
between absolute and relative paths. The absolute path is stored in the
SYSCAT.EVENTMONITORS catalog view.
It is possible to specify two or more event monitors that have the same
target path. However, once one of the event monitors has been
activated for the first time, and as long as the target directory is not
empty, it will be impossible to activate any of the other event monitors.
File Options
Specifies the options for the file format.
MAXFILES NONE
Specifies that there is no limit to the number of event files that the
event monitor will create. This is the default.
MAXFILES number-of-files
Specifies that there is a limit on the number of event monitor files
that will exist for a particular event monitor at any time. Whenever
an event monitor has to create another file, it will check to make
sure that the number of .evt files in the directory is less than
number-of-files. If this limit has already been reached, then the event
monitor will turn itself off.
If an application removes the event files from the directory after
they have been written, then the total number of files that an event
monitor can produce can exceed number-of-files. This option has
been provided to allow a user to guarantee that the event data will
not consume more than a specified amount of disk space.
MAXFILESIZE pages
Specifies that there is a limit to the size of each event monitor file.
Whenever an event monitor writes a new event record to a file, it
checks that the file will not grow to be greater than pages (in units
of 4K pages). If the resulting file would be too large, then the event
monitor switches to the next file. The default for this option is:
v Windows NT or Windows 2000 - 200 4K pages
v UNIX - 1000 4K pages
The number of pages must be greater than at least the size of the
event buffer in pages. If this requirement is not met, then an error
(SQLSTATE 428A4) is raised.
MAXFILESIZE NONE
Specifies that there is no set limit on a file’s size. If MAXFILESIZE
NONE is specified, then MAXFILES 1 must also be specified. This
option means that one file will contain all of the event data for a
particular event monitor. In this case the only event file will be
00000000.evt.
BUFFERSIZE pages
Specifies the size of the event monitor buffers (in units of 4K
pages). All event monitor file I/O is buffered to improve the
performance of the event monitors. The larger the buffers, the less
I/O will be performed by the event monitor. Highly active event
monitors should have larger buffers than relatively inactive event
monitors. When the monitor is started, two buffers of the specified
size are allocated. Event monitors use double buffering to permit
asynchronous I/O.
The minimum and default size of each buffer (if this option is not
specified) is 4 pages (that is, 2 buffers, each 16 K in size). The
maximum size of the buffers is limited by the size of the monitor
heap (MON_HEAP) since the buffers are allocated from the heap.
If using a lot of event monitors at the same time, increase the size
of the MON_HEAP database configuration parameter.
Event monitors that write their data to a pipe also have two
internal (non-configurable) buffers that are each 1 page in size.
These buffers are also allocated from the monitor heap
(MON_HEAP). For each active event monitor that has a pipe
target, increase the size of the database heap by 2 pages.
BLOCKED
Specifies that each agent that generates an event should wait for an
event buffer to be written out to disk if the agent determines that
both event buffers are full. BLOCKED should be selected to
guarantee no event data loss. This is the default option.
NONBLOCKED
Specifies that each agent that generates an event should not wait
for the event buffer to be written out to disk if the agent
determines that both event buffers are full. NONBLOCKED event
monitors do not slow down database operations to the extent of
BLOCKED event monitors. However, NONBLOCKED event
monitors are subject to data loss on highly active systems.
APPEND
Specifies that if event data files already exist when the event
monitor is turned on, then the event monitor will append the new
event data to the existing stream of data files. When the event
monitor is reactivated, it will resume writing to the event files as if
it had never been turned off. APPEND is the default option.
The APPEND option does not apply at CREATE EVENT
MONITOR time, if there is existing event data in the directory
where the newly created event monitor is to write its event data.
REPLACE
Specifies that if event data files already exist when the event
monitor is turned on, then the event monitor will erase all of the
event files and start writing data to file 00000000.evt.
MANUALSTART
Specifies that the event monitor not be started automatically each time the
database is started. Event monitors with the MANUALSTART option must be
activated manually using the SET EVENT MONITOR STATE statement. This is
the default option.
AUTOSTART
Specifies that the event monitor be started automatically each time the
database is started.
ON DBPARTITIONNUM db-partition-number
Specifies the database partition on which the event monitor is to run. This
clause is valid for file and pipe event monitors, but not for write-to-table event
monitors. In a partitioned database environment, write-to-table event monitors
will run and write events on all partitions where table spaces for target tables
are defined.
Statements 173
CREATE EVENT MONITOR
With the monitoring scope defined as GLOBAL, all database partitions report
to the specified database partition number. The I/O component will physically
run on the specified database partition, writing records to the specified file or
pipe.
GLOBAL
The event monitor reports on all database partitions. For a partitioned database
in DB2 Universal Database Version 8, only deadlocks and deadlocks with
details event monitors can be defined as GLOBAL.
LOCAL
The event monitor reports only on the database partition that is running. It
gives a partial trace of the database activity. This is the default.
Rules:
v Each of the event types (DATABASE, TABLES, DEADLOCKs,...) can only be
specified once in a particular event monitor definition.
Notes:
v Compatibilities
– For compatibility with previous versions of DB2:
- NODE can be specified in place of DBPARTITIONNUM
v Event monitor definitions are recorded in the SYSCAT.EVENTMONITORS
catalog view. The events themselves are recorded in the SYSCAT.EVENTS
catalog view. The names of target tables are recorded in the
SYSCAT.EVENTTABLES catalog view.
v There is a performance impact when using DEADLOCKS WITH DETAILS rather
than DEADLOCKS. When a deadlock occurs, the database manager requires
extra time to record the extra deadlock information.
v A CONNHEADER event is normally written whenever a connection is
established. However, if an event monitor is created only for DEADLOCKS
WITH DETAILS, a CONNHEADER event will only be written the first time that
the connection participates in a deadlock.
v The BUFFERSIZE parameter restricts the size of STMT and
DETAILED_DLCONN events. If a STMT event cannot fit within a buffer, it is
truncated by truncating statement text. If a DETAILED_DLCONN event cannot
fit within a buffer, it is truncated by removing locks. If it still cannot fit,
statement text is truncated.
v Write to table event monitors:
– General Notes:
- All target tables are created when the CREATE EVENT MONITOR
statement executes.
- If the creation of a table fails for any reason, an error is passed back to the
application program, and the CREATE EVENT MONITOR statement fails.
- A target table can only be used by one event monitor. During CREATE
EVENT MONITOR processing, if a target table is found to have already
been defined for use by another event monitor, the CREATE EVENT
MONITOR statement fails, and an error is passed back to the application
program. A table is defined for use by another event monitor if the table
name matches a value found in the SYSCAT.EVENTTABLES catalog view.
- During CREATE EVENT MONITOR processing, if a table already exists,
but is not defined for use by another event monitor, no table is created, and
processing continues. A warning is passed back to the application program.
- Any table spaces must exist before the CREATE EVENT MONITOR
statement is executed. The CREATE EVENT MONITOR statement does not
create table spaces.
- If specified, the LOCAL and GLOBAL keywords are ignored. With WRITE
TO TABLE event monitors, an event monitor output process or thread is
started on each database partition in the instance, and each of these
processes reports data only for the database partition on which it is
running.
- The following event types from the flat monitor log file or pipe format are
not recorded by write to table event monitors:
v LOG_STREAM_HEADER
v LOG_HEADER
v DB_HEADER (Elements db_name and db_path are not recorded. The
element conn_time is recorded in CONTROL.)
- In a partitioned database environment, data is only written to target tables
on the partitions where their table spaces exist. If a table space for a target
table does not exist on some partition, data for that target table is ignored.
This behavior allows users to choose a subset of partitions for monitoring,
by creating a table space that exists only on certain partitions.
In a partitioned database environment, if some target tables do not reside
on a partition, but other target tables do reside on that same partition, only
the data for the target tables that do reside on that partition is recorded.
- Users must manually prune all target tables.
– Table Columns:
- Column names in a table match an event monitor element identifier.
Monitor variables of type sqlm_time (elapsed time) are an exception. The
column names for such types are TYPE_NAME_S, and TYPE_NAME_MS,
representing the columns that store the time in seconds and microseconds,
respectively. Any event monitor element that does not have a corresponding
target table column is ignored.
- Use the db2evtbl command to build a CREATE EVENT MONITOR
command that includes a complete list of elements for a group.
- The types of columns being used for monitor elements correlate to the
following mapping:
SQLM_TYPE_STRING CHAR[n], VARCHAR[n] or CLOB(n)
(If the data in the event monitor
record exceeds n bytes,
it is truncated.)
SQLM_TYPE_U8BIT and SQLM_TYPE_8BIT SMALLINT, INTEGER or BIGINT
SQLM_TYPE_16BIT and SQLM_TYPE_U16BIT SMALLINT, INTEGER or BIGINT
SQLM_TYPE_32BIT and SQLM_TYPE_U32BIT INTEGER or BIGINT
SQLM_TYPE_U64BIT and SQLM_TYPE_64BIT BIGINT
sqlm_timestamp TIMESTAMP
sqlm_time(elapsed time) BIGINT
sqlca:
sqlerrmc VARCHAR[72]
sqlstate CHAR[5]
sqlwarn CHAR[11]
other fields INTEGER or BIGINT
- Columns are defined to be NOT NULL.
- Because the performance of tables with CLOB columns is inferior to tables
that have VARCHAR columns, consider using the TRUNC keyword when
specifying the STMT evmGroup (or DLCONN evmGroup, if using the
DEADLOCKS WITH DETAILS event type).
Statements 175
CREATE EVENT MONITOR
- Unlike other target tables, the columns in the CONTROL table do not
match monitor element identifiers. Columns are defined as follows:
Column Name Data Type Nullable Description
----------- --------- -------- -----------
PARTITION_KEY INTEGER N Partition key (partitioned
database only)
PARTITION_NUMBER INTEGER N Partition number (partitioned
database only)
EVMONNAME VARCHAR(128) N Name of the event monitor
MESSAGE VARCHAR(128) N Describes the nature of
the MESSAGE_TIME column.
This can be one of
the following:
- FIRST_CONNECT (the time
of the first connect to the
database after activation)
- EVMON_START (the time that
the event monitor listed
in EVMONNAME was started)
- OVERFLOWS:n (denotes that
n records were discarded
because of buffer overflow)
MESSAGE_TIME TIMESTAMP N Timestamp
- In a partitioned database environment, the first column of each table is
named PARTITION_KEY, is NOT NULL, and is of type INTEGER. This
column is used as the partitioning key for the table. The value of this
column is chosen so that each event monitor process inserts data into the
database partition on which the process is running; that is, insert operations
are performed locally on the database partition where the event monitor
process is running. On any database partition, the PARTITION_KEY field
will contain the same value. This means that if a data partition is dropped
and data redistribution is performed, all data on the dropped database
partition will go to one other database partition instead of being evenly
distributed. Therefore, before removing a database partition, consider
deleting all table rows on that database partition.
- In a partitioned database environment, a column named
PARTITION_NUMBER can be defined for each table. This column is NOT
NULL and is of type INTEGER. It contains the number of the partition on
which the data was inserted. Unlike the PARTITION_KEY column, the
PARTITION_NUMBER column is not mandatory. The
PARTITION_NUMBER column is not allowed in a non-partitioned database
environment.
– Table Attributes:
- Default table attributes are used. Besides partitioning key (partitioned
database only), no extra options are specified when creating tables.
- Indexes on the table can be created.
- Extra table attributes (such as volatile, RI, triggers, constraints, and so on)
can be added, but the event monitor process (or thread) will ignore them.
- If ″not logged initially″ is added as a table attribute, it is turned off at the
first COMMIT, and is not set back on.
– Event Monitor Activation:
- When an event monitor activates, all target table names are retrieved from
the SYSCAT.EVENTTABLES catalog view.
- In a partitioned database environment, activation processing occurs on
every partition of the instance. On a particular partition, activation
processing determines the table spaces and database partition groups for
each target table. The event monitor only activates on a partition if at least
one target table exists on that partition. Moreover, if some target table is
not found on a partition, that target table is flagged so that data destined
for that table is dropped during runtime processing.
- If a target table does not exist when the event monitor activates (or, in a
partitioned database environment, if the table space does not reside on a
database partition), activation continues, and data that would otherwise be
inserted into this table is ignored.
- Activation processing validates each target table. If validation fails,
activation of the event monitor fails, and messages are written to the
administration log.
- During activation in a partitioned database environment, the CONTROL
table rows for FIRST_CONNECT and EVMON_START are only inserted on
the catalog database partition. This requires that the table space for the
control table exist on the catalog database partition. If it does not exist on
the catalog database partition, these inserts are not performed.
- In a partitioned database environment, if a partition is not yet active when
a write to table event monitor is activated, that partition is activated before
the event monitor is activated. In this case, database activation behaves as
if an SQL CONNECT statement has activated the database on all partitions.
– Run Time:
- An event monitor runs with DBADM authority.
- If, while an event monitor is active, an insert operation into a target table
fails:
v Uncommitted changes are rolled back.
v A message is written to the administration log.
v The event monitor is deactivated.
- If an event monitor is active, it performs a local COMMIT when it has
finished processing an event monitor buffer.
- In a partitioned database environment, the actual statement text, which can
be up to 65 535 bytes in length, is only stored (in the STMT or DLCONN
table) by the event monitor process running on the application coordinator
database partition. On other database partitions, this value has zero length.
- In a non-partitioned database environment, all write to table event
monitors are deactivated when the last application terminates (and the
database has not been explicitly activated). In a partitioned database
environment, write to table event monitors are deactivated when the
catalog partition deactivates.
- The DROP EVENT MONITOR statement does not drop target tables.
Examples:
Example 1: The following example creates an event monitor called SMITHPAY. This
event monitor, will collect event data for the database as well as for the SQL
statements performed by the PAYROLL application owned by the JSMITH
authorization ID. The data will be appended to the absolute path
/home/jsmith/event/smithpay/. A maximum of 25 files will be created. Each file
will be a maximum of 1 024 4K pages long. The file I/O will be non-blocked.
CREATE EVENT MONITOR SMITHPAY
FOR DATABASE, STATEMENTS
WHERE APPL_NAME = ’PAYROLL’ AND AUTH_ID = ’JSMITH’
WRITE TO FILE ’/home/jsmith/event/smithpay’
Statements 177
CREATE EVENT MONITOR
MAXFILES 25
MAXFILESIZE 1024
NONBLOCKED
APPEND
Example 3: This example creates an event monitor called DB_APPLS. This event
monitor collects connection events, and writes the data to the named pipe
/home/jsmith/applpipe.
CREATE EVENT MONITOR DB_APPLS
FOR CONNECTIONS
WRITE TO PIPE ’/home/jsmith/applpipe’
v No tables are created for connheader or control; all data for these groups are
discarded.
| CREATE EVENT MONITOR BAR
| FOR STATEMENTS, TRANSACTIONS
| WRITE TO TABLE
| STMT(TABLE MYDEPT.MYSTMTINFO, IN MYTABLESPACE,
| INCLUDES(ROWS_READ, ROWS_WRITTEN, STMT_TEXT)),
| SUBSECTION(TABLE MYDEPT.MYSUBSECTIONINFO, IN MYTABLESPACE,
| EXCLUDES(START_TIME, STOP_TIME, PARTIAL_RECORD)),
| XACT
Related reference:
v “Basic predicate” in the SQL Reference, Volume 1
v “Event monitor logical data groups and monitor elements” in the System Monitor
Guide and Reference
Statements 179
CREATE FUNCTION
CREATE FUNCTION
This statement is used to register or define a user-defined function or function
template with an application server.
There are five different types of functions that can be created using this statement.
Each of these is described separately.
v External Scalar. The function is written in a programming language and returns
a scalar value. The external executable is registered in the database, along with
various attributes of the function.
v External Table. The function is written in a programming language and returns a
complete table. The external executable is registered in the database along with
various attributes of the function.
v OLE DB External Table. A user-defined OLE DB external table function is
registered in the database to access data from an OLE DB provider.
v Sourced or Template. A source function is implemented by invoking another
function (either built-in, external, SQL, or source) that is already registered in the
database.
It is possible to create a partial function, called a function template, which defines
what types of values are to be returned, but which contains no executable code.
The user maps it to a data source function within a federated system, so that the
data source function can be invoked from a federated database. A function
template can be registered only with an application server that is designated as a
federated server.
v SQL Scalar, Table or Row. The function body is written in SQL and defined
together with the registration in the database. It returns a scalar value, a table, or
a single row.
Related reference:
v “CREATE FUNCTION (OLE DB External Table)” on page 221
v “CREATE FUNCTION (SQL Scalar, Table, or Row)” on page 238
v “CREATE FUNCTION (External Scalar)” on page 181
v “CREATE FUNCTION (External Table)” on page 204
v “CREATE FUNCTION (Sourced or Template)” on page 228
Related samples:
v “dbinline.sqc -- How to use inline SQL Procedure Language (C)”
v “udfcli.sqc -- Call a variety of types of user-defined functions (C)”
v “udfemcli.sqc -- Call a variety of types of embedded SQL user-defined functions.
(C)”
v “udfcli.c -- How to work with different types of user-defined functions (UDFs)”
v “udfcli.sqC -- Call a variety of types of user-defined functions (C++)”
v “udfemcli.sqC -- Call a variety of types of embedded SQL user-defined
functions. (C++)”
v “UDFCreate.db2 -- How to catalog the Java UDFs contained in UDFsrv.java ”
v “UDFjCreate.db2 -- How to catalog the Java UDFs contained in UDFjsrv.java ”
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v SYSADM or DBADM authority
v CREATE_EXTERNAL_ROUTINE authority on the database and at least one of:
– IMPLICIT_SCHEMA authority on the database, if the schema name of the
function does not refer to an existing schema.
– CREATEIN privilege on the schema, if the schema name of the function refers
to an existing schema.
Syntax:
( ) *
,
data-type1
parameter-name AS LOCATOR
RETURNS data-type2 *
AS LOCATOR
data-type3 CAST FROM data-type4
AS LOCATOR
Statements 181
CREATE FUNCTION (External Scalar)
* EXTERNAL *
SPECIFIC specific-name NAME ’string’
identifier
(1)
LANGUAGE C * PARAMETER STYLE DB2GENERAL *
JAVA JAVA
CLR SQL
OLE
NOT DETERMINISTIC
* *
PARAMETER CCSID ASCII DETERMINISTIC
UNICODE
NO DBINFO
* * *
DBINFO TRANSFORM GROUP group-name
*
PREDICATES ( predicate-specification )
predicate-specification:
WHEN = constant
<> EXPRESSION AS expression-name
<
>
<=
>=
data-filter
index-exploitation
index-exploitation
data-filter
data-filter:
index-exploitation:
exploitation-rule
exploitation-rule:
Notes:
1 LANGUAGE SQL is also supported.
Description:
function-name
Names the function being defined. It is a qualified or unqualified name that
designates a function. The unqualified form of function-name is an SQL
identifier (with a maximum length of 18). In dynamic SQL statements, the
CURRENT SCHEMA special register is used as a qualifier for an unqualified
object name. In static SQL statements the QUALIFIER precompile/bind option
implicitly specifies the qualifier for unqualified object names. The qualified
form is a schema-name followed by a period and an SQL identifier. The
qualified name must not be the same as the data type of the first parameter, if
that first parameter is a structured type.
The name, including the implicit or explicit qualifiers, together with the
number of parameters and the data type of each parameter (without regard for
any length, precision or scale attributes of the data type) must not identify a
function or method described in the catalog (SQLSTATE 42723). The
unqualified name, together with the number and data types of the parameters,
while of course unique within its schema, need not be unique across schemas.
If a two-part name is specified, the schema-name cannot begin with ’SYS’;.
Otherwise, an error (SQLSTATE 42939) is raised.
Statements 183
CREATE FUNCTION (External Scalar)
The second and fourth statements would fail because they are considered to be
duplicate functions.
data-type1
Specifies the data type of the parameter.
v SQL data type specifications and abbreviations which may be specified
in the data-type1 definition of a CREATE TABLE statement and have a
correspondence in the language that is being used to write the function
may be specified.
v DECIMAL (and NUMERIC) are invalid with LANGUAGE C and OLE
(SQLSTATE 42815).
which assumes that IMAGE is a distinct type based on one of the LOB
types.
Statements 185
CREATE FUNCTION (External Scalar)
This form of the RETURNS clause is used to return a different data type to
the invoking statement from the data type that was returned by the
function code. For example, in
CREATE FUNCTION GET_HIRE_DATE(CHAR(6))
RETURNS DATE CAST FROM CHAR(10)
...
Since the length, precision or scale for data-type3 can be inferred from
data-type4, it not necessary (but still permitted) to specify the length,
precision, or scale for parameterized types specified for data-type3. Instead
empty parentheses may be used (for example VARCHAR() may be used).
FLOAT() cannot be used (SQLSTATE 42601) since parameter value
indicates different data types (REAL or DOUBLE).
Distinct types and structured types are not valid as the type specified in
data-type4 (SQLSTATE 42815).
The cast operation is also subject to run-time checks that might result in
conversion errors being raised.
AS LOCATOR
For data-type4 specifications that are LOB types or distinct types which
are based on LOB types, the AS LOCATOR clause can be added. This
indicates that a LOB locator is to be passed back from the UDF instead
of the actual value.
SPECIFIC specific-name
Provides a unique name for the instance of the function that is being defined.
This specific name can be used when sourcing on this function, dropping the
function, or commenting on the function. It can never be used to invoke the
function. The unqualified form of specific-name is an SQL identifier (with a
maximum length of 18). The qualified form is a schema-name followed by a
period and an SQL identifier. The name, including the implicit or explicit
qualifier, must not identify another function instance or method specification
that exists at the application server; otherwise an error (SQLSTATE 42710) is
raised.
The specific-name may be the same as an existing function-name.
If no qualifier is specified, the qualifier that was used for function-name is used.
If a qualifier is specified, it must be the same as the explicit or implicit
qualifier of function-name or an error (SQLSTATE 42882) is raised.
If specific-name is not specified, a unique name is generated by the database
manager. The unique name is SQL followed by a character timestamp,
SQLyymmddhhmmssxxx.
EXTERNAL
This clause indicates that the CREATE FUNCTION statement is being used to
register a new function based on code written in an external programming
language and adhering to the documented linkage conventions and interface.
If NAME clause is not specified ″NAME function-name″ is assumed.
NAME ’string’
This clause identifies the name of the user-written code which implements
the function being defined.
The 'string' option is a string constant with a maximum of 254 characters.
The format used for the string is dependent on the LANGUAGE specified.
v For LANGUAGE C:
The string specified is the library name and function within library,
which the database manager invokes to execute the user-defined
function being CREATEd. The library (and the function within the
library) do not need to exist when the CREATE FUNCTION statement is
performed. However, when the function is used in an SQL statement,
the library and function within the library must exist and be accessible
from the database server machine; otherwise, an error (SQLSTATE
42724) is returned.
’ library_id ’
absolute_path_id ! func_id
Extraneous blanks are not permitted within the single quotation marks.
library_id
| Identifies the library name containing the function. The database
| manager will look for the library as follows:
| – On UNIX-based systems, if ’myfunc’ was given as the library_id,
| and the database manager is being run from /u/production, the
| database manager will look for the function in library
| /u/production/sqllib/function/myfunc.
| – On Windows operating systems, the database manager will look
| for the function in a directory path that is specified by the
| LIBPATH or PATH environment variable.
absolute_path_id
Identifies the full path name of the file containing the function.
On UNIX-based systems, for example, ’/u/jchui/mylib/myfunc’
would cause the database manager to look in /u/jchui/mylib for
the myfunc shared library.
On Windows operating systems, ’d:\mylib\myfunc.dll’ would cause
the database manager to load the dynamic link library, myfunc.dll,
from the d:\mylib directory. If an absolute path ID is being used to
identify the routine body, be sure to append the .dll extension.
! func_id
Identifies the entry point name of the function to be invoked. The !
serves as a delimiter between the library id and the function id. If !
func_id is omitted, the database manager will use the default entry
point established when the library was linked.
In a UNIX-based system, for example, ’mymod!func8’ would direct
the database manager to look for the library
$inst_home_dir/sqllib/function/mymod and to use entry point
func8 within that library.
On Windows operating systems, ’mymod!func8’ would direct the
database manager to load the mymod.dll file and call the func8()
function in the dynamic link library (DLL).
Statements 187
CREATE FUNCTION (External Scalar)
’ class_id . method_id ’
jar_id : !
’ progid ! method_id ’
clsid
Statements 189
CREATE FUNCTION (External Scalar)
{nnnnnnnn-nnnn-nnnn-nnnn-nnnnnnnnnnnn}
where ’n’ is an alphanumeric character. clsid is not interpreted by the
database manager but only forwarded to the OLE APIs at run time.
method_id
Identifies the method name of the OLE object to be invoked.
NAME identifier
This identifier specified is an SQL identifier. The SQL identifier is used as
the library-id in the string. Unless it is a delimited identifier, the identifier is
folded to upper case. If the identifier is qualified with a schema name, the
schema name portion is ignored. This form of NAME can only be used
with LANGUAGE C.
LANGUAGE
This mandatory clause is used to specify the language interface convention to
which the user-defined function body is written.
C This means the database manager will call the user-defined function as
if it were a C function. The user-defined function must conform to the
C language calling and linkage convention as defined by the standard
ANSI C prototype.
JAVA This means the database manager will call the user-defined function as
a method in a Java class.
| CLR This means the database manager will call the user-defined function as
| a method in a .NET class. At this time, LANGUAGE CLR is only
| supported for user-defined functions running on Windows operating
| systems. NOT FENCED cannot be specified for a CLR routine
| (SQLSTATE 42601).
OLE This means the database manager will call the user-defined function as
if it were a method exposed by an OLE automation object. The
user-defined function must conform with the OLE automation data
types and invocation mechanism, as described in the OLE Automation
Programmer’s Reference.
LANGUAGE OLE is only supported for user-defined functions stored
in DB2 for Windows operating systems. THREADSAFE may not be
specified for UDFs defined with LANGUAGE OLE (SQLSTATE 42613).
PARAMETER STYLE
This clause is used to specify the conventions used for passing parameters to
and returning the value from functions.
DB2GENERAL
Used to specify the conventions for passing parameters to and returning
the value from external functions that are defined as a method in a Java
class. This can only specified when LANGUAGE JAVA is used.
The value DB2GENRL may be used as a synonym for DB2GENERAL.
JAVA
This means that the function will use a parameter passing convention that
conforms to the Java language and SQLJ Routines specification. This can
only be specified when LANGUAGE JAVA is used and there are no
structured types as parameter or return types (SQLSTATE 429B8).
PARAMETER STYLE JAVA functions do not support the FINAL CALL,
SCRATCHPAD or DBINFO clauses.
SQL
Used to specify the conventions for passing parameters to and returning
the value from external functions that conform to C language calling and
| linkage conventions, methods exposed by OLE automation objects, or
| public static methods of a .NET object. This must be specified when
| LANGUAGE C, LANGUAGE CLR, or LANGUAGE OLE is used.
| PARAMETER CCSID
| Specifies the encoding scheme to use for all string data passed into and out of
| the function. If the PARAMETER CCSID clause is not specified, the default is
| PARAMETER CCSID UNICODE for Unicode databases, and PARAMETER
| CCSID ASCII for all other databases.
| ASCII
| Specifies that string data is encoded in the database code page. If the
| database is a Unicode database, PARAMETER CCSID ASCII cannot be
| specified (SQLSTATE 56031). When the function is invoked, the application
| code page for the function is the database code page.
| UNICODE
| Specifies that string data is encoded in Unicode. If the database is a
| Unicode database, character data is in UTF-8, and graphic data is in UCS-2.
| If the database is not a Unicode database, character data is in UTF-8. In
| either case, when the function is invoked, the application code page for the
| function is 1208.
| If the database is not a Unicode database, and a function with
| PARAMETER CCSID UNICODE is created, the function cannot have any
| graphic types or user-defined types (SQLSTATE 560C1).
| If the database is not a Unicode database, and the alternate collating sequence
| has been specified in the database configuration, functions can be created with
| either PARAMETER CCSID ASCII or PARAMETER CCSID UNICODE. All
| string data passed into and out of the function will be converted to the
| appropriate code page.
Statements 191
CREATE FUNCTION (External Scalar)
CAUTION:
Use of NOT FENCED for functions not adequately coded, reviewed and
tested can compromise the integrity of DB2. DB2 takes some precautions
against many of the common types of inadvertent failures that might occur,
but cannot guarantee complete integrity when NOT FENCED user-defined
functions are used.
Only FENCED can be specified for a function with LANGUAGE OLE or NOT
THREADSAFE (SQLSTATE 42613).
If the function is FENCED and has the NO SQL option, the AS LOCATOR
clause cannot be specified (SQLSTATE 42613).
Either SYSADM authority, DBADM authority, or a special authority
(CREATE_NOT_FENCED_ROUTINE) is required to register a user-defined
function as NOT FENCED.
| LANGUAGE CLR user-defined functions cannot be created when specifying
| the NOT FENCED clause (SQLSTATE 42601).
THREADSAFE or NOT THREADSAFE
Specifies whether the function is considered safe to run in the same process as
other routines (THREADSAFE), or not (NOT THREADSAFE).
If the function is defined with LANGUAGE other than OLE:
v If the function is defined as THREADSAFE, the database manager can
invoke the function in the same process as other routines. In general, to be
threadsafe, a function should not use any global or static data areas. Most
programming references include a discussion of writing threadsafe routines.
Both FENCED and NOT FENCED functions can be THREADSAFE.
v If the function is defined as NOT THREADSAFE, the database manager will
never invoke the function in the same process as another routine.
The value NULL CALL may be used as a synonym for CALLED ON NULL
INPUT for backwards and family compatibility. Similarly, NOT NULL CALL
may be used as a synonym for RETURNS NULL ON NULL INPUT.
NO SQL, CONTAINS SQL, READS SQL DATA
Indicates whether the function issues any SQL statements and, if so, what type.
NO SQL
Indicates that the function cannot execute any SQL statements (SQLSTATE
38001).
CONTAINS SQL
Indicates that SQL statements that neither read nor modify SQL data can
be executed by the function (SQLSTATE 38004 or 42985). Statements that
are not supported in any function return a different error (SQLSTATE
38003 or 42985).
READS SQL DATA
Indicates that some SQL statements that do not modify SQL data can be
included in the function (SQLSTATE 38002 or 42985). Statements that are
not supported in any function return a different error (SQLSTATE 38003 or
42985).
STATIC DISPATCH
This optional clause indicates that at function resolution time, DB2 chooses a
function based on the static types (declared types) of the parameters of the
function.
NO EXTERNAL ACTION or EXTERNAL ACTION
This optional clause specifies whether or not the function takes some action
that changes the state of an object not managed by the database manager.
Optimizations that assume functions have no external impacts are prevented
by specifying EXTERNAL ACTION. For example: sending a message, ringing a
bell, or writing a record to a file.
NO SCRATCHPAD or SCRATCHPAD length
This optional clause may be used to specify whether a scratchpad is to be
provided for an external function. (It is strongly recommended that
user-defined functions be re-entrant, so a scratchpad provides a means for the
function to “save state” from one call to the next.)
If SCRATCHPAD is specified, then at first invocation of the user-defined
function, memory is allocated for a scratchpad to be used by the external
function. This scratchpad has the following characteristics:
v length, if specified, sets the size of the scratchpad in bytes; this value must be
between 1 and 32 767 (SQLSTATE 42820). The default size is 100 bytes.
v It is initialized to all X'00'’s.
v Its scope is the SQL statement. There is one scratchpad per reference to the
external function in the SQL statement. So if the UDFX function in the
following statement is defined with the SCRATCHPAD keyword, three
scratchpads would be assigned.
SELECT A, UDFX(A) FROM TABLEB
WHERE UDFX(A) > 103 OR UDFX(A) < 19
If ALLOW PARALLEL is specified or defaulted to, then the scope is different
from the above. If the function is executed in multiple partitions, a
scratchpad would be assigned in each partition where the function is
processed, for each reference to the function in the SQL statement. Similarly,
if the query is executed with intra-partition parallelism enabled, more than
three scratchpads may be assigned.
Statements 193
CREATE FUNCTION (External Scalar)
v It is persistent. Its content is preserved from one external function call to the
next. Any changes made to the scratchpad by the external function on one
call will be there on the next call. The database manager initializes
scratchpads at the beginning of execution of each SQL statement. The
database manager may reset scratchpads at the beginning of execution of
each subquery. The system issues a final call before resetting a scratchpad if
the FINAL CALL option is specified.
v It can be used as a central point for system resources (for example, memory)
which the external function might acquire. The function could acquire the
memory on the first call, keep its address in the scratchpad, and refer to it in
subsequent calls.
(In such a case where system resource is acquired, the FINAL CALL
keyword should also be specified; this causes a special call to be made at
end-of-statement to allow the external function to free any system resources
acquired.)
Statements 195
CREATE FUNCTION (External Scalar)
NO DBINFO or DBINFO
This optional clause specifies whether certain specific information known by
DB2 will be passed to the UDF as an additional invocation-time argument
(DBINFO) or not (NO DBINFO). NO DBINFO is the default. DBINFO is not
supported for LANGUAGE OLE (SQLSTATE 42613) or PARAMETER STYLE
JAVA.
If DBINFO is specified, then a structure is passed to the UDF which contains
the following information:
v Data base name - the name of the currently connected database.
v Application ID - unique application ID which is established for each
connection to the database.
v Application Authorization ID - the application run-time authorization ID,
regardless of the nested UDFs in between this UDF and the application.
v Code page - identifies the database code page.
v Schema name - under the exact same conditions as for Table name, contains
the name of the schema; otherwise blank.
v Table name - if and only if the UDF reference is either the right-hand side of
a SET clause in an UPDATE statement or an item in the VALUES list of an
INSERT statement, contains the unqualified name of the table being updated
or inserted; otherwise blank.
v Column name - under the exact same conditions as for Table name, contains
the name of the column being updated or inserted; otherwise blank.
v Database version/release - identifies the version, release and modification
level of the database server invoking the UDF.
v Platform - contains the server’s platform type.
v Table function result column numbers - not applicable to external scalar
functions.
TRANSFORM GROUP group-name
Indicates the transform group to be used for user-defined structured type
transformations when invoking the function. A transform is required if the
function definition includes a user-defined structured type as either a
parameter or returns data type. If this clause is not specified, the default group
name DB2_FUNCTION is used. If the specified (or default) group-name is not
defined for a referenced structured type, an error is raised (SQLSTATE 42741).
If a required FROM SQL or TO SQL transform function is not defined for the
given group-name and structured type, an error is raised (SQLSTATE 42744).
The transform functions, both FROM SQL and TO SQL, whether designated or
implied, must be SQL functions which properly transform between the
structured type and its built in type attributes.
PREDICATES
Defines the filtering or index extension exploitation performed when this
function is used in a predicate. A predicate-specification allows the optional
SELECTIVITY clause of a search-condition to be specified. If the PREDICATES
clause is specified, the function must be defined as DETERMINISTIC with NO
| EXTERNAL ACTION (SQLSTATE 42613). If the PREDICATES clause is
| specified, and the database is not a Unicode database, PARAMETER CCSID
| UNICODE must not be specified (SQLSTATE 42613).
WHEN comparison-operator
Introduces a specific use of the function in a predicate with a comparison
operator ("=", "<", ">", ">=", "<=", "<>").
constant
Specifies a constant value with a data type comparable to the
RETURNS type of the function (SQLSTATE 42818). When a predicate
uses this function with the same comparison operator and this
constant, the specified filtering and index exploitation will be
considered by the optimizer.
EXPRESSION AS expression-name
Provides a name for an expression. When a predicate uses this function
with the same comparison operator and an expression, filtering and
index exploitation may be used. The expression is assigned an
expression name so that it can be used as a search function argument.
The expression-name cannot be the same as any parameter-name of the
function being created (SQLSTATE 42711). When an expression is
specified, the type of the expression is identified.
FILTER USING
Allows specification of an external function or a case expression to be used
for additional filtering of the result table.
function-invocation
Specifies a filter function that can be used to perform additional
filtering of the result table. This is a version of the defined function
(used in the predicate) that reduces the number of rows on which the
user-defined predicate must be executed, to determine if rows qualify.
If the results produced by the index are close to the results expected
for the user-defined predicate, applying the filtering function may be
redundant. If not specified, data filtering is not performed.
This function can use any parameter-name, the expression-name, or
constants as arguments (SQLSTATE 42703), and returns an integer
(SQLSTATE 428E4). A return value of 1 means the row is kept,
otherwise it is discarded.
This function must also:
v not be defined with LANGUAGE SQL (SQLSTATE 429B4)
v not be defined with NOT DETERMINISTIC or EXTERNAL ACTION
(SQLSTATE 42845)
v not have a structured data type as the data type of any of the
parameters (SQLSTATE 428E3)
v not include a subquery (SQLSTATE 428E4).
If an argument invokes another function or method, these four rules
are also enforced for this nested function or method. However, system
generated observer methods are allowed as arguments to the filter
function (or any function or method used as an argument), as long as
the argument evaluates to a built-in data type.
Statements 197
CREATE FUNCTION (External Scalar)
Notes:
v Compatibilities
– For compatibility with DB2 UDB for OS/390 and z/OS:
- The following syntax is accepted as the default behavior:
v ASUTIME NO LIMIT
v NO COLLID
v PROGRAM TYPE SUB
v STAY RESIDENT NO
| v CCSID UNICODE in a Unicode database
| v CCSID ASCII in a non-Unicode database if PARAMETER CCSID
| UNICODE is not specified
– For compatibility with previous versions of DB2:
- PARAMETER STYLE DB2SQL can be specified in place of PARAMETER
STYLE SQL
- NOT VARIANT can be specified in place of DETERMINISTIC, and
VARIANT can be specified in place of NOT DETERMINISTIC
- NULL CALL can be specified in place of CALLED ON NULL INPUT, and
NOT NULL CALL can be specified in place of RETURNS NULL ON NULL
INPUT
v Determining whether one data type is castable to another data type does not
consider length or precision and scale for parameterized data types such as
CHAR and DECIMAL. Therefore, errors may occur when using a function as a
result of attempting to cast a value of the source data type to a value of the
target data type. For example, VARCHAR is castable to DATE but if the source
type is actually defined as VARCHAR(5), an error will occur when using the
function.
v When choosing the data types for the parameters of a user-defined function,
consider the rules for promotion that will affect its input values (see “Promotion
of data types”). For example, a constant which may be used as an input value
could have a built-in data type different from the one expected and, more
significantly, may not be promoted to the data type expected. Based on the rules
for promotion, it is generally recommended to use the following data types for
parameters:
– INTEGER instead of SMALLINT
– DOUBLE instead of REAL
– VARCHAR instead of CHAR
– VARGRAPHIC instead of GRAPHIC
v For portability of UDFs across platforms the following data types should not be
used:
– FLOAT- use DOUBLE or REAL instead.
– NUMERIC- use DECIMAL instead.
– LONG VARCHAR- use CLOB (or BLOB) instead.
Statements 199
CREATE FUNCTION (External Scalar)
Examples:
Example 1: Pellow is registering the CENTRE function in his PELLOW schema. Let
those keywords that will default do so, and let the system provide a function
specific name:
CREATE FUNCTION CENTRE (INT,FLOAT)
RETURNS FLOAT
EXTERNAL NAME ’mod!middle’
LANGUAGE C
PARAMETER STYLE SQL
DETERMINISTIC
NO SQL
NO EXTERNAL ACTION
returning NULL if and only if the input is null. It could be written even more
simply (that is, without null checking), if the CREATE FUNCTION statement had
used NOT NULL CALL. The CREATE FUNCTION statement:
CREATE FUNCTION ntest1 (SMALLINT)
RETURNS SMALLINT
EXTERNAL NAME ’ntest1!nudft1’
LANGUAGE C PARAMETER STYLE SQL
DETERMINISTIC NOT FENCED NULL CALL
NO SQL NO EXTERNAL ACTION
Statements 201
CREATE FUNCTION (External Scalar)
Example 4: The following registers a Java UDF which returns the position of the
first vowel in a string. The UDF is written in Java, is to be run fenced, and is the
findvwl method of class javaUDFs.
CREATE FUNCTION findv ( CLOB(100K))
RETURNS INTEGER
FENCED
LANGUAGE JAVA
PARAMETER STYLE JAVA
EXTERNAL NAME ’javaUDFs.findvwl’
NO EXTERNAL ACTION
CALLED ON NULL INPUT
DETERMINISTIC
NO SQL
Example 5: This example outlines a user-defined predicate WITHIN that takes two
parameters, g1 and g2, of type SHAPE as input:
CREATE FUNCTION within (g1 SHAPE, g2 SHAPE)
RETURNS INTEGER
LANGUAGE C
PARAMETER STYLE SQL
NOT VARIANT
NOT FENCED
NO SQL
NO EXTERNAL ACTION
EXTERNAL NAME ’db2sefn!SDESpatilRelations’
PREDICATES
WHEN = 1
FILTER USING mbrOverlap(g1..xmin, g1..ymin, g1..xmax, g1..max,
g2..xmin, g2..ymin, g2..xmax, g2..ymax)
SEARCH BY INDEX EXTENSION gridIndex
WHEN KEY(g1) USE withinExplRule(g2)
WHEN KEY(g2) USE withinExplRule(g1)
There is currently a restriction that only the right hand side is treated as the
expression; the term on the left hand side is the user-defined function for the
user-defined predicate.
v The SEARCH BY INDEX EXTENSION clause indicates that combinations of
index extension and search target can be used for this user-defined-predicate. In
the case of the distance function, the expression identified as distExpr is also one
of the search arguments that is passed to the range-producer function (defined
as part of the index extension). The expression identifier is used to define a
name for the expression so that it is passed to the range-producer function as an
argument.
Related reference:
v “Basic predicate” in the SQL Reference, Volume 1
v “CREATE TYPE (Structured)” on page 401
v “CREATE FUNCTION (SQL Scalar, Table, or Row)” on page 238
v “SQL statements allowed in routines” in the SQL Reference, Volume 1
v “Special registers” in the SQL Reference, Volume 1
v “Promotion of data types” in the SQL Reference, Volume 1
v “Casting between data types” in the SQL Reference, Volume 1
Statements 203
CREATE FUNCTION (External Table)
A table function may be used in the FROM clause of a SELECT, and returns a table
to the SELECT by returning one row at a time.
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v SYSADM or DBADM authority
v CREATE_EXTERNAL_ROUTINE authority on the database and at least one of:
– IMPLICIT_SCHEMA authority on the database, if the implicit or explicit
schema name of the function does not exist
– CREATEIN privilege on the schema, if the schema name of the function
exists.
Syntax:
( ) *
,
data-type1
parameter-name AS LOCATOR
* EXTERNAL *
SPECIFIC specific-name NAME ’string’
identifier
(1)
LANGUAGE C * PARAMETER STYLE DB2GENERAL *
JAVA SQL
CLR
OLE
NOT DETERMINISTIC
* *
PARAMETER CCSID ASCII DETERMINISTIC
UNICODE
NO DBINFO
* *
DBINFO CARDINALITY integer
Notes:
1 For information on creating LANGUAGE OLE DB external table functions,
Statements 205
CREATE FUNCTION (External Table)
the second and fourth statements would fail because they are considered to be
a duplicate functions.
data-type1
Specifies the data type of the parameter.
v SQL data type specifications and abbreviations which may be specified
in the data-type definition of a CREATE TABLE statement and have a
correspondence in the language that is being used to write the function
may be specified.
v DECIMAL (and NUMERIC) are invalid with LANGUAGE C and OLE
(SQLSTATE 42815).
| v CLR does not support DECIMAL scale greater than 28 (SQLSTATE
| 42613).
v REF(type-name) may be specified as the data type of a parameter.
However, such a parameter must be unscoped (SQLSTATE 42997).
v Structured types may be specified, provided that appropriate transform
functions exist in the associated transform group.
AS LOCATOR
For the LOB types or distinct types which are based on a LOB type,
the AS LOCATOR clause can be added. This indicates that a LOB
locator is to be passed to the UDF instead of the actual value. This
saves greatly in the number of bytes passed to the UDF, and may save
as well in performance, particularly in the case where only a few bytes
of the value are actually of interest to the UDF.
Here is an example which illustrates the use of the AS LOCATOR
clause in parameter definitions:
CREATE FUNCTION foo ( CLOB(10M) AS LOCATOR, IMAGE AS LOCATOR)
...
which assumes that IMAGE is a distinct type based on one of the LOB
types.
Statements 207
CREATE FUNCTION (External Table)
RETURNS TABLE
Specifies that the output of the function is a table. The parentheses that follow
this keyword delimit a list of the names and types of the columns of the table,
resembling the style of a simple CREATE TABLE statement which has no
additional specifications (constraints, for example). No more than 255 columns
are allowed (SQLSTATE 54011).
column-name
Specifies the name of this column. The name cannot be qualified and the
same name cannot be used for more than one column of the table.
data-type2
Specifies the data type of the column, and can be any data type supported
for a parameter of a UDF written in the particular language, except for
structured types (SQLSTATE 42997).
AS LOCATOR
When data-type2 is a LOB type or distinct type based on a LOB type,
the use of this option indicates that the function is returning a locator
for the LOB value that is instantiated in the result table.
The valid types for use with this clause are discussed in “CREATE
FUNCTION (External Scalar)”.
SPECIFIC specific-name
Provides a unique name for the instance of the function that is being defined.
This specific name can be used when sourcing on this function, dropping the
function, or commenting on the function. It can never be used to invoke the
function. The unqualified form of specific-name is an SQL identifier (with a
maximum length of 18). The qualified form is a schema-name followed by a
period and an SQL identifier. The name, including the implicit or explicit
qualifier, must not identify another function instance that exists at the
application server; otherwise an error (SQLSTATE 42710) is raised.
The specific-name may be the same as an existing function-name.
If no qualifier is specified, the qualifier that was used for function-name is used.
If a qualifier is specified, it must be the same as the explicit or implicit
qualifier of function-name or an error (SQLSTATE 42882) is raised.
If specific-name is not specified, a unique name is generated by the database
manager. The unique name is SQL followed by a character timestamp,
SQLyymmddhhmmssxxx.
EXTERNAL
This clause indicates that the CREATE FUNCTION statement is being used to
register a new function based on code written in an external programming
language and adhering to the documented linkage conventions and interface.
If NAME clause is not specified ″NAME function-name″ is assumed.
NAME ’string’
This clause identifies the user-written code which implements the function
being defined.
The 'string' option is a string constant with a maximum of 254 characters.
The format used for the string is dependent on the LANGUAGE specified.
v For LANGUAGE C:
The string specified is the library name and function within library,
which the database manager invokes to execute the user-defined
function being CREATEd. The library (and the function within the
’ library_id ’
absolute_path_id ! func_id
Extraneous blanks are not permitted within the single quotation marks.
library_id
| Identifies the library name containing the function. The database
| manager will look for the library as follows:
| – On UNIX-based systems, if ’myfunc’ was given as the library_id,
| and the database manager is being run from /u/production, the
| database manager will look for the function in library
| /u/production/sqllib/function/myfunc.
| – On Windows operating systems, the database manager will look
| for the function in a directory path that is specified by the
| LIBPATH or PATH environment variable.
absolute_path_id
Identifies the full path name of the file containing the function.
On UNIX-based systems, for example, ’/u/jchui/mylib/myfunc’
would cause the database manager to look in /u/jchui/mylib for
the myfunc shared library.
On Windows operating systems, ’d:\mylib\myfunc.dll’ would cause
the database manager to load the dynamic link library, myfunc.dll,
from the d:\mylib directory. If an absolute path ID is being used to
identify the routine body, be sure to append the .dll extension.
! func_id
Identifies the entry point name of the function to be invoked. The !
serves as a delimiter between the library id and the function id. If !
func_id is omitted, the database manager will use the default entry
point established when the library was linked.
In a UNIX-based system, for example, ’mymod!func8’ would direct
the database manager to look for the library
$inst_home_dir/sqllib/function/mymod and to use entry point
func8 within that library.
On Windows 32-bit operating systems, ’mymod!func8’ would direct
the database manager to load the mymod.dll file and call the func8()
function in the dynamic link library (DLL).
If the string is not properly formed, an error (SQLSTATE 42878) is
raised.
In any case, the body of every external function should be in a directory
that is available on every partition of the database.
v For LANGUAGE JAVA:
The string specified contains the optional jar file identifier, class identifier
and method identifier, which the database manager invokes to execute
the user-defined function being CREATEd. The class identifier and
method identifier do not need to exist when the CREATE FUNCTION
statement is performed. If a jar_id is specified, it must exist when the
CREATE FUNCTION statement is executed. However, when the
Statements 209
CREATE FUNCTION (External Table)
’ class_id . method_id ’
jar_id : !
| class_id
| Specifies the name of the class within the given assembly in which
| the method that is to be invoked resides. If the class resides within a
| namespace, the full namespace must be given in addition to the
| class. For example, if the class EmployeeClass is in namespace
| MyCompany.ProcedureClasses, then
| MyCompany.ProcedureClasses.EmployeeClass must be specified for
| the class. Note that the compilers for some .NET languages will add
| the project name as a namespace for the class, and the behavior may
| differ depending on whether the command line compiler or the GUI
| compiler is used. This parameter is case sensitive.
| method_id
| Specifies the method within the given class that is to be invoked.
| This parameter is case sensitive.
v For LANGUAGE OLE:
The string specified is the OLE programmatic identifier (progid) or class
identifier (clsid), and method identifier, which the database manager
invokes to execute the user-defined function being CREATEd. The
programmatic identifier or class identifier, and method identifier do not
need to exist when the CREATE FUNCTION statement is performed.
However, when the function is used in an SQL statement, the method
identifier must exist and be accessible from the database server machine,
otherwise an error (SQLSTATE 42724) is raised.
’ progid ! method_id ’
clsid
Statements 211
CREATE FUNCTION (External Table)
LANGUAGE
This mandatory clause is used to specify the language interface convention to
which the user-defined function body is written.
C This means the database manager will call the user-defined function as
if it were a C function. The user-defined function must conform to the
C language calling and linkage convention as defined by the standard
ANSI C prototype.
JAVA This means the database manager will call the user-defined function as
a method in a Java class.
| CLR This means the database manager will call the user-defined function as
| a method in a .NET class. At this time, LANGUAGE CLR is only
| supported for user-defined functions running on Windows operating
| systems. NOT FENCED cannot be specified for a CLR routine
| (SQLSTATE 42601).
OLE This means the database manager will call the user-defined function as
if it were a method exposed by an OLE automation object. The
user-defined function must conform with the OLE automation data
types and invocation mechanism, as described in the OLE Automation
Programmer’s Reference.
LANGUAGE OLE is only supported for user-defined functions stored
in DB2 for Windows 32-bit operating systems.
For information on creating LANGUAGE OLE DB external table
functions, see “CREATE FUNCTION (OLE DB External Table)”.
PARAMETER STYLE
This clause is used to specify the conventions used for passing parameters to
and returning the value from functions.
DB2GENERAL
| Used to specify the conventions for passing parameters to and returning
| the value from external functions that are defined as a method in a Java
| class. This can only be specified when LANGUAGE JAVA is used.
SQL
Used to specify the conventions for passing parameters to and returning
the value from external functions that conform to C language calling and
| linkage conventions, methods exposed by OLE automation objects, or
| public static methods of a .NET object. This must be specified when
| LANGUAGE C, LANGUAGE CLR, or LANGUAGE OLE is used.
| PARAMETER CCSID
| Specifies the encoding scheme to use for all string data passed into and out of
| the function. If the PARAMETER CCSID clause is not specified, the default is
| PARAMETER CCSID UNICODE for Unicode databases, and PARAMETER
| CCSID ASCII for all other databases.
| ASCII
| Specifies that string data is encoded in the database code page. If the
| database is a Unicode database, PARAMETER CCSID ASCII cannot be
| specified (SQLSTATE 56031). When the function is invoked, the application
| code page for the function is the database code page.
| UNICODE
| Specifies that string data is encoded in Unicode. If the database is a
| Unicode database, character data is in UTF-8, and graphic data is in UCS-2.
| If the database is not a Unicode database, and the alternate collating sequence
| has been specified in the database configuration, functions can be created with
| either PARAMETER CCSID ASCII or PARAMETER CCSID UNICODE. All
| string data passed into and out of the function will be converted to the
| appropriate code page.
Statements 213
CREATE FUNCTION (External Table)
CAUTION:
Use of NOT FENCED for functions not adequately coded, reviewed and
tested can compromise the integrity of DB2. DB2 takes some precautions
against many of the common types of inadvertent failures that might occur,
but cannot guarantee complete integrity when NOT FENCED user defined
functions are used.
Only FENCED can be specified for a function with LANGUAGE OLE or NOT
THREADSAFE (SQLSTATE 42613).
If the function is FENCED and has the NO SQL option, the AS LOCATOR
clause cannot be specified (SQLSTATE 42613).
Either SYSADM authority, DBADM authority, or a special authority
(CREATE_NOT_FENCED_ROUTINE) is required to register a user-defined
function as NOT FENCED.
| LANGUAGE CLR user-defined functions cannot be created when specifying
| the NOT FENCED clause (SQLSTATE 42601).
THREADSAFE or NOT THREADSAFE
Specifies whether the function is considered safe to run in the same process as
other routines (THREADSAFE), or not (NOT THREADSAFE).
If the function is defined with LANGUAGE other than OLE:
v If the function is defined as THREADSAFE, the database manager can
invoke the function in the same process as other routines. In general, to be
threadsafe, a function should not use any global or static data areas. Most
programming references include a discussion of writing threadsafe routines.
Both FENCED and NOT FENCED functions can be THREADSAFE.
v If the function is defined as NOT THREADSAFE, the database manager will
never invoke the function in the same process as another routine.
Statements 215
CREATE FUNCTION (External Table)
v Its scope is the SQL statement. There is one scratchpad per reference to the
external function in the SQL statement. So if the UDFX function in the
following statement is defined with the SCRATCHPAD keyword, two
scratchpads would be assigned.
SELECT A.C1, B.C2
FROM TABLE (UDFX(:hv1)) AS A,
TABLE (UDFX(:hv1)) AS B
WHERE ...
v It is persistent. It is initialized at the beginning of the execution of the
statement, and can be used by the external table function to preserve the
state of the scratchpad from one call to the next. If the FINAL CALL
keyword is also specified for the UDF, then the scratchpad is NEVER altered
by DB2, and any resources anchored in the scratchpad should be released
when the special FINAL call is made.
If NO FINAL CALL is specified or defaulted, then the external table function
should clean up any such resources on the CLOSE call, as DB2 will
re-initialize the scratchpad on each OPEN call. This determination of FINAL
CALL or NO FINAL CALL and the associated behavior of the scratchpad
could be an important consideration, particularly if the table function will be
used in a subquery or join, since that is when multiple OPEN calls can occur
during the execution of a statement.
v It can be used as a central point for system resources (for example, memory)
which the external function might acquire. The function could acquire the
memory on the first call, keep its address in the scratchpad, and refer to it in
subsequent calls.
(As outlined above, the FINAL CALL/NO FINAL CALL keyword is used to
control the re-initialization of the scratchpad, and also dictates when the
external table function should release resources anchored in the scratchpad.)
NO DBINFO or DBINFO
This optional clause specifies whether certain specific information known by
DB2 will be passed to the UDF as an additional invocation-time argument
(DBINFO) or not (NO DBINFO). NO DBINFO is the default. DBINFO is not
supported for LANGUAGE OLE (SQLSTATE 42613).
If DBINFO is specified, then a structure is passed to the UDF which contains
the following information:
v Data base name - the name of the currently connected database.
v Application ID - unique application ID which is established for each
connection to the database.
v Application Authorization ID - the application run-time authorization ID,
regardless of the nested UDFs in between this UDF and the application.
v Code page - identifies the database code page.
v Schema name - not applicable to external table functions.
v Table name - not applicable to external table functions.
v Column name - not applicable to external table functions.
v Database version/release- identifies the version, release and modification
level of the database server invoking the UDF.
v Platform - contains the server’s platform type.
v Table function result column numbers - an array of the numbers of the table
function result columns actually needed for the particular statement
referencing the function. Only provided for table functions, it enables the
UDF to optimize by only returning the required column values instead of all
column values.
CARDINALITY integer
This optional clause provides an estimate of the expected number of rows to be
returned by the function for optimization purposes. Valid values for integer
range from 0 to 9 223 372 036 854 775 807 inclusive.
If the CARDINALITY clause is not specified for a table function, DB2 will
assume a finite value as a default- the same value assumed for tables for which
the RUNSTATS utility has not gathered statistics.
Warning: If a function does, in fact, have infinite cardinality — that is, it
returns a row every time it is called to do so, and never returns the
″end-of-table″ condition — then queries that require the end-of-table condition
to correctly function will be infinite, and will have to be interrupted. Examples
of such queries are those that contain a GROUP BY or an ORDER BY clause.
Writing such UDFs is not recommended.
TRANSFORM GROUP group-name
Indicates the transform group to be used for user-defined structured type
transformations when invoking the function. A transform is required if the
function definition includes a user-defined structured type as a parameter data
type. If this clause is not specified, the default group name DB2_FUNCTION is
used. If the specified (or default) group-name is not defined for a referenced
structured type, an error results (SQLSTATE 42741). If a required FROM SQL
transform function is not defined for the given group-name and structured
type, an error results (SQLSTATE 42744).
INHERIT SPECIAL REGISTERS
This optional clause specifies that updatable special registers in the function
will inherit their initial values from the environment of the invoking statement.
For a function invoked in the select-statement of a cursor, the initial values are
Statements 217
CREATE FUNCTION (External Table)
inherited from the environment when the cursor is opened. For a routine
invoked in a nested object (for example a trigger or view), the initial values are
inherited from the runtime environment (not inherited from the object
definition).
No changes to the special registers are passed back to the invoker of the
function.
Non-updatable special registers, such as the datetime special registers, reflect a
property of the statement currently executing, and are therefore set to their
default values.
Notes:
v When choosing the data types for the parameters of a user-defined function,
consider the rules for promotion that will affect its input values. For example, a
constant which may be used as an input value could have a built-in data type
that is different from the one expected and, more significantly, may not be
promoted to the data type expected. Based on the rules for promotion, it is
generally recommended to use the following data types for parameters:
– INTEGER instead of SMALLINT
– DOUBLE instead of REAL
– VARCHAR instead of CHAR
– VARGRAPHIC instead of GRAPHIC
v For portability of UDFs across platforms, it is recommended to use the following
data types:
– DOUBLE or REAL instead of FLOAT
– DECIMAL instead of NUMERIC
– CLOB (or BLOB) instead of LONG VARCHAR
v Creating a function with a schema name that does not already exist will result in
the implicit creation of that schema provided the authorization ID of the
statement has IMPLICIT_SCHEMA authority. The schema owner is SYSIBM. The
CREATEIN privilege on the schema is granted to PUBLIC.
| v In a partitioned database environment, the use of SQL in external user-defined
| functions or methods is not supported (SQLSTATE 42997).
v Only routines defined as NO SQL can be used to define an index extension
(SQLSTATE 428F8).
| v If the function allows SQL, the external program must not attempt to access any
| federated objects (SQLSTATE 55047).
| v A Java routine defined as NOT FENCED will be invoked as if it had been
| defined as FENCED THREADSAFE.
v Table access restrictions
If a function is defined as READS SQL DATA, no statement in the function can
access a table that is being modified by the statement which invoked the
function (SQLSTATE 57053). For example, suppose the user-defined function
BONUS() is defined as READS SQL DATA. If the statement UPDATE
EMPLOYEE SET SALARY = SALARY + BONUS(EMPNO) is invoked, no SQL
statement in the BONUS function can read from the EMPLOYEE table.
v Compatibilities
– For compatibility with DB2 for z/OS and OS/390:
- The following syntax is accepted as the default behavior:
v ASUTIME NO LIMIT
v NO COLLID
Examples:
Within the context of a single session, the UDF will always return the same table,
and therefore it is defined as DETERMINISTIC. Note the RETURNS clause which
defines the output from DOCMATCH. FINAL CALL must be specified for each
table function. In addition, the DISALLOW PARALLEL keyword is added as table
functions cannot operate in parallel. Although the size of the output for
DOCMATCH is highly variable, CARDINALITY 20 is a representative value, and
is specified to help the DB2 optimizer.
CREATE FUNCTION DOCMATCH (VARCHAR(30), VARCHAR(255))
RETURNS TABLE (DOC_ID CHAR(16))
EXTERNAL NAME ’/common/docfuncs/rajiv/udfmatch’
LANGUAGE C
PARAMETER STYLE SQL
NO SQL
DETERMINISTIC
NO EXTERNAL ACTION
NOT FENCED
SCRATCHPAD
FINAL CALL
DISALLOW PARALLEL
CARDINALITY 20
Example 2: The following registers an OLE table function that is used to retrieve
message header information and the partial message text of messages in Microsoft
Exchange.
CREATE FUNCTION MAIL()
RETURNS TABLE (TIMERECEIVED DATE,
SUBJECT VARCHAR(15),
SIZE INTEGER,
Statements 219
CREATE FUNCTION (External Table)
TEXT VARCHAR(30))
EXTERNAL NAME ’tfmail.header!list’
LANGUAGE OLE
PARAMETER STYLE SQL
NOT DETERMINISTIC
FENCED
CALLED ON NULL INPUT
SCRATCHPAD
FINAL CALL
NO SQL
EXTERNAL ACTION
DISALLOW PARALLEL
Related reference:
v “Basic predicate” in the SQL Reference, Volume 1
v “CREATE FUNCTION (OLE DB External Table)” on page 221
v “CREATE FUNCTION (SQL Scalar, Table, or Row)” on page 238
v “CREATE FUNCTION (External Scalar)” on page 181
v “SQL statements allowed in routines” in the SQL Reference, Volume 1
v “Special registers” in the SQL Reference, Volume 1
v “Promotion of data types” in the SQL Reference, Volume 1
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v SYSADM or DBADM authority
v CREATE_EXTERNAL_ROUTINE authority on the database, and at least one of:
– IMPLICIT_SCHEMA authority on the database, if the implicit or explicit
schema name of the function does not exist
– CREATEIN privilege on the schema, if the schema name of the function
exists.
Syntax:
Statements 221
CREATE FUNCTION (OLE DB External Table)
*
CARDINALITY integer
Description:
function-name
Names the function being defined. It is a qualified or unqualified name that
designates a function. The unqualified form of function-name is an SQL
identifier (with a maximum length of 18). In dynamic SQL statements, the
CURRENT SCHEMA special register is used as a qualifier for an unqualified
object name. In static SQL statements the QUALIFIER precompile/bind option
implicitly specifies the qualifier for unqualified object names. The qualified
form is a schema-name followed by a period and an SQL identifier.
The name, including the implicit or explicit qualifiers, together with the
number of parameters and the data type of each parameter (without regard for
any length, precision or scale attributes of the data type) must not identify a
function described in the catalog (SQLSTATE 42723). The unqualified name,
together with the number and data types of the parameters, while of course
unique within its schema, need not be unique across schemas.
If a two-part name is specified, the schema-name cannot begin with ’SYS’
(SQLSTATE 42939).
A number of names used as keywords in predicates are reserved for system
use, and cannot be used as a function-name (SQLSTATE 42939). The names are
SOME, ANY, ALL, NOT, AND, OR, BETWEEN, NULL, LIKE, EXISTS, IN,
UNIQUE, OVERLAPS, SIMILAR, MATCH, and the comparison operators.
The same name can be used for more than one function if there is some
difference in the signature of the functions. Although there is no prohibition
against it, an external user-defined table function should not be given the same
name as a built-in function.
parameter-name
Specifies an optional name for the parameter.
data-type1
Identifies the input parameter of the function, and specifies the data type of
the parameter. If no input parameter is specified, then data is retrieved from
the external source possibly subsetted through query optimization. The input
parameter can be any character or graphic string data type and it passes
command text to an OLE DB provider.
It is possible to register a function that has no parameters. In this case, the
parentheses must still be coded, with no intervening data types. For example,
CREATE FUNCTION WOOFER() ...
’ server ! ’
rowset
! ! connectstring
rowset ! COLLATING_SEQUENCE = N
Y
server
Identifies the local name of a data source as defined by “CREATE
SERVER”.
rowset
Identifies the rowset (table) exposed by the OLE DB provider. Fully
qualified table names must be provided for OLE DB providers that support
catalog or schema names.
connectstring
String version of the initialization properties needed to connect to a data
source. The basic format of a connection string is based on the ODBC
connection string. The string contains a series of keyword/value pairs
separated by semicolons. The equal sign (=) separates each keyword and
Statements 223
CREATE FUNCTION (OLE DB External Table)
Notes:
v Compatibilities
– For compatibility with previous versions of DB2:
- NOT VARIANT can be specified in place of DETERMINISTIC
- VARIANT can be specified in place of NOT DETERMINISTIC
- NULL CALL can be specified in place of CALLED ON NULL INPUT
- NOT NULL CALL can be specified in place of RETURNS NULL ON NULL
INPUT
v FENCED, FINAL CALL, SCRATCHPAD, PARAMETER STYLE SQL, DISALLOW
PARALLEL, NO DBINFO, NOT THREADSAFE, and NO SQL are implicit in the
statement and can be specified.
v When choosing the data types for the parameters of a user-defined function,
consider the rules for promotion that will affect its input values. For example, a
constant which may be used as an input value could have a built-in data type
that is different from the one expected and, more significantly, may not be
promoted to the data type expected. Based on the rules for promotion, it is
generally recommended to use the following data types for parameters:
– VARCHAR instead of CHAR
– VARGRAPHIC instead of GRAPHIC
v For portability of UDFs across platforms, it is recommended to use the following
data types:
– DOUBLE or REAL instead of FLOAT
– DECIMAL instead of NUMERIC
– CLOB (or BLOB) instead of LONG VARCHAR
v Creating a function with a schema name that does not already exist will result in
the implicit creation of that schema provided the authorization ID of the
statement has IMPLICIT_SCHEMA authority. The schema owner is SYSIBM. The
CREATEIN privilege on the schema is granted to PUBLIC.
v Privileges
Statements 225
CREATE FUNCTION (OLE DB External Table)
The definer of a function always receives the EXECUTE privilege WITH GRANT
OPTION on the function, as well as the right to drop the function.
Examples:
SELECT *
FROM TABLE (favorites
(’ select top 3 sales.stor_id as store_id, ’ ||
’ stores.stor_name as name, ’ ||
’ sum(sales. qty) as sales ’ ||
’ from sales, stores ’ ||
’ where sales.stor_id = stores.stor_id ’ ||
’ group by sales.stor_id, stores.stor_name ’ ||
’ order by sum(sales.qty) desc ’)) as f;
Related reference:
v “Basic predicate” in the SQL Reference, Volume 1
v “CREATE SERVER” on page 312
v “CREATE USER MAPPING” on page 430
v “CREATE WRAPPER” on page 446
v “CREATE FUNCTION (External Table)” on page 204
v “Promotion of data types” in the SQL Reference, Volume 1
Statements 227
CREATE FUNCTION (Sourced or Template)
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
| v IMPLICIT_SCHEMA privilege on the database, if the implicit or explicit schema
name of the function does not exist
v CREATEIN privilege on the schema, if the schema name of the function exists
| v SYSADM or DBADM authority
The privileges held by the authorization ID of the statement must also include
EXECUTE privilege on the source function if the authorization ID of the statement
does not have SYSADM or DBADM authority, and the SOURCE clause is specified.
Syntax:
RETURNS data-type2 * *
SPECIFIC specific-name
| SOURCE function-name *
SPECIFIC specific-name PARAMETER CCSID ASCII
function-name ( ) UNICODE
,
data-type
NOT DETERMINISTIC EXTERNAL ACTION
AS TEMPLATE * *
DETERMINISTIC NO EXTERNAL ACTION
Description:
function-name
Names the function or function template being defined. It is a qualified or
unqualified name that designates a function. The unqualified form of
function-name is an SQL identifier (with a maximum length of 18). In dynamic
SQL statements, the CURRENT SCHEMA special register is used as a qualifier
for an unqualified object name. In static SQL statements the QUALIFIER
precompile/bind option implicitly specifies the qualifier for unqualified object
names. The qualified form is a schema-name followed by a period and an SQL
identifier.
The name, including the implicit or explicit qualifiers, together with the
number of parameters and the data type of each parameter (without regard for
any length, precision or scale attributes of the data type) must not identify a
function or function template described in the catalog (SQLSTATE 42723). The
unqualified name, together with the number and data types of the parameters,
while of course unique within its schema, need not be unique across schemas.
If a two-part name is specified, the schema-name cannot begin with ‘SYS’
(SQLSTATE 42939).
A number of names used as keywords in predicates are reserved for system
use, and cannot be used as a function-name (SQLSTATE 42939). The names are
SOME, ANY, ALL, NOT, AND, OR, BETWEEN, NULL, LIKE, EXISTS, IN,
UNIQUE, OVERLAPS, SIMILAR, MATCH, and the comparison operators.
When naming a user-defined function that is sourced on an existing function
with the purpose of supporting the same function with a user-defined distinct
type, the same name as the sourced function may be used. This allows users to
use the same function with a user-defined distinct type without realizing that
an additional definition was required. In general, the same name can be used
for more than one function if there is some difference in the signature of the
functions.
(data-type,...)
Identifies the number of input parameters of the function or function template,
and specifies the data type of each parameter. One entry in the list must be
specified for each parameter that the function or function template will expect
to receive. No more than 90 parameters are allowed. If this limit is exceeded,
an error (SQLSTATE 54023) is returned.
It is possible to register a function or function template that has no parameters.
In this case, the parentheses must still be coded, with no intervening data
types. For example,
CREATE FUNCTION WOOFER() ...
Statements 229
CREATE FUNCTION (Sourced or Template)
the second and fourth statements would fail because they are considered to be
duplicate functions.
parameter-name
Specifies an optional name for the parameter that is distinct from the
names of all other parameters in this function.
data-type1
Specifies the data type of the parameter.
With a sourced scalar function, any valid SQL data type can be used,
provided it is castable to the type of the corresponding parameter of the
function identified in the SOURCE clause. A REF(type-name) data type
cannot be specified as the data type of a parameter (SQLSTATE 42997).
Because the function is sourced, it is not necessary (but still permitted) to
specify length, precision, or scale for the parameterized data types. Empty
parentheses can be used instead; for example, CHAR(). A parameterized data
type is any one of the data types that can be defined with a specific length,
scale, or precision. The parameterized data types are the string data types
and the decimal data types.
With a function template, empty parentheses can also be used instead of
specifying length, precision, or scale for the parameterized data types. It is
recommended to use empty parentheses for the parameterized data types.
If you use empty parentheses, the length, precision, or scale is the same as
that of the remote function, which is determined when the function
template is mapped to a remote function by creating a function mapping.
If you omit parentheses altogether, the default length for the data type is
used (see the description of the CREATE TABLE statement).
RETURNS
This mandatory clause identifies the output of the function or function
template.
data-type2
Specifies the data type of the output.
With a sourced scalar function, any valid SQL data type is acceptable, as is
a distinct type, provided it is castable from the result type of the source
function.
The parameter of a parameterized type need not be specified, as above for
parameters of a sourced function. Instead, empty parentheses can be used;
for example, VARCHAR().
For additional considerations and rules that apply to the specification of
the data type in the RETURNS clause when the function is sourced on
another, see the “Rules” section of this statement.
With a function template, empty parentheses are not allowed (SQLSTATE
42611). Length, precision, or scale must be specified for the parameterized
data types. It is recommended to specify the same length, precision, or
scale as that of the remote function.
SPECIFIC specific-name
Provides a unique name for the instance of the function that is being defined.
This specific name can be used when sourcing on this function, dropping the
function, or commenting on the function. It can never be used to invoke the
function. The unqualified form of specific-name is an SQL identifier (with a
maximum length of 18). The qualified form is a schema-name followed by a
period and an SQL identifier. The name, including the implicit or explicit
qualifier, must not identify another function instance that exists at the
application server; otherwise an error (SQLSTATE 42710) is returned.
The specific-name may be the same as an existing function-name.
If no qualifier is specified, the qualifier that was used for function-name is used.
If a qualifier is specified, it must be the same as the explicit or implicit
qualifier of function-name or an error (SQLSTATE 42882) is returned.
If specific-name is not specified, a unique name is generated by the database
manager. The unique name is SQL followed by a character timestamp,
SQLyymmddhhmmssxxx.
SOURCE
Specifies that the function being created is to be implemented by another
function (the source function) already known to the database manager. The
source function can be either a built-in function (except for COALESCE,
DBPARTITIONNUM, NULLIF, HASHEDVALUE, TYPE_ID, TYPE_NAME,
TYPE_SCHEMA, or VALUE) or a previously created user-defined scalar
function.
The SOURCE clause may be specified only for scalar or column functions; it
may not be specified for table functions.
The SOURCE clause provides the identity of the other function.
function-name
Identifies the particular function that is to be used as the source and is
valid only if there is exactly one specific function in the schema with this
function-name for which the authorization ID of the statement has
EXECUTE privilege. This syntax variant is not valid for a source function
that is a built-in function.
If an unqualified name is provided, then the current SQL path (the value
of the CURRENT PATH special register) is used to locate the function. The
first schema in the function path that has a function with this name for
which the authorization ID of the statement has EXECUTE privilege is
selected.
If no function by this name exists in the named schema or if the name is
not qualified and there is no function with this name in the function path,
an error (SQLSTATE 42704) is returned. If there is more than one
authorized specific instance of the function in the named or located
schema, an error (SQLSTATE 42725) is returned. If a function by this name
exists and the authorization ID of the statement does not have EXECUTE
privilege on this function, an error (SQLSTATE 42501) is returned.
SPECIFIC specific-name
Identifies the particular user-defined function that is to be used as the
source, by the specific-name either specified or defaulted to at function
creation time. This syntax variant is not valid for a source function that is a
built-in function.
Statements 231
CREATE FUNCTION (Sourced or Template)
| ASCII
| Specifies that string data is encoded in the database code page. If the
| database is a Unicode database, PARAMETER CCSID ASCII cannot be
| specified (SQLSTATE 56031). When the function is invoked, the
| application code page for the function is the database code page.
| UNICODE
| Specifies that string data is encoded in Unicode. If the database is a
| Unicode database, character data is in UTF-8, and graphic data is in
| UCS-2. If the database is not a Unicode database, character data is in
| UTF-8. In either case, when the function is invoked, the application
| code page for the function is 1208.
| The PARAMETER CCSID clause must specify the same encoding scheme
| as the source function (SQLSTATE 53090).
| AS TEMPLATE
| Indicates that this statement will be used to create a function template, not a
| function with executable code.
| NOT DETERMINISTIC or DETERMINISTIC
| Specifies whether the function returns the same results for identical input
| arguments. The default is NOT DETERMINISTIC.
| NOT DETERMINISTIC
| Specifies that the function might not return the same result each time
| that the function is invoked with the same input arguments. The
| function depends on some state values that affect the results. The
| database manager uses this information during optimization of SQL
| statements. An example of a function that is not deterministic is one
| that generates random numbers.
| A function that is not deterministic might receive incorrect results if it
| is executed by parallel tasks.
| DETERMINISTIC
| Specifies that the function always returns the same result each time
| that the function is invoked with the same input arguments. The
| database manager uses this information during optimization of SQL
| statements. An example of a function that is deterministic is one that
| calculates the square root of the input argument.
| The body of the SQL routine must be consistent with the implicit or
| explicit specification of DETERMINISTIC or NOT DETERMINISTIC. A
| function that is defined as DETERMINISTIC must not invoke another
| function that is defined as NOT DETERMINISTIC, nor can it reference a
| special register (SQLSTATE 428C2). For example, an SQL function that
| invokes the RAND built-in function in its RETURN statement must have
| been created as a non-deterministic function.
| EXTERNAL ACTION or NO EXTERNAL ACTION
| Specifies whether the function can take an action that changes the state of
| an object that the database manager does not manage. An example of an
| external action is sending a message or writing a record to a file. The
| default is EXTERNAL ACTION.
| EXTERNAL ACTION
| Specifies that the function can cause a change to the state of an object
| that the database manager does not manage.
Statements 233
CREATE FUNCTION (Sourced or Template)
Rules:
v For convenience, in this section we will call the function being created CF and
the function identified in the SOURCE clause SF, no matter which of the three
allowable syntaxes was used to identify SF.
– The unqualified name of CF and the unqualified name of SF can be different.
– A function named as the source of another function can, itself, use another
function as its source. Extreme care should be exercised when exploiting this
facility, because it could be very difficult to debug an application if an
indirectly invoked function returns an error.
– The following clauses are invalid if specified in conjunction with the SOURCE
clause (because CF will inherit these attributes from SF):
- CAST FROM ...,
- EXTERNAL ...,
- LANGUAGE ...,
- PARAMETER STYLE ...,
- DETERMINISTIC / NOT DETERMINISTIC,
- FENCED / NOT FENCED,
- RETURNS NULL ON NULL INPUT / CALLED ON NULL INPUT
- EXTERNAL ACTION / NO EXTERNAL ACTION
- NO SQL / CONTAINS SQL / READS SQL DATA
- SCRATCHPAD / NO SCRATCHPAD
- FINAL CALL / NO FINAL CALL
- RETURNS TABLE (...)
- CARDINALITY ...
- ALLOW PARALLEL / DISALLOW PARALLEL
- DBINFO / NO DBINFO
- THREADSAFE / NOT THREADSAFE
- INHERIT SPECIAL REGISTERS
An error (SQLSTATE 42613) will result from violation of these rules.
v The number of input parameters in CF must be the same as those in SF;
otherwise an error (SQLSTATE 42624) is returned.
v It is not necessary for CF to specify length, precision, or scale for a
parameterized data type in the case of:
– The function’s input parameters,
– Its RETURNS parameter
Instead, empty parentheses may be specified as part of the data type (for
example: VARCHAR()) in order to indicate that the length/precision/scale will
be the same as those of the source function, or determined by the casting.
However, if length, precision, or scale is specified then the value in CF is
checked against the corresponding value in SF as outlined below for input
parameters and returns value.
v The specification of the input parameters of CF are checked against those of SF.
The data type of each parameter of CF must either be the same as or be castable
to the data type of the corresponding parameter of SF. If any parameter is not
the same type or castable, an error (SQLSTATE 42879) is returned.
Note that this rule provides no guarantee against an error occurring when CF is
used. An argument that matches the data type and length or precision attributes
of a CF parameter may not be assignable if the corresponding SF parameter has
a shorter length or less precision. In general, parameters of CF should not have
length or precision attributes that are greater than the attributes of the
corresponding SF parameters.
v The specifications for the RETURNS data type of CF are checked against that of
SF. The final RETURNS data type of SF, after any casting, must either be the
same as or castable to the RETURNS data type of CF. Otherwise an error
(SQLSTATE 42866) is returned.
Note that this rule provides no guarantee against an error occurring when CF is
used. A result value that matches the data type and length or precision attributes
of the SF RETURNS data type may not be assignable if the CF RETURNS data
type has a shorter length or less precision. Caution should be used when
choosing to specify the RETURNS data type of CF as having length or precision
attributes that are less than the attributes of the SF RETURNS data type.
Notes:
v Determining whether one data type is castable to another data type does not
consider length or precision and scale for parameterized data types such as
CHAR and DECIMAL. Therefore, errors may occur when using a function as a
result of attempting to cast a value of the source data type to a value of the
target data type. For example, VARCHAR is castable to DATE but if the source
type is actually defined as VARCHAR(5), an error will occur when using the
function.
v When choosing the data types for the parameters of a user-defined function,
consider the rules for promotion that will affect its input values (see “Promotion
of data types”). For example, a constant which may be used as an input value
could have a built-in data type different from the one expected and, more
significantly, may not be promoted to the data type expected. Based on the rules
for promotion, it is generally recommended to use the following data types for
parameters:
– INTEGER instead of SMALLINT
– DOUBLE instead of REAL
– VARCHAR instead of CHAR
– VARGRAPHIC instead of GRAPHIC
v Creating a function with a schema name that does not already exist will result in
the implicit creation of that schema provided the authorization ID of the
statement has IMPLICIT_SCHEMA authority. The schema owner is SYSIBM. The
CREATEIN privilege on the schema is granted to PUBLIC.
v For a federated server to recognize a data source function, the function must
map to a counterpart at the federated database. If the database contains no
counterpart, the user must create the counterpart and then the mapping.
Statements 235
CREATE FUNCTION (Sourced or Template)
Examples:
Example 1: Some time after the creation of Pellow’s original CENTRE external
scalar function, another user wants to create a function based on it, except this
function is intended to accept only integer arguments.
CREATE FUNCTION MYCENTRE (INTEGER, INTEGER)
RETURNS FLOAT
SOURCE PELLOW.CENTRE (INTEGER, FLOAT)
Example 2: A distinct type, HATSIZE, has been created based on the built-in
INTEGER data type. It would be useful to have an AVG function to compute the
average hat size of different departments. This is easily done as follows:
CREATE FUNCTION AVG (HATSIZE) RETURNS HATSIZE
SOURCE SYSIBM.AVG (INTEGER)
The creation of the distinct type has generated the required cast function, allowing
the cast from HATSIZE to INTEGER for the argument and from INTEGER to
HATSIZE for the result of the function.
Related reference:
v “Functions” in the SQL Reference, Volume 1
v “Basic predicate” in the SQL Reference, Volume 1
v “CREATE FUNCTION MAPPING” on page 247
v “Promotion of data types” in the SQL Reference, Volume 1
v “Casting between data types” in the SQL Reference, Volume 1
Statements 237
CREATE FUNCTION (SQL Scalar, Table, or Row)
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v SYSADM or DBADM authority
v For each table, view or nickname identified in any fullselect:
– CONTROL privilege on that table, view, or nickname, or
– SELECT privilege on that table, view, or nickname
and at least one of the following:
– IMPLICIT_SCHEMA authority on the database, if the implicit or explicit
schema name of the function does not exist
– CREATEIN privilege on the schema, if the schema name of the function refers
to an existing schema
Group privileges other than PUBLIC are not considered for any table or view
specified in the CREATE FUNCTION statement.
Authorization requirements of the data source for the table or view referenced by
the nickname are applied when the function is invoked. The authorization ID of
the connection can be mapped to a different remote authorization ID.
If a function definer can only create the function because the definer has SYSADM
authority, the definer is granted implicit DBADM authority for the purpose of
creating the function.
Syntax:
parameter-name data-type1
* RETURNS data-type2 *
ROW column-list SPECIFIC specific-name
TABLE
| LANGUAGE SQL
* * *
PARAMETER CCSID ASCII
UNICODE
(2)
PREDICATES ( predicate-specification )
column-list:
( column-name data-type3 )
SQL-function-body:
RETURN Statement
dynamic-compound-statement
Notes:
| 1 Valid only if RETURNS specifies a table (TABLE column-list)
2 Valid only if RETURNS specifies a scalar result (data-type2)
Description:
function-name
Names the function being defined. It is a qualified or unqualified name that
Statements 239
CREATE FUNCTION (SQL Scalar, Table, or Row)
TABLE column-list
Specifies that the output of the function is a table.
column-list
The list of column names and data types returned for a ROW or TABLE
function
column-name
Specifies the name of this column. The name cannot be qualified and
the same name cannot be used for more than one column of the row.
data-type3
Specifies the data type of the column, and can be any data type
supported by a parameter of the SQL function.
SPECIFIC specific-name
Provides a unique name for the instance of the function that is being defined.
This specific name can be used when sourcing on this function, dropping the
function, or commenting on the function. It can never be used to invoke the
function. The unqualified form of specific-name is an SQL identifier (with a
maximum length of 18). The qualified form is a schema-name followed by a
period and an SQL identifier. The name, including the implicit or explicit
qualifier, must not identify another function instance that exists at the
application server; otherwise an error is raised (SQLSTATE 42710).
The specific-name may be the same as an existing function-name.
If no qualifier is specified, the qualifier that was used for function-name is used.
If a qualifier is specified, it must be the same as the explicit or implicit
qualifier of function-name or an error is raised (SQLSTATE 42882).
If specific-name is not specified, a unique name is generated by the database
manager. The unique name is SQL followed by a character timestamp,
SQLyymmddhhmmssxxx.
LANGUAGE SQL
Specifies that the function is written using SQL.
| PARAMETER CCSID
| Specifies the encoding scheme to use for all string data passed into and out of
| the function. If the PARAMETER CCSID clause is not specified, the default is
| PARAMETER CCSID UNICODE for Unicode databases, and PARAMETER
| CCSID ASCII for all other databases.
| ASCII
| Specifies that string data is encoded in the database code page. If the
| database is a Unicode database, PARAMETER CCSID ASCII cannot be
| specified (SQLSTATE 56031).
| UNICODE
| Specifies that character data is in UTF-8, and that graphic data is in UCS-2.
| If the database is not a Unicode database, PARAMETER CCSID UNICODE
| cannot be specified (SQLSTATE 56031).
DETERMINISTIC or NOT DETERMINISTIC
This optional clause specifies whether the function always returns the same
results for given argument values (DETERMINISTIC) or whether the function
depends on some state values that affect the results (NOT DETERMINISTIC).
That is, a DETERMINISTIC function must always return the same table from
successive invocations with identical inputs. Optimizations taking advantage of
the fact that identical inputs always produce the same results are prevented by
specifying NOT DETERMINISTIC.
Statements 241
CREATE FUNCTION (SQL Scalar, Table, or Row)
Notes:
v Compatibilities
| – For compatibility with DB2 UDB for OS/390 and z/OS:
| - The following syntax is accepted as the default behavior:
| v CCSID UNICODE in a Unicode database
| v CCSID ASCII in a non-Unicode database
– For compatibility with previous versions of DB2:
- NULL CALL can be specified in place of CALLED ON NULL INPUT
v Resolution of function calls inside the function body is done according to the
function path that is effective for the CREATE FUNCTION statement and does
not change after the function is created.
v If an SQL function contains multiple references to any of the date or time special
registers, all references return the same value, and it will be the same value
returned by the register invocation in the statement that called the function.
v The body of an SQL function cannot contain a recursive call to itself or to
another function or method that calls it, since such a function could not exist to
be called.
v The following rules are enforced by all statements that create functions or
methods:
Statements 243
CREATE FUNCTION (SQL Scalar, Table, or Row)
– A function may not have the same signature as a method (comparing the first
parameter-type of the function with the subject-type of the method).
– A function and a method may not be in an overriding relationship. That is, if
the function were a method with its first parameter as subject, it must not
override, or be overridden by, another method. For more information about
overriding methods, see the “CREATE TYPE (Structured)” statement.
– Because overriding does not apply to functions, it is permissible for two
functions to exist such that, if they were methods, one would override the
other.
For the purpose of comparing parameter-types in the above rules:
– Parameter-names, lengths, AS LOCATOR, and FOR BIT DATA are ignored.
– A subtype is considered to be different from its supertype.
v Table access restrictions
If a function is defined as READS SQL DATA, no statement in the function can
access a table that is being modified by the statement that invoked the function
(SQLSTATE 57053). For example, suppose the user-defined function BONUS() is
defined as READS SQL DATA. If the statement UPDATE EMPLOYEE SET
SALARY = SALARY + BONUS(EMPNO) is invoked, no SQL statement in the
BONUS function can read from the EMPLOYEE table.
| If a function defined with MODIFIES SQL DATA contains nested CALL
| statements, read access to the tables being modified by the function (by either
| the function definition or the statement that invoked the function) is not allowed
| (SQLSTATE 57053).
v Privileges
The definer of a function always receives the EXECUTE privilege on the
function, as well as the right to drop the function. The definer of a function is
also given the WITH GRANT OPTION on the function if the definer has WITH
GRANT OPTION on all privileges required to define the function, or if the
definer has SYSADM or DBADM authority.
The definer of a function only acquires privileges if the privileges from which
they are derived exist at the time the function is created. The definer must have
these privileges either directly, or because PUBLIC has the privileges. Privileges
held by groups of which the function definer is a member are not considered.
When using the function, the connected user’s authorization ID must have the
valid privileges on the table or view that the nickname references at the data
source.
Examples:
Example 1: Define a scalar function that returns the tangent of a value using the
existing sine and cosine functions.
CREATE FUNCTION TAN (X DOUBLE)
RETURNS DOUBLE
LANGUAGE SQL
CONTAINS SQL
NO EXTERNAL ACTION
DETERMINISTIC
RETURN SIN(X)/COS(X)
NO EXTERNAL ACTION
DETERMINISTIC
RETURN VALUES (P..NAME, P..FIRSTNAME)
Related reference:
v “Basic predicate” in the SQL Reference, Volume 1
v “CREATE TYPE (Structured)” on page 401
v “RETURN” on page 613
Statements 245
CREATE FUNCTION (SQL Scalar, Table, or Row)
If multiple function mappings are applicable to a function, the most recent one is
applied.
Invocation:
Authorization:
Syntax:
function-name ( )
data-type
SPECIFIC specific-name
SERVER server-name
SERVER TYPE server-type
VERSION server-version
WRAPPER wrapper-name
function-options WITH INFIX
server-version:
version
. release
. mod
version-string-constant
Statements 247
CREATE FUNCTION MAPPING
function-options:
,
ADD
OPTIONS ( function-option-name string-constant )
Description:
function-mapping-name
Names the function mapping. The name must not identify a function mapping
that is already described in the catalog (SQLSTATE 42710).
If the function-mapping-name is omitted, a system-generated unique name is
assigned.
function-name
| Specifies the qualified or unqualified name of the federated database function
| or federated database function template from which to map.
data-type
For a function or function template that has input parameters, data-type
specifies the data type of each parameter. The data type cannot be LONG
VARCHAR, LONG VARGRAPHIC, DATALINK, or a user-defined type.
Empty parentheses can be used instead of specifying length, precision, or scale
for the parameterized data types. It is recommended to use empty parentheses
for the parameterized data types; for example, CHAR(). A parameterized data
type is any one of the data types that can be defined with a specific length,
scale, or precision. The parameterized data types are the string data types and
the decimal data types. If you specify length, precision, or scale, it must be the
same as that of the function template. If you omit parentheses altogether, the
default length for the data type is used (see the description of the CREATE
TABLE statement).
SPECIFIC specific-name
Identifies the function or function template from which to map. Specify
specific-name if the function or function template does not have a unique
function-name in the federated database.
SERVER server-name
Names the data source containing the function that is being mapped.
TYPE server-type
Identifies the type of data source containing the function that is being mapped.
VERSION
Identifies the version of the data source denoted by server-type.
version
Specifies the version number. The value must be an integer.
release
Specifies the number of the release of the version denoted by version. The
value must be an integer.
mod
Specifies the number of the modification of the release denoted by release.
The value must be an integer.
version-string-constant
Specifies the complete designation of the version. The version-string-constant
can be a single value (for example, ‘8i’); or it can be the concatenated
values of version, release and, if applicable, mod (for example, ‘8.0.3’).
248 SQL Reference, Volume 2
CREATE FUNCTION MAPPING
WRAPPER wrapper-name
Specifies the name of the wrapper that the federated server uses to interact
with data sources of the type and version denoted by server-type and
server-version.
OPTIONS
Indicates what function mapping options are to be enabled.
ADD
Enables one or more function mapping options.
function-option-name
Names a function mapping option that applies either to the function
mapping or to the data source function included in the mapping.
string-constant
Specifies the setting for function-option-name as a character string constant.
WITH INFIX
| Specifies that the data source function be generated in infix format. The
| federated database system converts prefix notation to the infix notation that is
| used by the remote data source.
Notes:
v A federated database function or function template can map to a data source
function if:
– The federated database function or template has the same number of input
parameters as the data source function.
– The data types that are defined for the federated function or template are
compatible with the corresponding data types defined for the data source
function.
v If a distributed request references a DB2 function that maps to a data source
function, the optimizer develops strategies for invoking either function when the
request is processed. The DB2 function is invoked if doing so requires less
overhead than invoking the data source function. Otherwise, if invoking the DB2
function requires more overhead, the data source function is invoked.
v If a distributed request references a DB2 function template that maps to a data
source function, only the data source function can be invoked when the request
is processed. The template cannot be invoked because it has no executable code.
v Default function mappings can be rendered inoperable by disabling them (they
cannot be dropped). To disable a default function mapping, code the CREATE
FUNCTION MAPPING statement so that it specifies the name of the DB2
function within the mapping and sets the DISABLE option to ‘Y’.
v Functions in the SYSIBM schema do not have a specific name. To override the
default function mapping for a function in the SYSIBM schema, specify
function-name with qualifier SYSIBM and function name (such as LENGTH).
v A CREATE FUNCTION MAPPING statement within a given unit of work
(UOW) cannot be processed (SQLSTATE 55007) under either of the following
conditions:
– The statement references a single data source, and the UOW already includes
one of the following:
- A SELECT statement that references a nickname for a table or view within
this data source
- An open cursor on a nickname for a table or view within this data source
Statements 249
CREATE FUNCTION MAPPING
Examples:
Example 1: Map a function template to a UDF that all Oracle data sources can
access. The template is called STATS and belongs to a schema called NOVA. The
Oracle UDF is called STATISTICS and belongs to a schema called STAR.
CREATE FUNCTION MAPPING MY_ORACLE_FUN1
FOR NOVA.STATS (DOUBLE, DOUBLE)
SERVER TYPE ORACLE
OPTIONS (REMOTE_NAME ’STAR.STATISTICS’)
Example 2: Map a function template called BONUS to a UDF, also called BONUS,
that is used at an Oracle data source called ORACLE1.
CREATE FUNCTION MAPPING MY_ORACLE_FUN2
FOR BONUS()
SERVER ORACLE1
OPTIONS (REMOTE_NAME ’BONUS’)
Example 3: Assume that there is a default function mapping between the WEEK
system function that is defined to the federated database and a similar function
that is defined to Oracle data sources. When a query that requests Oracle data and
that references WEEK is processed, either WEEK or its Oracle counterpart will be
invoked, depending on which one is estimated by the optimizer to require less
overhead. The DBA wants to find out how performance would be affected if only
WEEK were invoked for such queries. To ensure that WEEK is invoked each time,
the DBA must disable the mapping.
CREATE FUNCTION MAPPING
FOR SYSFUN.WEEK(INT)
TYPE ORACLE
OPTIONS (DISABLE ’Y’)
Related concepts:
v “Function mappings in a federated system” in the Federated Systems Guide
v “How function mappings work in a federated system” in the Federated Systems
Guide
Related tasks:
v “Disabling a default function mapping” in the Federated Systems Guide
Related reference:
v “Function mapping options for federated systems” in the Federated Systems Guide
Statements 251
CREATE INDEX
CREATE INDEX
The CREATE INDEX statement is used to:
v Create an index on a DB2 table
v Create an index specification (metadata that indicates to the optimizer that a
data source table has an index)
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v SYSADM or DBADM authority.
v One of:
– CONTROL privilege on the table or nickname on which the index is defined
– INDEX privilege on the table or nickname on which the index is defined.
and one of:
– IMPLICIT_SCHEMA authority on the database, if the implicit or explicit
schema name of the index does not exist
– CREATEIN privilege on the schema, if the schema name of the index refers to
an existing schema.
Syntax:
(1)
CREATE INDEX index-name ON table-name
UNIQUE (2)
nickname
,
ASC
( column-name ) *
DESC SPECIFICATION ONLY
*
,
(3)
INCLUDE ( column-name )
*
CLUSTER
EXTEND USING index-extension-name
,
( constant-expression )
| PCTFREE 10
* *
PCTFREE integer LEVEL2 PCTFREE integer
Notes:
1 In a federated system, table-name must identify a table in the federated
database. It cannot identify a data source table.
| 2 If nickname is specified, the CREATE INDEX statement creates an index
| specification. In this case, INCLUDE, CLUSTER, EXTEND USING, PCTFREE,
| MINPCTUSED, DISALLOW REVERSE SCANS, ALLOW REVERSE SCANS,
| PAGE SPLIT, or COLLECT STATISTICS cannot be specified.
3 The INCLUDE clause can only be specified if UNIQUE is specified.
Description:
UNIQUE
If ON table-name is specified, UNIQUE prevents the table from containing two
or more rows with the same value of the index key. The uniqueness is enforced
at the end of the SQL statement that updates rows or inserts new rows.
The uniqueness is also checked during the execution of the CREATE INDEX
statement. If the table already contains rows with duplicate key values, the
index is not created.
When UNIQUE is used, null values are treated as any other values. For
example, if the key is a single column that may contain null values, that
column may contain no more than one null value.
If the UNIQUE option is specified, and the table has a partitioning key, the
columns in the index key must be a superset of the partitioning key. That is,
the columns specified for a unique index key must include all the columns of
the partitioning key (SQLSTATE 42997).
Primary or unique keys cannot be subsets of dimensions (SQLSTATE 429BE).
If ON nickname is specified, UNIQUE should be specified only if the data for
the index key contains unique values for every row of the data source table.
The uniqueness will not be checked.
INDEX index-name
Names the index or index specification. The name, including the implicit or
Statements 253
CREATE INDEX
SPECIFICATION ONLY
Indicates that this statement will be used to create an index specification that
applies to the data source table referenced by nickname. SPECIFICATION
ONLY must be specified if nickname is specified (SQLSTATE 42601). It cannot
be specified if table-name is specified (SQLSTATE 42601).
This clause cannot be used when creating an index on a declared temporary
table (SQLSTATE 42995).
INCLUDE
This keyword introduces a clause that specifies additional columns to be
appended to the set of index key columns. Any columns included with this
clause are not used to enforce uniqueness. These included columns may
improve the performance of some queries through index only access. The
columns must be distinct from the columns used to enforce uniqueness
(SQLSTATE 42711). The limits for the number of columns and sum of the
length attributes apply to all of the columns in the unique key and in the
index.
This clause cannot be used with declared temporary tables (SQLSTATE 42995).
column-name
Identifies a column that is included in the index but not part of the unique
index key. The same rules apply as defined for columns of the unique
index key. The keywords ASC or DESC may be specified following the
column-name but have no effect on the order.
INCLUDE cannot be specified for indexes that are defined with EXTEND
USING, or if nickname is specified (SQLSTATE 42601).
CLUSTER
Specifies that the index is the clustering index of the table. The cluster factor of
a clustering index is maintained or improved dynamically as data is inserted
into the associated table, by attempting to insert new rows physically close to
the rows for which the key values of this index are in the same range. Only
one clustering index may exist for a table so CLUSTER may not be specified if
it was used in the definition of any existing index on the table (SQLSTATE
55012). A clustering index may not be created on a table that is defined to use
append mode (SQLSTATE 428D8).
CLUSTER is disallowed if nickname is specified (SQLSTATE 42601). This clause
| cannot be used with declared temporary tables (SQLSTATE 42995) or
| range-clustered tables (SQLSTATE 429BG).
EXTEND USING index-extension-name
Names the index-extension used to manage this index. If this clause is specified,
then there must be only one column-name specified and that column must be a
structured type or a distinct type (SQLSTATE 42997). The index-extension-name
must name an index extension described in the catalog (SQLSTATE 42704). For
a distinct type, the column must exactly match the type of the corresponding
source key parameter in the index extension. For a structured type column, the
type of the corresponding source key parameter must be the same type or a
supertype of the column type (SQLSTATE 428E0).
This clause cannot be used with declared temporary tables (SQLSTATE 42995).
constant-expression
Identifies values for any required arguments for the index extension. Each
expression must be a constant value with a data type that exactly matches
the defined data type of the corresponding index extension parameters,
Statements 255
CREATE INDEX
| PAGE SPLIT
| Specifies an index split behavior. The default is SYMMETRIC.
| SYMMETRIC
| Specifies that pages are to be split roughly in the middle.
| HIGH
| Specifies an index page split behavior that uses the space on index pages
| efficiently when the values of the index keys being inserted follow a
| particular pattern. The index key must contain more than one column. For
| a subset of index key values, the leftmost column or columns of the index
| must contain the same value, and the rightmost column or columns of the
| index must contain values that increase with each insertion. For details, see
| “Options on the CREATE INDEX statement”.
| LOW
| Specifies an index page split behavior that uses the space on index pages
| efficiently when the values of the index keys being inserted follow a
| particular pattern. The index key must contain more than one column. For
| a subset of index key values, the leftmost column or columns of the index
| must contain the same value, and the rightmost column or columns of the
| index must contain values that decrease with each insertion. For details,
| see “Options on the CREATE INDEX statement”.
COLLECT STATISTICS
Specifies that basic index statistics are to be collected during index creation.
DETAILED
Specifies that extended index statistics (CLUSTERFACTOR and
PAGE_FETCH_PAIRS) are also to be collected during index creation.
SAMPLED
Specifies that sampling can be used when compiling extended index
statistics.
Rules:
v The CREATE INDEX statement will fail (SQLSTATE 01550) if attempting to
create an index that matches an existing index. Two index descriptions are
considered duplicates if:
– the set of columns (both key and include columns) and their order in the
index is the same as that of an existing index AND
– the ordering attributes are the same AND
– both the previously existing index and the one being created are non-unique
OR the previously existing index is unique AND
– if both the previously existing index and the one being created are unique,
the key columns of the index being created are the same or a superset of key
columns of the previously existing index.
Notes:
v Compatibilities
– For compatibility with DB2 for OS/390:
- The following syntax is tolerated and ignored:
v CLOSE
v DEFINE
v FREEPAGE
| v GBPCACHE
v PIECESIZE
Statements 257
CREATE INDEX
v TYPE 2
v using-block
- The following syntax is accepted as the default behavior:
v COPY NO
v DEFER NO
v Concurrent read/write access to the table is permitted while an index is being
created. Once the index has been built, changes that were made to the table
during index creation time are forward-fitted to the new index. Write access to
the table is then briefly blocked while index creation completes, after which the
new index becomes available.
To circumvent this default behavior, use the LOCK TABLE statement to
explicitly lock the table before issuing a CREATE INDEX statement. (The table
can be locked in either SHARE or EXCLUSIVE mode, depending on whether
read access is to be allowed.)
v If the named table already contains data, CREATE INDEX creates the index
entries for it. If the table does not yet contain data, CREATE INDEX creates a
description of the index; the index entries are created when data is inserted into
the table.
v Once the index is created and data is loaded into the table, it is advisable to
issue the RUNSTATS command. The RUNSTATS command updates statistics
collected on the database tables, columns, and indexes. These statistics are used
to determine the optimal access path to the tables. By issuing the RUNSTATS
command, the database manager can determine the characteristics of the new
index. If data has been loaded before the CREATE INDEX statement is issued, it
is recommended that the COLLECT STATISTICS option on the CREATE INDEX
statement be used as an alternative to the RUNSTATS command.
v Creating an index with a schema name that does not already exist will result in
the implicit creation of that schema provided the authorization ID of the
statement has IMPLICIT_SCHEMA authority. The schema owner is SYSIBM. The
CREATEIN privilege on the schema is granted to PUBLIC.
v The optimizer can recommend indexes prior to creating the actual index.
v If an index specification is being defined for a data source table that has an
index, the name of the index specification does not have to match the name of
the index.
v The optimizer uses index specifications to improve access to the data source
tables that the specifications apply to.
v The COLLECT STATISTICS options are not supported with declared temporary
tables (SQLSTATE 42995).
v The COLLECT STATISTICS options are not supported if a nickname is specified
(SQLSTATE 42601).
| v When creating a unique index on a materialized query table (MQT), consider the
| implications of this uniqueness constraint on other processing. For example, if
| the unique index does not match the uniqueness attributes of the materialized
| query for a refresh immediate system-maintained MQT, it will be the index over
| the MQT that catches uniqueness violations during insert or update operations
| against the underlying table. In a similar scenario with a refresh deferred
| system-maintained MQT, the REFRESH TABLE statement would fail. In general,
| a unique index on an MQT should match uniqueness constraints that already
| exist for data based on the underlying table or that can be inferred from the
| query associated with the MQT.
Examples:
Example 5: Create an index named IDX1 on a table named TAB1, and collect basic
index statistics on index IDX1.
CREATE INDEX IDX1 ON TAB1 (col1) COLLECT STATISTICS
Example 6: Create an index named IDX2 on a table named TAB1, and collect
detailed index statistics on index IDX2.
CREATE INDEX IDX2 ON TAB1 (col2) COLLECT DETAILED STATISTICS
Example 7: Create an index named IDX3 on a table named TAB1, and collect
detailed index statistics on index IDX3 using sampling.
CREATE INDEX IDX3 ON TAB1 (col3) COLLECT SAMPLED DETAILED STATISTICS
Related concepts:
v “Options on the CREATE INDEX statement” in the Administration Guide:
Implementation
v “Index specifications in a federated system” in the Federated Systems Guide
v “Index specifications” in the Federated Systems Guide
Related reference:
v “CREATE TABLE” on page 316
v “Interaction of triggers and constraints” in the SQL Reference, Volume 1
v “CREATE INDEX EXTENSION” on page 261
Related samples:
Statements 259
CREATE INDEX
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v SYSADM or DBADM authority
v IMPLICIT_SCHEMA authority on the database (if the schema name of the index
extension does not refer to an existing schema)
v CREATEIN privilege on the schema (if the schema name of the index extension
refers to an existing schema)
Syntax:
,
( parameter-name1 data-type1 )
index-maintenance index-search
index-maintenance:
index-search:
search-method-definition:
Statements 261
CREATE INDEX EXTENSION
FILTER USING index-filtering-function-invocation
case-expression
Description:
index-extension-name
Names the index extension. The name, including the implicit or explicit
qualifier, must not identify an index extension described in the catalog. If a
two-part index-extension-name is specified, the schema name cannot begin with
’SYS’; otherwise, an error is returned (SQLSTATE 42939).
parameter-name1
Identifies a parameter that is passed to the index extension at CREATE
INDEX time to define the actual behavior of this index extension. The
parameter that is passed to the index extension is called an instance
parameter, because that value defines a new instance of an index extension.
parameter-name1 must be unique within the definition of the index
extension. No more than 90 parameters are allowed. If this limit is
exceeded, an error (SQLSTATE 54023) is returned.
data-type1
Specifies the data type of each parameter. One entry in the list must be
specified for each parameter that the index extension will expect to receive.
The only SQL data types that may be specified are those that can be used
as constants, such as VARCHAR, INTEGER, DECIMAL, DOUBLE, or
VARGRAPHIC (SQLSTATE 429B5). The parameter value that is received by
the index extension at CREATE INDEX must match data-type1 exactly,
including length, precision and scale (SQLSTATE 428E0).
index-maintenance
Specifies how the index keys of a structured or distinct type column are
maintained. Index maintenance is the process of transforming the source
column to a target key. The transformation process is defined using a table
function that has previously been defined in the database.
FROM SOURCE KEY (parameter-name2 data-type2)
Specifies a structured data type or distinct type for the source key column
that is supported by this index extension.
parameter-name2
Identifies the parameter that is associated with the source key column.
A source key column is the index key column (defined in the CREATE
INDEX statement) with the same data type as data-type2.
data-type2
Specifies the data type for parameter-name2. data-type2 must be a
user-defined structured type or a distinct type that is not sourced on
LOB, DATALINK, LONG VARCHAR, or LONG VARGRAPHIC
(SQLSTATE 42997). When the index extension is associated with the
index at CREATE INDEX time, the data type of the index key column
must:
v exactly match data-type2 if it is a distinct type; or
The definer of the index extension must have EXECUTE privilege on this
function.
index-search
Specifies how searching is performed by providing a mapping of the search
arguments to search ranges.
WITH TARGET KEY
Specifies the target key parameters that are the output of the key
generation function specified on the GENERATE KEY USING clause.
parameter-name3
Identifies the parameter associated with a given target key. parameter-name3
corresponds to the columns of the RETURNS table as specified in the table
function of the GENERATE KEY USING clause. The number of parameters
specified must match the number of columns returned by that table
function (SQLSTATE 428E2).
data-type3
Specifies the data type for each corresponding parameter-name3. data-type3
must exactly match the data type of each corresponding output column of
Statements 263
CREATE INDEX EXTENSION
More precisely, let a1:t1, ..., an:tn be the function result columns and data
types of the key transformation function. The function result columns of
The definer of the index extension must have EXECUTE privilege on this
function.
FILTER USING
Allows specification of an external function or a case expression to be used for
filtering index entries that were returned after applying the range-producing
function.
index-filtering-function-invocation
Specifies an external function to be used for filtering index entries. This
function uses the parameter-name1, parameter-name3, parameter-name4, or a
constant as arguments (SQLSTATE 42703) and returns an integer
(SQLSTATE 428E4). If the value returned is 1, the row corresponding to the
index entry is retrieved from the table. Otherwise, the index entry is not
considered for further processing.
If not specified, index filtering is not performed.
The function used in the index-filtering-function-invocation must:
| v Not be defined with PARAMETER CCSID UNICODE if this database is
| not a Unicode database (SQLSTATE 428E4)
v Not be defined with LANGUAGE SQL (SQLSTATE 429B4)
v Not be defined with NOT DETERMINISTIC or EXTERNAL ACTION
(SQLSTATE 42845)
v Be defined with NO SQL (SQLSTATE 428E4)
v Not have a structured data type in the data type of any of the
parameters (SQLSTATE 428E3).
v Not include a subquery (SQLSTATE 428E3)
If an argument invokes another function or method, these four rules are
also enforced for this nested function or method. However, system
generated observer methods are allowed as arguments to the filter function
(or any function or method used as an argument), as long as the argument
results in a built-in data type.
The definer of the index extension must have EXECUTE privilege on this
function.
case-expression
Specifies a case expression for filtering index entries. Either
parameter-name1, parameter-name3, parameter-name4, or a constant
(SQLSTATE 42703) can be used in the searched-when-clause and
simple-when-clause. An external function with the rules specified in FILTER
USING index-filtering-function-invocation may be used in result-expression.
Any function referenced in the case-expression must also conform to the
four rules listed under index-filtering-function-invocation. In addition,
subqueries cannot be used anywhere else in the case-expression (SQLSTATE
428E4). The case expression must return an integer (SQLSTATE 428E4). A
return value of 1 in the result-expression means the index entry is kept,
otherwise the index entry is discarded.
Statements 265
CREATE INDEX EXTENSION
Notes:
v Creating an index extension with a schema name that does not already exist will
result in the implicit creation of that schema, provided the authorization ID of
the statement has IMPLICIT_SCHEMA authority. The schema owner is SYSIBM.
The CREATEIN privilege on the schema is granted to PUBLIC.
Examples:
Example 1: The following creates an index extension called grid_extension that uses
a structured type SHAPE column in a table function called gridEntry to generate
seven index target keys. This index extension also provides two index search
methods to produce search ranges when given a search argument.
CREATE INDEX EXTENSION GRID_EXTENSION (LEVELS VARCHAR(20) FOR BIT DATA)
FROM SOURCE KEY (SHAPECOL SHAPE)
GENERATE KEY USING GRIDENTRY(SHAPECOL..MBR..XMIN,
SHAPECOL..MBR..YMIN,
SHAPECOL..MBR..XMAX,
SHAPECOL..MBR..YMAX,
LEVELS)
WITH TARGET KEY (LEVEL INT, GX INT, GY INT,
XMIN INT, YMIN INT, XMAX INT, YMAX INT)
SEARCH METHODS
WHEN SEARCHFIRSTBYSECOND (SEARCHARG SHAPE)
RANGE THROUGH GRIDRANGE(SEARCHARG..MBR..XMIN,
SEARCHARG..MBR..YMIN,
SEARCHARG..MBR..XMAX,
SEARCHARG..MBR..YMAX,
LEVELS)
FILTER USING
CASE WHEN (SEARCHARG..MBR..YMIN > YMAX) OR
SEARCHARG..MBR..YMAX < YMIN) THEN 0
ELSE CHECKDUPLICATE(LEVEL, GX, GY,
XMIN, YMIN, XMAX, YMAX,
SEARCHARG..MBR..XMIN,
SEARCHARG..MBR..YMIN,
SEARCHARG..MBR..XMAX,
SEARCHARG..MBR..YMAX,
LEVELS)
END
WHEN SEARCHSECONDBYFIRST (SEARCHARG SHAPE)
RANGE THROUGH GRIDRANGE(SEARCHARG..MBR..XMIN,
SEARCHARG..MBR..YMIN,
SEARCHARG..MBR..XMAX,
SEARCHARG..MBR..YMAX,
LEVELS)
FILTER USING
CASE WHEN (SEARCHARG..MBR..YMIN > YMAX) OR
SEARCHARG..MBR..YMAX < YMIN) THEN 0
ELSE MBROVERLAP(XMIN, YMIN, XMAX, YMAX,
SEARCHARG..MBR..XMIN,
SEARCHARG..MBR..YMIN,
SEARCHARG..MBR..XMAX,
SEARCHARG..MBR..YMAX)
END
Related reference:
v “Constants” in the SQL Reference, Volume 1
CREATE METHOD
This statement is used to associate a method body with a method specification that
is already part of the definition of a user-defined structured type.
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v SYSADM or DBADM authority
v CREATEIN privilege on the schema of the structured type referred to in the
CREATE METHOD statement
v The DEFINER of the structured type referred to in the CREATE METHOD
statement.
When creating an SQL method, the privileges held by the authorization ID of the
statement must also include, for each table, view, or nickname identified in any
fullselect:
v CONTROL privilege on that table, view, or nickname, or
v SELECT privilege on that table, view, or nickname
If the definer of an SQL method can only create the method because the definer
has SYSADM authority, the definer is granted implicit DBADM authority for the
purpose of creating the method.
Group privileges other than PUBLIC are not considered for any table or view
specified in the CREATE METHOD statement.
Authorization requirements of the data source for the table or view referenced by
the nickname are applied when the method is invoked. The authorization ID of the
connection may be mapped to a different remote authorization ID.
Syntax:
Statements 267
CREATE METHOD
| * EXTERNAL * *
NAME ’string’ TRANSFORM GROUP group-name
identifier
INHERIT ISOLATION LEVEL WITHOUT LOCK REQUEST
SQL-method-body
INHERIT ISOLATION LEVEL WITH LOCK REQUEST
method-signature:
method-name ( )
,
data-type1
parameter-name AS LOCATOR
RETURNS data-type2
AS LOCATOR
data-type3 CAST FROM data-type4
AS LOCATOR
SQL-method-body:
RETURN Statement
dynamic-compound-statement
Description:
METHOD
Identifies an existing method specification that is associated with a
user-defined structured type. The method-specification can be identified
through one of the following means:
method-name
Names the method specification for which a method body is being defined.
The implicit schema is the schema of the subject type (type-name). There
must be only one method specification for type-name that has this
method-name (SQLSTATE 42725).
method-signature
Provides the method signature which uniquely identifies the method to be
defined. The method signature must match the method specification that
was provided on the CREATE TYPE or ALTER TYPE statement
(SQLSTATE 42883).
method-name
Names the method specification for which a method body is being
defined. The implicit schema is the schema of the subject type
(type-name).
parameter-name
Identifies the parameter name. If parameter names are provided in
the method signature, they must be exactly the same as the
corresponding parts of the matching method specification.
Parameter names are supported in this statement solely for
documentation purposes.
data-type1
Specifies the data type of each parameter.
AS LOCATOR
For the LOB types or distinct types which are based on a LOB
type, the AS LOCATOR clause can be added.
RETURNS
This clause identifies the output of the method. If a RETURNS clause
is provided in the method signature, it must be exactly the same as the
corresponding part of the matching method specification on CREATE
TYPE. The RETURNS clause is supported in this statement solely for
documentation purposes.
data-type2
Specifies the data type of the output.
AS LOCATOR
For LOB types or distinct types which are based on LOB types,
the AS LOCATOR clause can be added. This indicates that a
LOB locator is to be returned by the method instead of the
actual value.
data-type3 CAST FROM data-type4
This form of the RETURNS clause is used to return a different data
type to the invoking statement from the data type that was
returned by the function code.
AS LOCATOR
For LOB types or distinct types which are based on LOB types,
the AS LOCATOR clause can be used to indicate that a LOB
locator is to be returned from the method instead of the actual
value.
FOR type-name
Names the type for which the specified method is to be associated. The
name must identify a type already described in the catalog. (SQLSTATE
42704) In dynamic SQL statements, the CURRENT SCHEMA special
register is used as a qualifier for an unqualified object name. In static SQL
statements the QUALIFIER precompile/bind option implicitly specifies the
qualifier for unqualified object names.
SPECIFIC METHOD specific-name
Identifies the particular method, using the specific name either specified or
defaulted to at CREATE TYPE time. The specific-name must identify a method
specification in the named or implicit schema; otherwise, an error is raised
(SQLSTATE 42704).
EXTERNAL
This clause indicates that the CREATE METHOD statement is being used to
register a method, based on code written in an external programming
language, and adhering to the documented linkage conventions and interface.
The matching method-specification in CREATE TYPE must specify a
LANGUAGE other than SQL. When the method is invoked, the subject of the
method is passed to the implementation as an implicit first parameter.
If the NAME clause is not specified, ″NAME method-name″ is assumed.
NAME
This clause identifies the name of the user-written code which implements
the method being defined.
’string’
The ’string’ option is a string constant with a maximum of 254
Statements 269
CREATE METHOD
Rules:
v The method specification must be previously defined using the CREATE TYPE
or ALTER TYPE statement before CREATE METHOD can be used (SQLSTATE
42723).
v If the method being created is an overriding method, those packages that are
dependent on the following methods are invalidated:
– The original method
– Other overriding methods that have as their subject a supertype of the
method being created
Notes:
| v If the method allows SQL, the external program must not attempt to access any
| federated objects (SQLSTATE 55047).
v Privileges
The definer of a method always receives the EXECUTE privilege on the method,
as well as the right to drop the method.
If an EXTERNAL method is created, the definer of the method always receives
the EXECUTE privilege WITH GRANT OPTION.
If an SQL method is created, the definer of the method will only be given the
EXECUTE privilege WITH GRANT OPTION on the method when the definer
has WITH GRANT OPTION on all privileges required to define the method, or
if the definer has SYSADM or DBADM authority. The definer of an SQL method
only acquires privileges if the privileges from which they are derived exist at the
time the method is created. The definer must have these privileges either
directly, or because PUBLIC has the privileges. Privileges held by groups of
which the method definer is a member are not considered. When using the
method, the connected user’s authorization ID must have the valid privileges on
the table or view that the nickname references at the data source.
v Table access restrictions
If a method is defined as READS SQL DATA, no statement in the method can
access a table that is being modified by the statement which invoked the method
(SQLSTATE 57053).
Examples:
Example 1:
CREATE METHOD BONUS (RATE DOUBLE)
FOR EMP
RETURN SELF..SALARY * RATE
Example 2:
CREATE METHOD SAMEZIP (addr address_t)
RETURNS INTEGER
FOR address_t
RETURN
(CASE
WHEN (self..zip = addr..zip)
THEN 1
ELSE 0
END)
Example 3:
CREATE METHOD DISTANCE (address_t)
FOR address_t
EXTERNAL NAME ’addresslib!distance’
TRANSFORM GROUP func_group
Statements 271
CREATE METHOD
Related reference:
v “RETURN” on page 613
v “Compound SQL (Dynamic)” on page 118
v “CREATE FUNCTION (External Scalar)” on page 181
CREATE NICKNAME
| The CREATE NICKNAME statement creates a nickname for a data source object.
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v IMPLICIT_SCHEMA authority on the federated database, if the implicit or
explicit schema name of the nickname does not exist
v CREATEIN privilege on the schema, if the schema name of the nickname exists
v SYSADM or DBADM authority
| For data sources that require a user mapping, the privileges held by the
| authorization ID at the data source must include the privilege to select data from
| the object that the nickname represents.
Syntax:
,
ADD
OPTIONS ( nickname-option-name string-constant )
non-relational-data-definition:
nickname-column-list:
( nickname-column-definition )
unique-constraint
referential-constraint
check-constraint
nickname-column-definition:
column-name local-data-type
nickname-column-options
Statements 273
CREATE NICKNAME
local-data-type:
| SMALLINT
INTEGER
INT
BIGINT
FLOAT
( integer )
REAL
PRECISION
DOUBLE
DECIMAL
DEC ( integer )
NUMERIC ,integer
NUM
CHARACTER
CHAR ( integer ) (1)
VARCHAR ( integer ) FOR BIT DATA
CHARACTER VARYING
CHAR
LONG VARCHAR
BLOB
BINARY LARGE OBJECT ( integer )
CLOB K
CHARACTER LARGE OBJECT M
CHAR G
DBCLOB
GRAPHIC
( integer )
VARGRAPHIC ( integer )
LONG VARGRAPHIC
DATE
TIME
TIMESTAMP
distinct-type-name
nickname-column-options:
|
NOT NULL
PRIMARY KEY constraint-attributes
CONSTRAINT constraint-name UNIQUE
references-clause
CHECK ( check-condition ) constraint-attributes
federated-column-options
federated-column-options:
| ,
ADD
OPTIONS ( column-option-name string-constant )
unique-constraint:
| ,
UNIQUE ( column-name )
CONSTRAINT constraint-name PRIMARY KEY
constraint-attributes
referential-constraint:
| ,
references-clause
references-clause:
| REFERENCES table-name
nickname ,
( column-name )
constraint-attributes
check-constraint:
| CHECK ( check-condition )
CONSTRAINT constraint-name
constraint-attributes
check-condition:
| search-condition
functional-dependency
functional-dependency:
( column-name ) ( column-name )
constraint-attributes:
Statements 275
CREATE NICKNAME
Notes:
| 1 The FOR BIT DATA clause can be specified in any order with the other
| column constraints that follow.
2 DISABLE QUERY OPTIMIZATION is not supported for a unique or primary
key constraint.
Description:
nickname
| Specifies a nickname, the identifier used by the federated server for the data
| source object. The nickname, including the implicit or explicit qualifier, must
| not identify a table, view, nickname, or alias described in the catalog. The data
| source object cannot be a DB2 alias. The schema name must not begin with
| ’SYS’ (SQLSTATE 42939).
FOR remote-object-name
| Specifies an identifier. For data sources that support schema names, this is a
| three-part identifier with the format data-source-name.remote-schema-name.remote-
| table-name. For data sources that do not support schema names, this is a
| two-part identifier with the format data-source-name.remote-table-name.
| data-source-name
| Names the data source that contains the table or view for which the
| nickname is being created. The data-source-name is the same name that was
| assigned to the server-name in the CREATE SERVER statement.
| remote-schema-name
| Names the schema to which the table or view belongs. If the remote
| schema name contains any special or lowercase characters, it must be
| enclosed by double quotation marks.
| remote-table-name
| Names the specific data source object (such as a table or a view) for which
| the nickname is being created. The table cannot be a declared temporary
| table (SQLSTATE 42995). If the remote table name contains any special or
| lowercase characters, it must be enclosed by double quotation marks.
non-relational-data-definition
| Defines the data that is to be accessed through a nonrelational wrapper.
| nickname-column-definition
| Defines the local attributes of the column for the nickname. Some
| wrappers require these attributes to be specified, while other wrappers
| allow the attributes to be determined from the data source.
| column-name
| Specifies the local name for the column. The name might be different
| than the corresponding column of the remote-object-name.
| local-data-type
| Specifies the local data type for the column. Some wrappers only
| support a subset of the SQL data types. For descriptions of specific
| data types, see the description of the “CREATE TABLE” statement.
| nickname-column-options
| Specifies additional options related to columns of the nickname.
| NOT NULL
| Specifies that the column does not allow null values.
| CONSTRAINT constraint-name
| Names the constraint. A constraint-name must not identify a
| constraint that was already specified within the same CREATE
| NICKNAME statement (SQLSTATE 42710).
| If this clause is omitted, an 18-character identifier that is unique
| among the identifiers of existing constraints defined on the
| nickname is generated by the system. (The identifier consists of
| ’SQL’ followed by a sequence of 15 numeric characters generated
| by a timestamp-based function.)
| When used with a PRIMARY KEY or UNIQUE constraint, the
| constraint-name can be used as the name of an index specification
| that is created to support the constraint.
| PRIMARY KEY
| This provides a shorthand method of defining a primary key
| composed of a single column. Thus, if PRIMARY KEY is specified
| in the definition of column C, the effect is the same as if the
| PRIMARY KEY(C) clause is specified as a separate clause.
| See PRIMARY KEY within the description of the unique-constraint
| below.
| UNIQUE
| This provides a shorthand method of defining a unique key
| composed of a single column. Thus, if UNIQUE is specified in the
| definition of column C, the effect is the same as if the UNIQUE(C)
| clause is specified as a separate clause.
| See UNIQUE within the description of the unique-constraint below.
| references-clause
| This provides a shorthand method of defining a foreign key
| composed of a single column. Thus, if a references-clause is
| specified in the definition of column C, the effect is the same as if
| that references-clause were specified as part of a FOREIGN KEY
| clause in which C is the only identified column.
| See references-clause under referential-constraint below.
| CHECK (check-condition)
| This provides a shorthand method of defining a check constraint
| that applies to a single column. See CHECK (check-condition) below.
| OPTIONS
| Indicates the column options that are added when the nickname is
| created. Some wrappers require that certain column options be
| specified.
| ADD
| Adds a column option.
| column-option-name
| Specifies the name of the option.
| string-constant
| Specifies the setting for column-option-name as a character string
| constant.
| unique-constraint
| Defines a unique or primary key constraint.
Statements 277
CREATE NICKNAME
| CONSTRAINT constraint-name
| Names the primary key or unique constraint.
| UNIQUE (column-name,...)
| Defines a unique key composed of the identified columns. The
| identified columns must be defined as NOT NULL. Each column-name
| must identify a column of the nickname and the same column must
| not be identified more than once.
| The number of identified columns must not exceed 16, and the sum of
| their stored lengths must not exceed 1024 (refer to “Byte Counts” on
| page 363 for the stored lengths). No LOB, LONG VARCHAR, LONG
| VARGRAPHIC, DATALINK, distinct type based on one of these types,
| or structured type can be used as part of a unique key, even if the
| length attribute of the column is small enough to fit within the
| 1024-byte limit (SQLSTATE 54008).
| The set of columns in the unique key cannot be the same as the set of
| columns in the primary key or another unique key (SQLSTATE 01543).
| (If LANGLEVEL is SQL92E or MIA, an error is returned, SQLSTATE
| 42891.)
| The description of the nickname as recorded in the catalog includes the
| unique key and its index specification. An index specification will
| automatically be created for the columns in the sequence specified with
| ascending order for each column. The name of the index specification
| will be the same as the constraint-name if this does not conflict with an
| existing index or index specification in the schema where the nickname
| is created. If the name of the index specification conflicts, the name
| will be ’SQL’ followed by a character timestamp (yymmddhhmmssxxx),
| with SYSIBM as the schema name.
| PRIMARY KEY (column-name,...)
| Defines a primary key composed of the identified columns. The clause
| must not be specified more than once, and the identified columns must
| be defined as NOT NULL. Each column-name must identify a column of
| the nickname, and the same column must not be identified more than
| once.
| The number of identified columns must not exceed 16, and the sum of
| their stored lengths must not exceed 1024 (refer to “Byte Counts” on
| page 363 for the stored lengths). No LOB, LONG VARCHAR, LONG
| VARGRAPHIC, DATALINK, distinct type based on one of these types,
| or structured type can be used as part of a primary key, even if the
| length attribute of the column is small enough to fit within the
| 1024-byte limit (SQLSTATE 54008).
| The set of columns in the primary key cannot be the same as the set of
| columns in a unique key (SQLSTATE 01543). (If LANGLEVEL is
| SQL92E or MIA, an error is returned, SQLSTATE 42891.)
| Only one primary key can be defined on a nickname.
| The description of the nickname as recorded in the catalog includes the
| primary key and its index specification. An index specification will
| automatically be created for the columns in the sequence specified with
| ascending order for each column. The name of the index specification
| will be the same as the constraint-name if this does not conflict with an
| existing index or index specification in the schema where the nickname
Statements 279
CREATE NICKNAME
| (column-name,...)
| The parent key of a referential constraint is composed of the
| identified columns. Each column-name must be an unqualified name
| that identifies a column of N2. The same column must not be
| identified more than once.
| The list of column names must match the set of columns (in any
| order) of the primary key or a unique constraint that exists on N2
| (SQLSTATE 42890). If a column name list is not specified, N2 must
| have a primary key (SQLSTATE 42888). Omission of the column
| name list is an implicit specification of the columns of that primary
| key in the sequence originally specified.
| constraint-attributes
| Defines attributes associated with referential integrity or check
| constraints.
| NOT ENFORCED
| The constraint is not enforced by the database manager during
| normal operations, such as insert, update, or delete.
| ENABLE QUERY OPTIMIZATION
| The constraint is assumed to be true and can be used for query
| optimization under appropriate circumstances.
| DISABLE QUERY OPTIMIZATION
| The constraint cannot be used for query optimization.
| check-constraint
| Defines a check constraint. A check-constraint is a search-condition that must
| evaluate to not false or that defines a functional dependency between
| columns.
| CONSTRAINT constraint-name
| Names the check constraint.
| CHECK (check-condition)
| Defines a check constraint. The check-condition must be true or
| unknown for every row of the nickname.
| search-condition
| The search-condition has the following restrictions:
| v A column reference must be to a column of the nickname being
| created.
| v The search-condition cannot contain a TYPE predicate.
| v It cannot contain any of the following (SQLSTATE 42621):
| – Subqueries
| – Dereference operations or DEREF functions where the scoped
| reference argument is other than the object identifier (OID)
| column
| – CAST specifications with a SCOPE clause
| – Column functions
| – Functions that are not deterministic
| – Functions defined to have an external action
| – User-defined functions defined with either CONTAINS SQL
| or READS SQL DATA
| – Host variables
| – Parameter markers
| – Special registers
| – References to generated columns other than the identity
| column
| functional-dependency
| Defines a functional dependency between columns.
| The parent set of columns contains the identified columns that
| immediately precede the DETERMINED BY clause. The child set of
| columns contains the identified columns that immediately follow
| the DETERMINED BY clause. All of the restrictions on the
| search-condition apply to parent set and child set columns, and only
| simple column references are allowed in the set of columns
| (SQLSTATE 42621). The same column must not be identified more
| than once in the functional dependency (SQLSTATE 42709). The
| data type of the column must not be a LOB data type, a distinct
| type based on a LOB data type, or a structured type (SQLSTATE
| 42962). No column in the child set of columns can be a nullable
| column (SQLSTATE 42621).
| Notes:
| v Examples of relational data source objects are: tables and views. Examples of
| nonrelational data source objects are: Documentum objects or registered tables,
| text files (.txt), objects that you can run a BLAST search on, and Microsoft Excel
| files (.xls).
| v The data source object that the nickname references must already exist at the
| data source denoted by the first qualifier in remote-object-name.
| v The list of supported data source data types varies from wrapper to wrapper.
| The data source data types that correspond to the following DB2 data types are
| not supported by any of the wrappers: DATALINK, structured types, and REF
Statements 281
CREATE NICKNAME
Examples:
| Example 2: Select all records from the view for which a nickname was created in
| Example 1. The view must be referenced by its nickname. The remote view can be
| referenced using the name by which it is known at the data source only in
| pass-through sessions.
| SELECT * FROM DEPT Valid after nickname DEPT is created
|
| SELECT * FROM OS390A.HEDGES.DEPARTMENT Invalid
| Example 3: Create a nickname for the remote table JAPAN that is in a schema
| called salesdata. Because the schema name and table name on the data source are
| stored in lowercase, specify the remote schema name and table name with double
| quotation marks:
| Example 5: Create the parent nickname CUSTOMERS over multiple XML files
| under the specified directory path /home/db2user. Include the following options:
| v Column options:
| – XPATH column option for the VARCHAR(5) column named ID, indicating the
| element or attribute in the XML file(s) from which the column data is
| extracted
| – XPATH column option for the VARCHAR(16) column named NAME,
| indicating the element or attribute in the XML file(s) from which the column
| data is extracted
| – XPATH column option for the VARCHAR(30) column named ADDRESS,
| indicating the element or attribute in the XML file(s) from which the column
| data is extracted
| – PRIMARY_KEY column option for the VARCHAR(16) column named CID,
| which identifies the customers nickname as a parent nickname in a hierarchy
| of nicknames
| v Nickname options:
| – DIRECTORY_PATH nickname option to indicate the location of the XML files
| that provide the data
| – XPATH nickname option to indicate the element in the XML files where the
| data begins
| – STREAMING nickname option to indicate that the XML source data is
| separated and processed element by element. In this example, the element is a
| customer record.
| CREATE NICKNAME customers
| (id VARCHAR(5) OPTIONS(XPATH ’./@id’),
| name VARCHAR(16) OPTIONS(XPATH ’.//name’),
| address VARCHAR(30) OPTIONS(XPATH ’.//address/@street’),
| cid VARCHAR(16) OPTIONS(PRIMARY_KEY ’YES’))
| FOR SERVER xml_server
| OPTIONS
| (DIRECTORY_PATH ’/home/db2user’,
| XPATH ’//customer’,
| STREAMING ’YES’)
| Related reference:
| v “CREATE TABLE” on page 316
| v “ALTER NICKNAME” on page 23
| v “CREATE SERVER” on page 312
Statements 283
CREATE NICKNAME
| v “Nickname column options for federated systems” in the Federated Systems Guide
| v “Valid data source objects” in the Federated Systems Guide
|
|
| CREATE PROCEDURE
| The CREATE PROCEDURE statement defines a procedure with an application
| server.
| There are two different types of procedures that can be created using this
| statement. Each of these is described separately.
| v External. The procedure body is written in a programming language. The
| external executable is referenced by a procedure defined with an application
| server, along with various attributes of the procedure.
| v SQL. The procedure body is written in SQL. The procedure body is defined with
| an application server along with various attributes of the procedure.
| Related reference:
| v “CREATE PROCEDURE (External)” on page 286
| v “CREATE PROCEDURE (SQL)” on page 299
|
Statements 285
CREATE PROCEDURE (External)
|
| CREATE PROCEDURE (External)
| The CREATE PROCEDURE (External) statement is used to define an external
| procedure with an application server.
| Invocation:
| Authorization:
| The privileges held by the authorization ID of the statement must include at least
| one of the following:
| v SYSADM or DBADM authority
| v CREATE_EXTERNAL_ROUTINE authority on the database and at least one of:
| – IMPLICIT_SCHEMA authority on the database, if the schema name of the
| procedure does not refer to an existing schema
| – CREATEIN privilege on the schema, if the schema name of the procedure
| refers to an existing schema
| Syntax:
| *
| ( )
,
IN
data-type
OUT parameter-name
INOUT
| FENCED
| EXTERNAL * *
NAME ’string’ FENCED * THREADSAFE
identifier NOT THREADSAFE
THREADSAFE
NOT FENCED *
| NO DBINFO
| * * *
PROGRAM TYPE SUB DBINFO
MAIN
|
| Description:
| procedure-name
| Names the procedure being defined. It is a qualified or unqualified name that
| designates a procedure. The unqualified form of procedure-name is an SQL
| identifier (with a maximum length of 128). In dynamic SQL statements, the
| CURRENT SCHEMA special register is used as a qualifier for an unqualified
| object name. In static SQL statements the QUALIFIER precompile/bind option
| implicitly specifies the qualifier for unqualified object names. The qualified
| form is a schema-name followed by a period and an SQL identifier.
| The name, including the implicit or explicit qualifiers, together with the
| number of parameters must not identify a procedure described in the catalog
| (SQLSTATE 42723). The unqualified name, together with the number of the
| parameters, need not be unique across schemas.
| If a two-part name is specified, the schema-name cannot begin with ‘SYS’
| (SQLSTATE 42939).
| (IN | OUT | INOUT parameter-name data-type,...)
| Identifies the parameters of the procedure, and specifies the mode, data type,
| and optional name of each parameter. One entry in the list must be specified
| for each parameter that the procedure will expect.
Statements 287
CREATE PROCEDURE (External)
| the second statement will fail because the number of parameters in the
| procedure is the same, even if the data types are not.
| IN Identifies the parameter as an input parameter to the procedure. Any
| changes made to the parameter within the procedure are not available to
| the calling SQL application when control is returned. The default is IN.
| OUT
| Identifies the parameter as an output parameter for the procedure.
| INOUT
| Identifies the parameter as both an input and output parameter for the
| procedure.
| parameter-name
| Optionally specifies the name of the parameter. The parameter name must
| be unique for the procedure (SQLSTATE 42734).
| data-type
| Specifies the data type of the parameter.
| v SQL data type specifications and abbreviations, which may be specified
| in the data-type definition of a CREATE TABLE statement and have a
| correspondence in the language that is being used to write the
| procedure, may be specified.
| v User-defined data types are not supported (SQLSTATE 42601).
| v LONG VARCHAR and LONG VARGRAPHIC data types are not
| supported as parameter types for external procedures.
| v CLR does not support DECIMAL scale greater than 28 (SQLSTATE
| 42613).
SPECIFIC specific-name
Provides a unique name for the instance of the procedure that is being defined.
This specific name can be used when dropping the procedure or commenting
on the procedure. It can never be used to invoke the procedure. The
unqualified form of specific-name is an SQL identifier (with a maximum length
of 18). The qualified form is a schema-name followed by a period and an SQL
identifier. The name, including the implicit or explicit qualifier, must not
identify another routine instance that exists at the application server; otherwise
an error (SQLSTATE 42710) is raised.
The specific-name may be the same as an existing procedure-name.
If no qualifier is specified, the qualifier that was used for procedure-name is
used. If a qualifier is specified, it must be the same as the explicit or implicit
qualifier of procedure-name or an error (SQLSTATE 42882) is raised.
If specific-name is not specified, a unique name is generated by the database
manager. The unique name is SQL followed by a character timestamp,
SQLyymmddhhmmsshhn.
Statements 289
CREATE PROCEDURE (External)
COBOL
This means the database manager will call the procedure as if it were a
COBOL procedure.
| CLR
| This means the database manager will call the stored procedure as a
| method in a .NET class. At this time, LANGUAGE CLR is only supported
| for stored procedures running on Windows operating systems. NOT
| FENCED cannot be specified for a CLR routine (SQLSTATE 42601).
OLE
This means the database manager will call the stored procedure as if it
were a method exposed by an OLE automation object. The
stored-procedure must conform with the OLE automation data types and
invocation mechanism. Also, the OLE automation object needs to be
implemented as an in-process server (DLL). These restrictions are outlined
in the OLE Automation Programmer’s Reference.
LANGUAGE OLE is only supported for stored procedures stored in DB2
for Windows operating systems. THREADSAFE may not be specified for
procedures defined with LANGUAGE OLE (SQLSTATE 42613).
EXTERNAL
This clause indicates that the CREATE PROCEDURE statement is being used to
register a new procedure based on code written in an external programming
language and adhering to the documented linkage conventions and interface.
| If the NAME clause is not specified, “NAME procedure-name” is assumed. If the
| NAME clause is not formatted correctly, an error is returned (SQLSTATE
| 42878).
NAME ’string’
This clause identifies the name of the user-written code which implements
the procedure being defined.
The 'string' option is a string constant with a maximum of 254 characters.
The format used for the string is dependent on the LANGUAGE specified.
v For LANGUAGE C:
The string specified is the library name and procedure within the library,
which the database manager invokes to execute the stored procedure
being CREATEd. The library (and the procedure within the library) do
not need to exist when the CREATE PROCEDURE statement is
performed. However, when the procedure is called, the library and
procedure within the library must exist and be accessible from the
database server machine.
’ library_id ’
absolute_path_id ! proc_id
’ class_id . method_id ’
jar_id : !
Statements 291
CREATE PROCEDURE (External)
jar_id
Identifies the jar identifier given to the jar collection when it was
installed in the database. It can be either a simple identifier or a
schema qualified identifier. Examples are ’myJar’ and
’mySchema.myJar’.
class_id
Identifies the class identifier of the Java object. If the class is part of
a package, the class identifier part must include the complete
package prefix, for example, ’myPacks.StoredProcs’. The Java virtual
machine will look in directory ’../myPacks/StoredProcs/’ for the
classes. In Windows operating systems, the Java virtual machine will
look in directory ’..\myPacks\StoredProcs\’.
method_id
Identifies the method name with the Java class to be invoked.
| v For LANGUAGE CLR:
| The string specified represents the .NET assembly (library or executable),
| the class within that assembly, and the method within the class that the
| database manager invokes to execute the procedure being created. The
| module, class, and method do not need to exist when the CREATE
| PROCEDURE statement is executed. However, when the procedure is
| called, the module, class, and method must exist and be accessible from
| the database server machine, otherwise an error is returned (SQLSTATE
| 42284).
| C++ routines that are compiled with the ’/clr’ compiler option to
| indicate that they include managed code extensions must be cataloged as
| ’LANGUAGE CLR’ and not ’LANGUAGE C’. DB2 needs to know that
| the .NET infrastructure is being utilized in a stored procedure in order
| to make necessary runtime decisions. All stored procedures using the
| .NET infrastructure must be cataloged as ’LANGUAGE CLR’.
| the class. Note that the compilers for some .NET languages will add
| the project name as a namespace for the class, and the behavior may
| differ depending on whether the command line compiler or the GUI
| compiler is used. This parameter is case sensitive.
| method_id
| Specifies the method within the given class that is to be invoked.
| This parameter is case sensitive.
v For LANGUAGE OLE:
The string specified is the OLE programmatic identifier (progid) or class
identifier (clsid), and method identifier (method_id), which the database
manager invokes to execute the stored procedure being created by the
statement. The programmatic identifier or class identifier, and the
method identifier do not need to exist when the CREATE PROCEDURE
statement is executed. However, when the procedure is used in the
CALL statement, the method identifier must exist and be accessible from
the database server machine, otherwise an error results (SQLSTATE
42724).
’ progid ! method_id ’
clsid
Because this is only a convention, and not a rule, progids may in fact
have a different format.
clsid
Identifies the class identifier of the OLE object to create. It can be
used as an alternative for specifying a progid in the case that an
OLE object is not registered with a progid. The clsid has the form:
{nnnnnnnn-nnnn-nnnn-nnnn-nnnnnnnnnnnn}
Statements 293
CREATE PROCEDURE (External)
CAUTION:
Use of NOT FENCED for procedures that have not been adequately checked
out can compromise the integrity of DB2. DB2 takes some precautions
against many of the common types of inadvertent failures that could occur,
but cannot guarantee complete integrity when NOT FENCED stored
procedures are used.
Either SYSADM authority, DBADM authority, or a special authority
(CREATE_NOT_FENCED) is required to register a stored procedure as NOT
FENCED. Only FENCED can be specified for a stored procedure with
LANGUAGE OLE or NOT THREADSAFE.
| LANGUAGE CLR stored procedures cannot be created when specifying the
| NOT FENCED clause (SQLSTATE 42601).
THREADSAFE or NOT THREADSAFE
Specifies whether the procedure is considered safe to run in the same process
as other routines (THREADSAFE), or not (NOT THREADSAFE).
If the procedure is defined with LANGUAGE other than OLE:
v If the procedure is defined as THREADSAFE, the database manager can
invoke the procedure in the same process as other routines. In general, to be
threadsafe, a procedure should not use any global or static data areas. Most
programming references include a discussion of writing threadsafe routines.
Both FENCED and NOT FENCED procedures can be THREADSAFE.
v If the procedure is defined as NOT THREADSAFE, the database manager
will never invoke the procedure in the same process as another routine.
No changes to the special registers are passed back to the caller of the
procedure.
Non-updatable special registers, such as the datetime special registers, reflect a
property of the statement currently executing, and are therefore set to their
default values.
PARAMETER STYLE
This clause is used to specify the conventions used for passing parameters to
and returning the value from stored procedures.
DB2GENERAL
This means that the stored procedure will use a parameter passing
convention that is defined for use with Java methods. This can only be
specified when LANGUAGE JAVA is used.
DB2SQL
In addition to the parameters on the CALL statement, the following
arguments are passed to the stored procedure:
v A vector containing a null indicator for each parameter on the CALL
statement
v The SQLSTATE to be returned to DB2
v The qualified name of the stored procedure
v The specific name of the stored procedure
v The SQL diagnostic string to be returned to DB2
| This can only be specified when LANGUAGE C, COBOL, CLR, or OLE is
used.
GENERAL
This means that the stored procedure will use a parameter passing
mechanism by which the stored procedure receives the parameters
specified on the CALL. The parameters are passed directly, as expected by
the language; the SQLDA structure is not used. This can only be specified
| when LANGUAGE C, COBOL, or CLR is used.
Null indicators are not directly passed to the program.
GENERAL WITH NULLS
In addition to the parameters on the CALL statement specified under
GENERAL, another argument is passed to the stored procedure. This
additional argument is a vector of null indicators, one for each of the
parameters on the CALL statement. In C, this would be an array of short
| integers. This can only be specified when LANGUAGE C, COBOL, or CLR
is used.
JAVA
This means that the stored procedure will use a parameter passing
convention that conforms to the Java language and SQLJ Routines
specification. IN/OUT and OUT parameters will be passed as single entry
arrays to facilitate returning values. This can only be specified when
LANGUAGE JAVA is used.
PARAMETER STYLE JAVA procedures do not support the DBINFO or
PROGRAM TYPE clauses.
SQL
In addition to the parameters on the CALL statement, the following
arguments are passed to the stored procedure:
v A null indicator for each parameter on the CALL statement
Statements 295
CREATE PROCEDURE (External)
| If the database is not a Unicode database, and the alternate collating sequence
| has been specified in the database configuration, procedures can be created
| with either PARAMETER CCSID ASCII or PARAMETER CCSID UNICODE.
| All data passed into and out of the procedure will be converted to the
| appropriate code page.
Notes:
v Compatibilities
– For compatibility with DB2 UDB for OS/390 and z/OS:
- The following syntax is accepted as the default behavior:
v ASUTIME NO LIMIT
v COMMIT ON RETURN NO
v NO COLLID
v STAY RESIDENT NO
| v CCSID UNICODE in a Unicode database
| v CCSID ASCII in a non-Unicode database if PARAMETER CCSID
| UNICODE is not specified
– For compatibility with previous versions of DB2:
- RESULT SETS can be specified in place of DYNAMIC RESULT SETS.
- NULL CALL can be specified in place of CALLED ON NULL INPUT.
- DB2GENRL can be specified in place of DB2GENERAL.
- SIMPLE CALL can be specified in place of GENERAL.
- SIMPLE CALL WITH NULLS can be specified in place of GENERAL WITH
NULLS.
- PARAMETER STYLE DB2DARI is supported.
v Creating a procedure with a schema name that does not already exist results in
the implicit creation of that schema, provided the authorization ID of the
statement has IMPLICIT_SCHEMA authority. The schema owner is SYSIBM. The
CREATEIN privilege on the schema is granted to PUBLIC.
| v A Java routine defined as NOT FENCED will be invoked as if it had been
| defined as FENCED THREADSAFE.
| v A procedure that is called from within a dynamic compound statement will
| execute as if it were created specifying NEW SAVEPOINT LEVEL, even if OLD
| SAVEPOINT LEVEL was specified or defaulted to when the procedure was
| created.
v Privileges
Statements 297
CREATE PROCEDURE (External)
Examples:
Example 1: Create the procedure definition for a stored procedure, written in Java,
that is passed a part number and that returns the cost of the part and the quantity
that is currently available.
CREATE PROCEDURE PARTS_ON_HAND (IN PARTNUM INTEGER,
OUT COST DECIMAL(7,2),
OUT QUANTITY INTEGER)
EXTERNAL NAME ’parts.onhand’
LANGUAGE JAVA PARAMETER STYLE JAVA
Example 2: Create the procedure definition for a stored procedure, written in C, that
is passed an assembly number and returns the number of parts that make up the
assembly, total part cost, and a result set that lists the part numbers, quantity, and
unit cost of each part.
CREATE PROCEDURE ASSEMBLY_PARTS (IN ASSEMBLY_NUM INTEGER,
OUT NUM_PARTS INTEGER,
OUT COST DOUBLE)
EXTERNAL NAME ’parts!assembly’
DYNAMIC RESULT SETS 1 NOT FENCED
LANGUAGE C PARAMETER STYLE GENERAL
Related reference:
v “SAVEPOINT” on page 643
v “SQL statements allowed in routines” in the SQL Reference, Volume 1
v “Special registers” in the SQL Reference, Volume 1
Related samples:
v “spcreate.db2 -- How to catalog the stored procedures contained in spserver.sqc
(C)”
v “spcreate.db2 -- Catalog the DB2 CLI stored procedures contained in spserver.c
(CLI)”
v “SpCreate.db2 -- How to catalog the stored procedures contained in
SpServer.java ”
v “SpCreate.db2 -- How to catalog the stored procedures contained in SpServer.sqlj
”
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v SYSADM or DBADM authority
| v BINDADD privilege on the database, and one of the following:
| – IMPLICIT_SCHEMA privilege on the database, if the implicit or explicit
| schema name of the procedure does not exist
| – CREATEIN privilege on the schema, if the schema name of the procedure
| refers to an existing schema
Syntax:
*
( )
,
IN
parameter-name data-type
OUT
INOUT
Statements 299
CREATE PROCEDURE (SQL)
| * SQL-procedure-body
PARAMETER CCSID ASCII
UNICODE
SQL-procedure-body:
SQL-procedure-statement
Description:
procedure-name
Names the procedure being defined. It is a qualified or unqualified name that
designates a procedure. The unqualified form of procedure-name is an SQL
identifier (with a maximum length of 128). In dynamic SQL statements, the
CURRENT SCHEMA special register is used as a qualifier for an unqualified
object name. In static SQL statements, the QUALIFIER precompile/bind option
implicitly specifies the qualifier for unqualified object names. The qualified
form is a schema-name followed by a period and an SQL identifier.
The name, including the implicit or explicit qualifiers, together with the
number of parameters, must not identify a procedure described in the catalog
(SQLSTATE 42723). The unqualified name, together with the number of
parameters, is unique within its schema, but does not need to be unique across
schemas.
If a two-part name is specified, the schema-name cannot begin with ’SYS’;
otherwise, an error is returned (SQLSTATE 42939).
(IN | OUT | INOUT parameter-name data-type,...)
Identifies the parameters of the procedure, and specifies the mode, name, and
data type of each parameter. One entry in the list must be specified for each
parameter that the procedure will expect.
It is possible to register a procedure that has no parameters. In this case, the
parentheses must still be coded, with no intervening data types. For example:
CREATE PROCEDURE SUBWOOFER() ...
the second statement will fail because the number of parameters in the
procedure is the same, even if the data types are not.
IN | OUT | INOUT
Specifies the mode of the parameter.
Statements 301
CREATE PROCEDURE (SQL)
| ASCII
| Specifies that string data is encoded in the database code page. If the
| database is a Unicode database, PARAMETER CCSID ASCII cannot be
| specified (SQLSTATE 56031).
| UNICODE
| Specifies that character data is in UTF-8, and that graphic data is in UCS-2.
| If the database is not a Unicode database, PARAMETER CCSID UNICODE
| cannot be specified (SQLSTATE 56031).
SQL-procedure-body
Specifies the SQL statement that is the body of the SQL procedure. Multiple
SQL-procedure-statements can be specified within a procedure-compound-
statement. See SQL-procedure-statement in the description of the Compound
SQL (Procedure) statement.
| Rules:
| v A procedure that is called from within a dynamic compound statement will
| execute as if it were created specifying NEW SAVEPOINT LEVEL, even if OLD
| SAVEPOINT LEVEL was specified or defaulted to when the procedure was
| created.
Notes:
v Compatibilities
– For compatibility with DB2 UDB for OS/390 and z/OS:
- The following syntax is accepted as the default behavior:
v ASUTIME NO LIMIT
v COMMIT ON RETURN NO
v NO COLLID
v STAY RESIDENT NO
– For compatibility with previous versions of DB2:
- RESULT SETS can be specified in place of DYNAMIC RESULT SETS.
- NULL CALL can be specified in place of CALLED ON NULL INPUT.
– Creating a procedure with a schema name that does not already exist will
result in the implicit creation of that schema, provided that the authorization
ID of the statement has IMPLICIT_SCHEMA authority. The schema owner is
SYSIBM. The CREATEIN privilege on the schema is granted to PUBLIC.
– Privileges
The definer of a procedure always receives the EXECUTE privilege WITH
GRANT OPTION on the procedure, as well as the right to drop the
procedure.
Examples:
Example 1: Create an SQL procedure that returns the median staff salary. Return a
result set containing the name, position, and salary of all employees who earn
more than the median salary.
CREATE PROCEDURE MEDIAN_RESULT_SET (OUT medianSalary DOUBLE)
RESULT SETS 1
LANGUAGE SQL
BEGIN
DECLARE v_numRecords INT DEFAULT 1;
DECLARE v_counter INT DEFAULT 0;
Statements 303
CREATE PROCEDURE (SQL)
SET medianSalary = 0;
SELECT COUNT(*) INTO v_numRecords
FROM STAFF;
OPEN c1;
WHILE v_counter < (v_numRecords / 2 + 1)
DO
FETCH c1 INTO medianSalary;
SET v_counter = v_counter + 1;
END WHILE;
CLOSE c1;
OPEN c2;
END
Related reference:
v “SAVEPOINT” on page 643
v “Compound SQL (Procedure)” on page 127
v “SQL statements allowed in routines” in the SQL Reference, Volume 1
v “Special registers” in the SQL Reference, Volume 1
Related samples:
v “basecase.db2 -- To create the UPDATE_SALARY SQL procedure ”
v “nestcase.db2 -- To create the BUMP_SALARY SQL procedure ”
v “nestedsp.db2 -- To create the OUT_AVERAGE, OUT_MEDIAN and
MAX_SALARY SQL procedures”
v “rsultset.db2 -- To register and create the MEDIAN_RESULT_SET SQL
procedure”
CREATE SCHEMA
The CREATE SCHEMA statement defines a schema. It is also possible to create
some objects and grant privileges on objects within the statement.
Invocation:
Authorization:
An authorization ID that does not hold SYSADM or DBADM authority can only
create a schema with a schema-name or authorization-name that matches the
authorization ID of the statement.
Syntax:
schema-SQL-statement
Description:
schema-name
Names the schema. The name must not identify a schema already described in
the catalog (SQLSTATE 42710). The name cannot begin with ’SYS’ (SQLSTATE
42939). The owner of the schema is the authorization ID that issued the
statement.
AUTHORIZATION authorization-name
Identifies the user who is the owner of the schema. The value of
authorization-name is also used to name the schema. The authorization-name must
not identify a schema already described in the catalog (SQLSTATE 42710).
schema-name AUTHORIZATION authorization-name
Identifies a schema called schema-name, whose owner is authorization-name. The
schema-name must not identify a schema already described in the catalog
(SQLSTATE 42710). The schema-name cannot begin with ’SYS’ (SQLSTATE
42939).
Statements 305
CREATE SCHEMA
schema-SQL-statement
SQL statements that can be included as part of the CREATE SCHEMA
statement are:
v CREATE TABLE statement, excluding typed tables and materialized query
tables
v CREATE VIEW statement, excluding typed views
v CREATE INDEX statement
v COMMENT statement
v GRANT statement
Notes:
v The owner of the schema is determined as follows:
– If an AUTHORIZATION clause is specified, the specified authorization-name is
the schema owner
– If an AUTHORIZATION clause is not specified, the authorization ID that
issued the CREATE SCHEMA statement is the schema owner.
v The schema owner is assumed to be a user (not a group).
v When the schema is explicitly created with the CREATE SCHEMA statement, the
schema owner is granted CREATEIN, DROPIN, and ALTERIN privileges on the
schema with the ability to grant these privileges to other users.
v The definer of any object created as part of the CREATE SCHEMA statement is
the schema owner. The schema owner is also the grantor for any privileges
granted as part of the CREATE SCHEMA statement.
v Unqualified object names in any SQL statement within the CREATE SCHEMA
statement are implicitly qualified by the name of the created schema.
v If the CREATE statement contains a qualified name for the object being created,
the schema name specified in the qualified name must be the same as the name
of the schema being created (SQLSTATE 42875). Any other objects referenced
within the statements may be qualified with any valid schema name.
v It is recommended not to use ″SESSION″ as a schema name. Since declared
temporary tables must be qualified by ″SESSION″, it is possible to have an
application declare a temporary table with a name identical to that of a
persistent table. An SQL statement that references a table with the schema name
″SESSION″ will resolve (at statement compile time) to the declared temporary
table rather than a persistent table with the same name. Since an SQL statement
is compiled at different times for static embedded and dynamic embedded SQL
statements, the results depend on when the declared temporary table is defined.
If persistent tables, views or aliases are not defined with a schema name of
″SESSION″, these issues do not require consideration.
Examples:
Example 1: As a user with DBADM authority, create a schema called RICK with
the user RICK as the owner.
CREATE SCHEMA RICK AUTHORIZATION RICK
Example 2: Create a schema that has an inventory part table and an index over the
part number. Give authority on the table to user JONES.
CREATE SCHEMA INVENTRY
Example 3: Create a schema called PERS with two tables that each have a foreign
key that references the other table. This is an example of a feature of the CREATE
SCHEMA statement that allows such a pair of tables to be created without the use
of the ALTER TABLE statement.
CREATE SCHEMA PERS
Related reference:
v “COMMENT” on page 106
v “CREATE INDEX” on page 252
v “CREATE TABLE” on page 316
v “CREATE VIEW” on page 432
v “GRANT (Table, View, or Nickname Privileges)” on page 551
Statements 307
CREATE SEQUENCE
CREATE SEQUENCE
The CREATE SEQUENCE statement creates a sequence at the application server.
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
| v SYSADM or DBADM authority
| v IMPLICIT_SCHEMA privilege on the database, if the implicit or explicit schema
| name of the sequence does not exist
| v CREATEIN privilege if the schema name of the sequence refers to an existing
| schema
Syntax:
AS INTEGER
CREATE SEQUENCE sequence-name * *
AS data-type
INCREMENT BY 1
* *
START WITH numeric-constant INCREMENT BY numeric-constant
NO MINVALUE NO MAXVALUE
* *
MINVALUE numeric-constant MAXVALUE numeric-constant
Description:
sequence-name
Names the sequence. The combination of name, and the implicit or explicit
schema name must not identify an existing sequence at the current server
(SQLSTATE 42710).
The unqualified form of sequence-name is an SQL identifier. The qualified
form is a qualifier followed by a period and an SQL identifier. The qualifier is
a schema name.
If the sequence name is explicitly qualified with a schema name, the schema
name cannot begin with ’SYS’ or an error (SQLSTATE 42939) is raised.
AS data-type
Specifies the data type to be used for the sequence value. The data type can be
any exact numeric type (SMALLINT, INTEGER, BIGINT or DECIMAL) with a
scale of zero, or a user-defined distinct type or reference type for which the
source type is an exact numeric type with a scale of zero (SQLSTATE 42815).
The default is INTEGER.
START WITH numeric-constant
Specifies the first value for the sequence. This value can be any positive or
negative value that could be assigned to a column of the data type associated
with the sequence (SQLSTATE 42815), without non-zero digits existing to the
right of the decimal point (SQLSTATE 428FA). The default is MINVALUE for
ascending sequences and MAXVALUE for descending sequences.
This value is not necessarily the value that a sequence would cycle to after
reaching the maximum or minimum value of the sequence. The START WITH
clause can be used to start a sequence outside the range that is used for cycles.
The range used for cycles is defined by MINVALUE and MAXVALUE.
INCREMENT BY numeric-constant
Specifies the interval between consecutive values of the sequence. This value
can be any positive or negative value that could be assigned to a column of the
data type associated with the sequence (SQLSTATE 42815), and does not
exceed the value of a large integer constant (SQLSTATE 42820), without
non-zero digits existing to the right of the decimal point (SQLSTATE 428FA).
If this value is negative, this is a descending sequence. If this value is 0 or
positive, this is an ascending sequence. The default is 1.
MINVALUE or NO MINVALUE
Specifies the minimum value at which a descending sequence either cycles or
stops generating values, or an ascending sequence cycles to after reaching the
maximum value.
MINVALUE numeric-constant
Specifies the numeric constant that is the minimum value. This value can
be any positive or negative value that could be assigned to a column of the
data type associated with the sequence (SQLSTATE 42815), without
non-zero digits existing to the right of the decimal point (SQLSTATE
428FA), but the value must be less than or equal to the maximum value
(SQLSTATE 42815).
NO MINVALUE
For an ascending sequence, the value is the START WITH value, or 1 if
START WITH is not specified. For a descending sequence, the value is the
minimum value of the data type associated with the sequence. This is the
default.
MAXVALUE or NO MAXVALUE
Specifies the maximum value at which an ascending sequence either cycles or
stops generating values, or a descending sequence cycles to after reaching the
minimum value.
MAXVALUE numeric-constant
Specifies the numeric constant that is the maximum value. This value can
be any positive or negative value that could be assigned to a column of the
data type associated with the sequence (SQLSTATE 42815), without
non-zero digits existing to the right of the decimal point (SQLSTATE
428FA), but the value must be greater than or equal to the minimum value
(SQLSTATE 42815).
NO MAXVALUE
For an ascending sequence, the value is the maximum value of the data
Statements 309
CREATE SEQUENCE
type associated with the sequence. For a descending sequence, the value is
the START WITH value, or -1 if START WITH is not specified.
CYCLE or NO CYCLE
Specifies whether the sequence should continue to generate values after
reaching either its maximum or minimum value. The boundary of the sequence
can be reached either with the next value landing exactly on the boundary
condition, or by overshooting it.
CYCLE
Specifies that values continue to be generated for this sequence after the
maximum or minimum value has been reached. If this option is used, after
an ascending sequence reaches its maximum value it generates its
minimum value; after a descending sequence reaches its minimum value it
generates its maximum value. The maximum and minimum values for the
sequence determine the range that is used for cycling.
When CYCLE is in effect, then duplicate values can be generated for the
sequence.
NO CYCLE
Specifies that values will not be generated for the sequence once the
maximum or minimum value for the sequence has been reached. This is
the default.
CACHE or NO CACHE
Specifies whether to keep some preallocated values in memory for faster
access. This is a performance and tuning option.
CACHE integer-constant
Specifies the maximum number of sequence values that are preallocated
and kept in memory. Preallocating and storing values in the cache reduces
synchronous I/O to the log when values are generated for the sequence.
In the event of a system failure, all cached sequence values that have not
been used in committed statements are lost (that is, they will never be
used). The value specified for the CACHE option is the maximum number
of sequence values that could be lost in case of system failure.
The minimum value is 2 (SQLSTATE 42815). The default value is CACHE
20.
NO CACHE
Specifies that values of the sequence are not to be preallocated. It ensures
that there is not a loss of values in the case of a system failure, shutdown
or database deactivation. When this option is specified, the values of the
sequence are not stored in the cache. In this case, every request for a new
value for the sequence results in synchronous I/O to the log.
NO ORDER or ORDER
Specifies whether the sequence numbers must be generated in order of request.
ORDER
Specifies that the sequence numbers are generated in order of request.
NO ORDER
Specifies that the sequence numbers do not need to be generated in order
of request. This is the default.
Notes:
v Compatibilities
Examples:
Related samples:
v “DbSeq.java -- How to create, alter and drop a sequence in a database (JDBC)”
Statements 311
CREATE SERVER
CREATE SERVER
| The CREATE SERVER statement defines a data source to a federated database. In
| this statement, the term SERVER and the parameter names that start with server-
| refer only to data sources in a federated system. They do not refer to the federated
| server in such a system, or to DRDA application servers.
Invocation:
Authorization:
Syntax:
WRAPPER wrapper-name
VERSION server-version
|
AUTHORIZATION remote-authorization-name PASSWORD password
|
,
ADD
OPTIONS ( server-option-name string-constant )
server-version:
version
. release
. mod
version-string-constant
Description:
server-name
Names the data source that is being defined to the federated database. The
name must not identify a data source that is described in the catalog. The
server-name must not be the same as the name of any table space in the
federated database.
| A server definition for relational data sources usually represents a remote
| database. Some relational database management systems, such as Oracle, do
| not allow multiple databases within each instance. Instead, each instance
| represents a server within a federated system.
For nonrelational data sources, the purpose of a server definition varies from
data source to data source. Some server definitions map to a search type and
daemon, a web site, or a web server. For other nonrelational data sources, a
server definition is created because the hierarchy of federated objects requires
that data source files (identified by nicknames) are associated with a specific
server object.
TYPE server-type
| Specifies the type of data source denoted by server-name. This parameter is
| required by some wrappers.
VERSION
| Specifies the version of the data source denoted by server-name. This parameter
| is required by some wrappers.
| version
| Specifies the version number. The value must be an integer.
| release
| Specifies the number of the release of the version denoted by version. The
| value must be an integer.
| mod
| Specifies the number of the modification of the release denoted by release.
| The value must be an integer.
| version-string-constant
| Specifies the complete designation of the version. The version-string-constant
| can be a single value (for example, ‘8i’); or it can be the concatenated
| values of version, release and, if applicable, mod (for example, ‘8.0.3’).
WRAPPER wrapper-name
| Names the wrapper that the federated server uses to interact with the server
| object specified by server-name.
AUTHORIZATION remote-authorization-name
| Required only for DB2 family data sources. Specifies the authorization ID
| under which any necessary actions are performed at the data source when the
| CREATE SERVER statement is processed. This ID must hold the authority
| (BINDADD or its equivalent) that the necessary actions require. If the
| remote-authorization-name is specified in mixed or lowercase characters (and the
| remote data source has case sensitive authorization names), the
| remote-authorization-name should be enclosed by double quotation marks.
PASSWORD password
| Required only for DB2 family data sources. Specifies the password associated
| with the authorization ID represented by remote-authorization-name. If the
| password is specified in mixed or lowercase characters (and the remote data
| source has case sensitive passwords), the password should be enclosed by
| double quotation marks.
OPTIONS
| Indicates the options that are enabled when the server definition is created.
| Server options are used to configure the server definition. Some server options
| can be used to create the server definition for any data source. Some server
| options are specific to a particular data source.
| ADD
| Enables one or more server options.
| server-option-name
| Names a server option that will be used to either configure or provide
| information about the data source denoted by server-name.
Statements 313
CREATE SERVER
| string-constant
| Specifies the setting for server-option-name as a character string constant.
Notes:
| v The password should be specified when the data source requires a password. If
| any letters in password must be in lowercase, enclose password in quotation
| marks.
v If the CREATE SERVER statement is used to define a DB2 family instance as a
data source, DB2 may need to bind certain packages to that instance. If binding
is required, the remote-authorization-name in the statement must have BIND
authority. The time required for the bind operation to complete is dependent on
data source speed and network connection speed.
Examples:
| Example 1: Register a server definition to access a DB2 for z/OS and OS/390,
| Version 7.1 data source. CRANDALL is the name assigned to the DB2 for z/OS
| and OS/390 server definition. DRDA is the name of the wrapper used to access
| this data source. In addition, specify that:
| v GERALD and drowssap are the authorization ID and password under which
| packages are bound at CRANDALL when this statement is processed.
| v The alias for the DB2 for z/OS and OS/390 database that was specified with the
| CATALOG DATABASE statement is CLIENTS390.
| v The authorization IDs and passwords under which CRANDALL can be accessed
| are to be sent to CRANDALL in uppercase.
| v CLIENTS390 and the federated database use the same collating sequence.
| CREATE SERVER CRANDALL
| TYPE DB2/ZOS
| VERSION 7.1
| WRAPPER DRDA
| AUTHORIZATION "GERALD"
| PASSWORD drowssap
| OPTIONS
| (DBNAME ’CLIENTS390’,
| FOLD_ID ’U’,
| FOLD_PW ’U’,
| COLLATING_SEQUENCE ’Y’)
Example 3: Register a server definition for the Excel wrapper. The server definition
is required to preserve the hierarchy of federated objects. BIOCHEM_LAB is the
name assigned to the Excel server definition. EXCEL_2000_WRAPPER is the name
of the wrapper used to access this data source.
CREATE SERVER BIOCHEM_DATA
WRAPPER EXCEL_2000_WRAPPER
Related concepts:
v “Distributed relational databases” in the SQL Reference, Volume 1
v “Server definitions and server options” in the Federated Systems Guide
Related reference:
v “Server options for federated systems” in the Federated Systems Guide
v “Valid server types in SQL statements” in the Federated Systems Guide
Statements 315
CREATE TABLE
CREATE TABLE
The CREATE TABLE statement defines a table. The definition must include its
name and the names and attributes of its columns. The definition can include other
attributes of the table, such as its primary key or check constraints.
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v SYSADM or DBADM authority
v CREATETAB authority on the database and USE privilege on the table space as
well as one of:
– IMPLICIT_SCHEMA authority on the database, if the implicit or explicit
schema name of the table does not exist
– CREATEIN privilege on the schema, if the schema name of the table refers to
an existing schema.
If a subtable is being defined, the authorization ID must be the same as the
definer of the root table of the table hierarchy.
To define a foreign key, the privileges held by the authorization ID of the statement
must include one of the following on the parent table:
v REFERENCES privilege on the table
v REFERENCES privilege on each column of the specified parent key
v CONTROL privilege on the table
v SYSADM or DBADM authority.
To define a materialized query table (using a fullselect) the privileges held by the
authorization ID of the statement must include at least one of the following on
each table or view identified in the fullselect:
v SELECT privilege on the table or view and ALTER privilege if REFRESH
DEFERRED or REFRESH IMMEDIATE is specified
v CONTROL privilege on the table or view
v SYSADM or DBADM authority.
To define a staging table associated with a materialized query table, the privileges
held by the authorization ID of the statement must include at least one of the
following:
v CONTROL privilege or ALTER privilege on the materialized query table, and at
least one of the following on each table or view identified in the fullselect of the
materialized query table:
– SELECT privilege and ALTER privilege on the table or view
Syntax:
| *
,
DIMENSIONS
ORGANIZE BY ( column-name )
,
( column-name )
KEY SEQUENCE sequence-key-spec
*
IN tablespace-name1 tablespace-options
,
USING HASHING
PARTITIONING KEY ( column )
REPLICATED
* *
VALUE COMPRESSION WITH RESTRICT ON DROP
| * * *
NOT LOGGED INITIALLY CCSID ASCII
UNICODE
,
ADD
OPTIONS ( table-option-name string-constant )
sequence-key-spec:
| ,
AT
( column-name ENDING constant )
FROM
STARTING constant
Statements 317
CREATE TABLE
| ALLOW OVERFLOW
DISALLOW OVERFLOW
element-list:
( column-definition )
unique-constraint
referential-constraint
check-constraint
typed-table-options:
under-clause:
typed-element-list:
( OID-column-definition )
with-options
unique-constraint
check-constraint
materialized-query-definition:
| AS ( fullselect )
,
( column-name )
materialized-query-table-options
materialized-query-table-options:
| WITH NO DATA
copy-options
refreshable-table-options
copy-options:
* *
COLUMN
INCLUDING DEFAULTS
EXCLUDING
COLUMN ATTRIBUTES
EXCLUDING IDENTITY
*
COLUMN ATTRIBUTES
INCLUDING IDENTITY
refreshable-table-options:
staging-table-definition:
( staging-column-name )
tablespace-options:
column-definition:
column-name
(2) column-options
data-type
column-options:
Statements 319
CREATE TABLE
NOT NULL
(3)
lob-options
(4)
datalink-options
(5)
SCOPE typed-table-name
typed-view-name
PRIMARY KEY
CONSTRAINT constraint-name UNIQUE
references-clause
CHECK ( check-condition ) constraint-attributes
generated-column-spec
(6)
INLINE LENGTH integer
COMPRESS SYSTEM DEFAULT
Notes:
1 Specifying which table space will contain a table’s index can only be done
when the table is created.
2 If the first column-option chosen is a generated-column-spec with a
generation-expression, then the data-type can be omitted. It will be
determined from the resulting data type of the generation-expression.
3 The lob-options clause only applies to large object types (BLOB, CLOB and
DBCLOB) and distinct types based on large object types.
4 The datalink-options clause only applies to the DATALINK type and distinct
types based on the DATALINK type.
5 The SCOPE clause only applies to the REF type.
6 INLINE LENGTH only applies to columns defined as structured types.
data-type:
| SMALLINT
INTEGER
INT
BIGINT
FLOAT
( integer )
REAL
PRECISION
DOUBLE
DECIMAL
DEC ( integer )
NUMERIC ,integer
NUM
CHARACTER
CHAR (integer) (1)
VARCHAR ( integer ) FOR BIT DATA
CHARACTER VARYING
CHAR
LONG VARCHAR
BLOB
BINARY LARGE OBJECT ( integer )
CLOB K
CHARACTER LARGE OBJECT M
CHAR G
DBCLOB
GRAPHIC
(integer)
VARGRAPHIC (integer)
LONG VARGRAPHIC
DATE
TIME
TIMESTAMP
DATALINK
( integer )
distinct-type-name
structured-type-name
REF (type-name2)
Notes:
1 The FOR BIT DATA clause can be specified in any order with the other
column constraints that follow.
default-values:
constant
datetime-special-register
user-special-register
CURRENT SCHEMA
NULL
cast-function ( constant )
datetime-special-register
user-special-register
CURRENT SCHEMA
lob-options:
Statements 321
CREATE TABLE
datalink-options:
file-link-options:
* WRITE PERMISSION FS
BLOCKED
ADMIN REQUIRING TOKEN FOR UPDATE
NOT
generated-column-spec:
default-clause
GENERATED ALWAYS AS IDENTITY
BY DEFAULT identity-options
GENERATED ALWAYS AS ( generation-expression )
identity-options:
(1) 1
( START WITH numeric-constant )
1
INCREMENT BY numeric-constant
NO MINVALUE
MINVALUE numeric-constant
NO MAXVALUE
MAXVALUE numeric-constant
NO CYCLE
CYCLE
CACHE 20
NO CACHE
CACHE integer-constant
NO ORDER
ORDER
Notes:
1 The same clause must not be specified more than once.
references-clause:
| REFERENCES table-name
nickname ,
( column-name )
rule-clause constraint-attributes
rule-clause:
constraint-attributes:
default-clause:
WITH
DEFAULT
default-values
unique-constraint:
UNIQUE ( column-name )
CONSTRAINT constraint-name PRIMARY KEY
referential-constraint:
references-clause
check-constraint:
CHECK ( check-condition )
CONSTRAINT constraint-name
constraint-attributes
check-condition:
| search-condition
functional-dependency
Statements 323
CREATE TABLE
functional-dependency:
( column-name ) ( column-name )
OID-column-definition:
with-options:
Description:
System-maintained materialized query tables and user-maintained materialized
query tables are referred to by the common term materialized query table, unless
there is a need to identify each one separately.
table-name
| Names the table. The name, including the implicit or explicit qualifier, must
| not identify a table, view, nickname, or alias described in the catalog. The
schema name must not be SYSIBM, SYSCAT, SYSFUN, or SYSSTAT (SQLSTATE
42939).
OF type-name1
Specifies that the columns of the table are based on the attributes of the
structured type identified by type-name1. If type-name1 is specified without a
schema name, the type name is resolved by searching the schemas on the SQL
path (defined by the FUNCPATH preprocessing option for static SQL and by
the CURRENT PATH register for dynamic SQL). The type name must be the
name of an existing user-defined type (SQLSTATE 42704) and it must be an
instantiable structured type (SQLSTATE 428DP) with at least one attribute
(SQLSTATE 42997).
If UNDER is not specified, an object identifier column must be specified (refer
to the OID-column-definition). This object identifier column is the first column of
the table. The object ID column is followed by columns based on the attributes
of type-name1.
HIERARCHY hierarchy-name
Names the hierarchy table associated with the table hierarchy. It is created at
the same time as the root table of the hierarchy. The data for all subtables in
the typed table hierarchy is stored in the hierarchy table. A hierarchy table
cannot be directly referenced in SQL statements. A hierarchy-name is a
table-name. The hierarchy-name, including the implicit or explicit schema name,
must not identify a table, nickname, view, or alias described in the catalog. If
the schema name is specified, it must be the same as the schema name of the
table being created (SQLSTATE 428DQ). If this clause is omitted when defining
the root table, a name is generated by the system consisting of the name of the
table being created followed by a unique suffix such that the identifier is
unique within the identifiers of the existing tables, views, aliases, and
nicknames.
UNDER supertable-name
Indicates that the table is a subtable of supertable-name. The supertable must be
an existing table (SQLSTATE 42704) and the table must be defined using a
structured type that is the immediate supertype of type-name1 (SQLSTATE
428DB). The schema name of table-name and supertable-name must be the same
(SQLSTATE 428DQ). The table identified by supertable-name must not have any
existing subtable already defined using type-name1 (SQLSTATE 42742).
The columns of the table include the object identifier column of the supertable
with its type modified to be REF(type-name1), followed by columns based on
the attributes of type-name1 (remember that the type includes the attributes of
its supertype). The attribute names cannot be the same as the OID column
name (SQLSTATE 42711).
Other table options including table space, data capture, not logged initially and
partitioning key options cannot be specified. These options are inherited from
the supertable (SQLSTATE 42613).
INHERIT SELECT PRIVILEGES
Any user or group holding a SELECT privilege on the supertable will be
granted an equivalent privilege on the newly created subtable. The subtable
definer is considered to be the grantor of this privilege.
element-list
Defines the elements of a table. This includes the definition of columns and
constraints on the table.
typed-element-list
Defines the additional elements of a typed table. This includes the additional
options for the columns, the addition of an object identifier column (root table
only), and constraints on the table.
| materialized-query-definition
If the table definition is based on the result of a query, the table is a
materialized query table based on the query.
column-name
Names the columns in the table. If a list of column names is specified, it
must consist of as many names as there are columns in the result table of
the fullselect. Each column-name must be unique and unqualified. If a list of
column names is not specified, the columns of the table inherit the names
of the columns of the result table of the fullselect.
A list of column names must be specified if the result table of the fullselect
has duplicate column names of an unnamed column (SQLSTATE 42908).
An unnamed column is a column derived from a constant, function,
expression, or set operation that is not named using the AS clause of the
select list.
AS
Introduces the query that is used for the definition of the table and that
determines the data to be included in the table.
fullselect
Defines the query on which the table is based. The resulting column
definitions are the same as those for a view defined with the same query.
| Every select list element must have a name (use the AS clause for
| expressions). The materialized-query-definition defines attributes of the
| materialized query table. The option chosen also defines the contents of the
| fullselect as follows.
| When WITH NO DATA is specified, any valid fullselect that does not
| reference a typed table or a typed view can be specified.
Statements 325
CREATE TABLE
Statements 327
CREATE TABLE
query table are also the underlying tables for its associated staging table. The
staging table collects changes that need to be applied to the materialized query
table to synchronize it with the contents of the underlying tables.
staging-column-name
Names the columns in the staging table. If a list of column names is
specified, it must consist of two more names than there are columns in the
materialized query table for which the staging table is defined. If the
materialized query table is a replicated materialized query table, or the
query defining the materialized query table does not contain a GROUP BY
clause, the list of column names must consist of three more names than
there are columns in the materialized query table for which the staging
table is defined. Each column name must be unique and unqualified. If a
list of column names is not specified, the columns of the table inherit the
names of the columns of the associated materialized query table. The
additional columns are named GLOBALTRANSID and
GLOBALTRANSTIME, and if a third column is necessary, it is named
OPERATIONTYPE.
Table 4. Extra Columns Appended in Staging Tables
Column Name Data Type Column Description
GLOBALTRANSID CHAR(8) FOR BIT DATA The global transaction ID for
each propagated row
GLOBALTRANSTIME CHAR(13) FOR BIT DATA The timestamp of the
transaction
OPERATIONTYPE INTEGER Operation for the propagated
row, either insert, update, or
delete.
Statements 329
CREATE TABLE
Statements 331
CREATE TABLE
| Values less than the specified constant are only allowed if the ALLOW
| OVERFLOW option is specified. If column-name is a SMALLINT or
| INTEGER column, the constant must be an INTEGER constant. If
| column-name is a BIGINT column, the constant must be an INTEGER or
| BIGINT constant (SQLSTATE 42821). If a starting constant is not specified,
| the default value is 1.
| ENDING AT constant
| Specifies the constant value at the high end of the range for column-name.
| Values greater than the specified constant are only allowed if the ALLOW
| OVERFLOW option is specified. The value of the ending constant must be
| greater than the starting constant. If column-name is a SMALLINT or
| INTEGER column, the constant must be an INTEGER constant. If
| column-name is a BIGINT column, the constant must be an INTEGER or
| BIGINT constant (SQLSTATE 42821).
| ALLOW OVERFLOW
| Specifies that the range-clustered table allows rows with key values that
| are outside of the defined range of values. When a range-clustered table is
| created to allow overflows, the rows with key values outside of the range
| are placed at the end of the defined range without any predetermined
| order. Operations involving these overflow rows are less efficient than
| operations on rows having key values within the defined range.
| DISALLOW OVERFLOW
| Specifies that the range-clustered table does not allow rows with key
| values that are not within the defined range of values (SQLSTATE 23513).
| Range-clustered tables that disallow overflows will always maintain all
| rows in ascending key sequence.
column-definition
Defines the attributes of a column.
column-name
Names a column of the table. The name cannot be qualified, and the same
name cannot be used for more than one column of the table (SQLSTATE
42711).
A table may have the following:
v A 4K page size with a maximum of 500 columns, where the byte counts
of the columns must not be greater than 4 005.
v An 8K page size with a maximum of 1 012 columns, where the byte
counts of the columns must not be greater than 8 101.
v A 16K page size with a maximum of 1 012 columns, where the byte
counts of the columns must not be greater than 16 293.
v A 32K page size with a maximum of 1 012 columns, where the byte
counts of the columns must not be greater than 32 677.
BIGINT
For a big integer.
FLOAT(integer)
For a single or double-precision floating-point number, depending on
the value of the integer. The value of the integer must be in the range 1
through 53. The values 1 through 24 indicate single precision and the
values 25 through 53 indicate double-precision.
You can also specify:
REAL For single precision floating-point.
DOUBLE For double-precision floating-point.
DOUBLE PRECISION For double-precision floating-point.
FLOAT For double-precision floating-point.
DECIMAL(precision-integer, scale-integer) or DEC(precision-integer,
scale-integer)
For a decimal number. The first integer is the precision of the number;
that is, the total number of digits; it may range from 1 to 31. The
second integer is the scale of the number; that is, the number of digits
to the right of the decimal point; it may range from 0 to the precision
of the number.
If precision and scale are not specified, the default values of 5,0 are
used. The words NUMERIC and NUM can be used as synonyms for
DECIMAL and DEC.
CHARACTER(integer) or CHAR(integer) or CHARACTER or CHAR
For a fixed-length character string of length integer, which may range
from 1 to 254. If the length specification is omitted, a length of 1
character is assumed.
VARCHAR(integer), or CHARACTER VARYING(integer), or CHAR
VARYING(integer)
For a varying-length character string of maximum length integer, which
may range from 1 to 32 672.
LONG VARCHAR
For a varying-length character string with a maximum length of 32 700.
FOR BIT DATA
Specifies that the contents of the column are to be treated as bit
(binary) data. During data exchange with other systems, code page
conversions are not performed. Comparisons are done in binary,
irrespective of the database collating sequence.
BLOB or BINARY LARGE OBJECT(integer [K | M | G])
For a binary large object string of the specified maximum length in
bytes.
The length may be in the range of 1 byte to 2 147 483 647 bytes.
If integer by itself is specified, that is the maximum length.
If integer K (in either upper- or lowercase) is specified, the maximum
length is 1 024 times integer. The maximum value for integer is
2 097 152. If a multiple of K, M or G that calculates out to 2 147 483 648
is specified, the actual value used is 2 147 483 647 (or 2 gigabytes
minus 1 byte), which is the maximum length for a LOB column.
Statements 333
CREATE TABLE
TIMESTAMP
For a timestamp.
DATALINK or DATALINK(integer)
For a link to a data file stored outside the database.
The column in the table consists of ″anchor values″ that contain the
reference information that is required to establish and maintain the link
to the external data as well as an optional comment.
The length of a DATALINK column is 200 bytes. If integer is specified,
it must be 200. If the length specification is omitted, a length of 200
bytes is assumed.
A DATALINK value is an encapsulated value with a set of built-in
scalar functions. There is a function called DLVALUE to create a
DATALINK value, and functions called DLNEWCOPY,
DLPREVIOUSCOPY, and DLREPLACECONTENT that can also be
used to construct a DATALINK value under special circumstances.
(DLVALUE should be used to construct a regular DATALINK value.)
The following functions can be used to extract attributes from a
DATALINK value.
v DLCOMMENT
v DLLINKTYPE
v DLURLCOMPLETE
v DLURLCOMPLETEONLY
v DLURLCOMPLETEWRITE
v DLURLPATH
v DLURLPATHONLY
v DLURLPATHWRITE
v DLURLSCHEME
v DLURLSERVER
Statements 335
CREATE TABLE
NOT LOGGED
Specifies that changes made to the column are not to be logged.
NOT LOGGED has no effect on a commit or rollback operation;
that is, the database’s consistency is maintained even if a
transaction is rolled back, regardless of whether or not the LOB
value is logged. The implication of not logging is that during a roll
forward operation, after a backup or load operation, the LOB data
will be replaced by zeros for those LOB values that would have
had log records replayed during the roll forward. During crash
recovery, all committed changes and changes rolled back will
reflect the expected results.
COMPACT
Specifies that the values in the LOB column should take up
minimal disk space (free any extra disk pages in the last group
used by the LOB value), rather than leave any leftover space at the
end of the LOB storage area that might facilitate subsequent
append operations. Note that storing data in this way may cause a
performance penalty in any append (length-increasing) operations
on the column.
NOT COMPACT
Specifies some space for insertions to assist in future changes to the
LOB values in the column. This is the default.
datalink-options
Specifies the options associated with a DATALINK data type.
LINKTYPE URL
This defines the type of link as a Uniform Resource Locator (URL).
NO LINK CONTROL
Specifies that there will not be any check made to determine that
the file exists. Only the syntax of the URL will be checked. There is
no database manager control over the file.
FILE LINK CONTROL
Specifies that a check should be made for the existence of the file.
Additional options may be used to give the database manager
further control over the file.
file-link-options
Additional options to define the level of database manager control
of the file link.
INTEGRITY
Specifies the level of integrity of the link between a
DATALINK value and the actual file.
ALL
Any file specified as a DATALINK value is under the
control of the database manager and may NOT be deleted
or renamed using standard file system programming
interfaces.
READ PERMISSION
Specifies how permission to read the file specified in a
DATALINK value is determined.
FS The read access permission is determined by the file
Statements 337
CREATE TABLE
YES
DB2 will support point in time recovery of files referenced
by values in this column. This value can only be specified
when INTEGRITY ALL and WRITE PERMISSION
BLOCKED or WRITE PERMISSION ADMIN are also
specified.
NO
Specifies that point in time recovery will not be supported.
ON UNLINK
Specifies the action taken on a file when a DATALINK value is
changed or deleted (unlinked). Note that this is not applicable
when WRITE PERMISSION FS is used.
RESTORE
Specifies that when a file is unlinked, the Data Links File
Manager will attempt to return the file to the owner with
the permissions that existed at the time the file was linked.
In the case where the user is no longer registered with the
file server, the file is assigned to a special predefined
“dfmunknown” user ID. This can only be specified when
INTEGRITY ALL and WRITE PERMISSION BLOCKED or
WRITE PERMISSION ADMIN are also specified.
DELETE
Specifies that the file will be deleted when it is unlinked.
This can only be specified when READ PERMISSION DB
and WRITE PERMISSION BLOCKED or WRITE
PERMISSION ADMIN are also specified.
MODE DB2OPTIONS
This mode defines a set of default file link options. The defaults
defined by DB2OPTIONS are:
v INTEGRITY ALL
v READ PERMISSION FS
v WRITE PERMISSION FS
v RECOVERY NO
ON UNLINK is not applicable since WRITE PERMISSION FS is
used.
SCOPE
Identifies the scope of the reference type column.
A scope must be specified for any column that is intended to be used
as the left operand of a dereference operator or as the argument of the
DEREF function. Specifying the scope for a reference type column may
be deferred to a subsequent ALTER TABLE statement to allow the
target table to be defined, usually in the case of mutually referencing
tables.
typed-table-name
The name of a typed table. The table must already exist or be the
same as the name of the table being created (SQLSTATE 42704).
The data type of column-name must be REF(S), where S is the type
of typed-table-name (SQLSTATE 428DM). No checking is done of
values assigned to column-name to ensure that the values actually
reference existing rows in typed-table-name.
Statements 339
CREATE TABLE
typed-view-name
The name of a typed view. The view must already exist or be the
same as the name of the view being created (SQLSTATE 42704).
The data type of column-name must be REF(S), where S is the type
of typed-view-name (SQLSTATE 428DM). No checking is done of
values assigned to column-name to ensure that the values actually
reference existing rows in typed-view-name.
CONSTRAINT constraint-name
Names the constraint. A constraint-name must not identify a constraint
that was already specified within the same CREATE TABLE statement.
(SQLSTATE 42710).
If this clause is omitted, an 18-character identifier that is unique among
the identifiers of existing constraints defined on the table is generated
by the system. (The identifier consists of ″SQL″ followed by a sequence
of 15 numeric characters generated by a timestamp-based function.)
When used with a PRIMARY KEY or UNIQUE constraint, the
constraint-name may be used as the name of an index that is created to
support the constraint.
PRIMARY KEY
This provides a shorthand method of defining a primary key
composed of a single column. Thus, if PRIMARY KEY is specified in
the definition of column C, the effect is the same as if the PRIMARY
KEY(C) clause is specified as a separate clause.
A primary key cannot be specified if the table is a subtable (SQLSTATE
429B3) since the primary key is inherited from the supertable.
See PRIMARY KEY within the description of the unique-constraint
below.
UNIQUE
This provides a shorthand method of defining a unique key composed
of a single column. Thus, if UNIQUE is specified in the definition of
column C, the effect is the same as if the UNIQUE(C) clause is
specified as a separate clause.
A unique constraint cannot be specified if the table is a subtable
(SQLSTATE 429B3) since unique constraints are inherited from the
supertable.
See UNIQUE within the description of the unique-constraint below.
references-clause
This provides a shorthand method of defining a foreign key composed
of a single column. Thus, if a references-clause is specified in the
definition of column C, the effect is the same as if that
references-clause were specified as part of a FOREIGN KEY clause in
which C is the only identified column.
See references-clause under referential-constraint below.
CHECK (check-condition)
This provides a shorthand method of defining a check constraint that
applies to a single column. See CHECK (check-condition) below.
INLINE LENGTH integer
This option is only valid for a column defined using a structured type
(SQLSTATE 42842) and indicates the maximum byte size of an instance
of a structured type to store inline with the rest of the values in the
row. Instances of structured types that cannot be stored inline are
stored separately from the base table row, similar to the way that LOB
values are handled. This takes place automatically.
The default INLINE LENGTH for a structured-type column is the
inline length of its type (specified explicitly or by default in the
CREATE TYPE statement). If INLINE LENGTH of the structured type
is less than 292, the value 292 is used for the INLINE LENGTH of the
column.
Note: The inline lengths of subtypes are not counted in the default
inline length, meaning that instances of subtypes may not fit
inline unless an explicit INLINE LENGTH is specified at
CREATE TABLE time to account for existing and future
subtypes.
The explicit INLINE LENGTH value must be at least 292 and cannot
exceed 32672 (SQLSTATE 54010).
COMPRESS SYSTEM DEFAULT
Specifies that system default values (that is, the default values used for
the data types when no specific values are specified) are to be stored
using minimal space. If the VALUE COMPRESSION clause is not
specified, a warning is returned (SQLSTATE 01648) and system default
values are not stored using minimal space.
Allowing system default values to be stored in this manner causes a
slight performance penalty during insert and update operations on the
column because of extra checking that is done.
The base data type must not be DATE, TIME, or TIMESTAMP
(SQLSTATE 42842). If the base data type is a varying-length string, this
clause is ignored. String values of length 0 are automatically
compressed if a table has been set with VALUE COMPRESSION.
generated-column-spec
default-clause
Specifies a default value for the column.
WITH
An optional keyword.
DEFAULT
Provides a default value in the event a value is not supplied on
INSERT or is specified as DEFAULT on INSERT or UPDATE. If
a default value is not specified following the DEFAULT
keyword, the default value depends on the data type of the
column as shown in “ALTER TABLE”.
If a column is defined as a DATALINK, then a default value
cannot be specified (SQLSTATE 42613). The only possible
default is NULL.
If the column is based on a column of a typed table, a specific
default value must be specified when defining a default. A
default value cannot be specified for the object identifier
column of a typed table (SQLSTATE 42997).
Statements 341
CREATE TABLE
Statements 343
CREATE TABLE
Statements 345
CREATE TABLE
NO ORDER or ORDER
Specifies whether the identity values must be generated in
order of request.
NO ORDER
Specifies that the values do not need to be generated in
order of request. This is the default.
ORDER
Specifies that the values must be generated in order of
request.
GENERATED ALWAYS AS (generation-expression)
Specifies that the definition of the column is based on an
expression. (If the expression for a GENERATED ALWAYS column
includes a user-defined external function, changing the executable
for the function (such that the results change for given arguments)
can result in inconsistent data. This can be avoided by using the
SET INTEGRITY statement to force the generation of new values.)
The generation-expression cannot contain any of the following
(SQLSTATE 42621):
v Subqueries
v Column functions
v Dereference operations or DEREF functions
v User-defined or built-in functions that are non-deterministic
v User-defined functions using the EXTERNAL ACTION option
v User-defined functions defined with either CONTAINS SQL or
READS SQL DATA
v Host variables or parameter markers
v Special registers
v References to columns defined later in the column list
v References to other generated columns
The data type for the column is based on the result data type of
the generation-expression. A CAST specification can be used to force
a particular data type and to provide a scope (for a reference type
only). If data-type is specified, values are assigned to the column
according to the appropriate assignment rules. A generated column
is implicitly considered nullable, unless the NOT NULL column
option is used. The data type of a generated column must be one
for which equality is defined. This excludes columns of type
LONG VARCHAR, LONG VARGRAPHIC, or DATALINK; LOB
data types; structured types; and distinct types based on any of
these types (SQLSTATE 42962).
OID-column-definition
Defines the object identifier column for the typed table.
REF IS OID-column-name USER GENERATED
Specifies that an object identifier (OID) column is defined in the
table as the first column. An OID is required for the root table of a
table hierarchy (SQLSTATE 428DX). The table must be a typed
table (the OF clause must be present) that is not a subtable
(SQLSTATE 42613). The name for the column is defined as
OID-column-name and cannot be the same as the name of any
attribute of the structured type type-name1 (SQLSTATE 42711). The
Statements 347
CREATE TABLE
42613), since the table space is inherited from the root table of the table
hierarchy. If this clause is not specified, a table space for the table is
determined as follows:
IF table space IBMDEFAULTGROUP over which the user
has USE privilege exists with sufficient page size
THEN choose it
ELSE IF a table space over which the user has USE privilege
exists with sufficient page size
(see below when multiple table spaces qualify)
THEN choose it
ELSE issue an error (SQLSTATE 42727).
Statements 349
CREATE TABLE
data in the table exists on each of these database partitions. This option
can only be specified for a materialized query table (SQLSTATE 42997).
VALUE COMPRESSION
Specifies that NULL and 0-length data values are to be stored more
efficiently for most data types. This also determines the row format
that is to be used. If the table is a typed table, this option is only
supported on the root table of the typed table hierarchy (SQLSTATE
428DR).
The 0-length data values for columns whose data type is BLOB, CLOB,
DBCLOB, LONG VARCHAR, or LONG VARGRAPHIC are stored
using minimal space. Each NULL value is stored without using an
additional byte. The row format that is used to support this determines
the byte counts for each data type, and tends to cause data
fragmentation during updates. The new row format (specified for a
column through the COMPRESS SYSTEM DEFAULT option) also
allows system default values for the column to be stored more
efficiently.
NOT LOGGED INITIALLY
Any changes made to the table by an Insert, Delete, Update, Create
Index, Drop Index, or Alter Table operation in the same unit of work in
which the table is created are not logged. For other considerations
when using this option, see the “Notes” section of this statement.
All catalog changes and storage related information are logged, as are
all operations that are done on the table in subsequent units of work.
Note: If non-logged activity occurs against a table that has the NOT
LOGGED INITIALLY attribute activated, and if a statement fails
(causing a rollback), or a ROLLBACK TO SAVEPOINT is
executed, the entire unit of work is rolled back (SQL1476N).
Furthermore, the table for which the NOT LOGGED INITIALLY
attribute was activated is marked inaccessible after the rollback
has occurred, and can only be dropped. Therefore, the
opportunity for errors within the unit of work in which the
NOT LOGGED INITIALLY attribute is activated should be
minimized.
| CCSID
| Specifies the encoding scheme for string data stored in the table. If the CCSID
| clause is not specified, the default is CCSID UNICODE for Unicode databases,
| and CCSID ASCII for all other databases.
| ASCII
| Specifies that string data is encoded in the database code page. If the
| database is a Unicode database, CCSID ASCII cannot be specified
| (SQLSTATE 56031).
| UNICODE
| Specifies that string data is encoded in Unicode. If the database is a
| Unicode database, character data is in UTF-8, and graphic data is in UCS-2.
| If the database is not a Unicode database, character data is in UTF-8.
| If the database is not a Unicode database, tables can be created with
| CCSID UNICODE, but the following rules apply:
Statements 351
CREATE TABLE
| Host variables in the application are always in the application code page,
| regardless of the CCSID of any tables in the SQL statements that are invoked.
| DB2 will perform code page conversions as necessary to convert data between
| the application code page and the section code page. The registry variable
| DB2CODEPAGE can be set at the client to change the application code page.
OPTIONS (ADD table-option-name string-constant, ...)
Table options are used to identify the remote base table. The table-option-name is
the name of the option. The string-constant specifies the setting for the table
option. The string-constant must be enclosed in single quotation marks.
The remote server (the server name that was specified in the CREATE SERVER
statement) must be specified in the OPTIONS clause. The OPTIONS clause can
also be used to override the schema or the unqualified name of the remote
base table that is being created.
Statements 353
CREATE TABLE
Statements 355
CREATE TABLE
ON UPDATE
Specifies what action is to take place on the dependent tables when
a row of the parent table is updated. The clause is optional. ON
UPDATE NO ACTION is the default and ON UPDATE RESTRICT
is the only alternative.
Statements 357
CREATE TABLE
| Check constraints with search-condition are enforced when rows in the table
are inserted or updated. A check constraint defined on a table
automatically applies to all subtables of that table.
Rules:
v The sum of the byte counts of the columns, including the inline lengths of all
structured type columns, must not be greater than the row size limit that is
based on the page size of the table space (SQLSTATE 54010). For more
information, see “Byte Counts” on page 363. For typed tables, the byte count is
applied to the columns of the root table of the table hierarchy, and every
additional column introduced by every subtable in the table hierarchy
(additional subtable columns must be considered nullable for byte count
purposes, even if defined as not nullable). There is also an additional 4 bytes of
overhead to identify the subtable to which each row belongs.
v The number of columns in a table cannot exceed 1 012 (SQLSTATE 54011). For
typed tables, the total number of attributes of the types of all of the subtables in
the table hierarchy cannot exceed 1010.
v An object identifier column of a typed table cannot be updated (SQLSTATE
42808).
v Any unique or primary key constraint defined on the table must be a superset of
the partitioning key (SQLSTATE 42997).
v The following table provides the supported combinations of DATALINK options
in the file-link-options (SQLSTATE 42613). WRITE PERMISSION ADMIN can only
combine with READ PERMISSION DB. (Other combinations in the RECOVERY
and the ON UNLINK clause are supported.)
Table 5. Valid DATALINK File Control Option Combinations. Any combination that cannot be
found in this table is not supported, and results in SQLSTATE 42613.
READ WRITE
INTEGRITY PERMISSION PERMISSION RECOVERY ON UNLINK
ALL FS FS NO Not applicable
ALL FS BLOCKED NO RESTORE
ALL FS BLOCKED YES RESTORE
ALL DB BLOCKED NO RESTORE
ALL DB BLOCKED NO DELETE
ALL DB BLOCKED YES RESTORE
ALL DB BLOCKED YES DELETE
ALL DB ADMIN NO RESTORE
ALL DB ADMIN NO DELETE
ALL DB ADMIN YES RESTORE
ALL DB ADMIN YES DELETE
Statements 359
CREATE TABLE
Notes:
v Compatibilities
– For compatibility with previous versions of DB2:
- The CONSTRAINT keyword can be omitted from a column-definition
defining a references-clause.
- constraint-name can be specified following FOREIGN KEY (without the
CONSTRAINT keyword).
- SUMMARY can optionally be specified after CREATE.
| - DEFINITION ONLY can be specified in place of WITH NO DATA.
– For compatibility with previous versions of DB2, and for consistency:
- A comma can be used to separate multiple options in the identity-options
clause.
– For compatibility with DB2 UDB for OS/390 and z/OS:
- The following syntax is accepted as the default behavior:
| v IN database-name.tablespace-name
| v IN DATABASE database-name
| v FOR MIXED DATA
| v FOR SBCS DATA
- The following syntax is also supported:
v NOMINVALUE, NOMAXVALUE, NOCYCLE, NOCACHE, and
NOORDER
v Creating a table with a schema name that does not already exist will result in
the implicit creation of that schema provided the authorization ID of the
statement has IMPLICIT_SCHEMA authority. The schema owner is SYSIBM. The
CREATEIN privilege on the schema is granted to PUBLIC.
v If a foreign key is specified:
– All packages with a delete usage on the parent table are invalidated.
– All packages with an update usage on at least one column in the parent key
are invalidated.
v Creating a subtable causes invalidation of all packages that depend on any table
in table hierarchy.
v VARCHAR and VARGRAPHIC columns that are greater than 4 000 and 2 000
respectively should not be used as input parameters in functions in SYSFUN
schema. Errors will occur when the function is invoked with an argument value
that exceeds these lengths (SQLSTATE 22001).
DELETE FROM V1
If table T1 is a parent of table T3 with a delete rule of RESTRICT, a restrict
violation will be raised (SQLSTATE 23001) if there are any child rows for parent
keys of T1 in T3.
If table T1 is a parent of table T3 with a delete rule of NO ACTION, the child
rows may be deleted by the delete rule of CASCADE when deleting rows from
T2 before the NO ACTION delete rule is enforced for the deletes from T1. If
deletes from T2 did not result in deleting all child rows for parent keys of T1 in
T3, then a constraint violation will be raised (SQLSTATE 23504).
Note that the SQLSTATE returned is different depending on whether the delete
or update rule is RESTRICT or NO ACTION.
v For tables in table spaces defined on multiple partition database partition
groups, table collocation should be considered in choosing the partitioning keys.
Following is a list of items to consider:
– The tables must be in the same database partition group for collocation. The
table spaces may be different, but must be defined in the same database
partition group.
– The partitioning keys of the tables must have the same number of columns,
and the corresponding key columns must be partition compatible for
collocation.
– The choice of partitioning key also has an impact on performance of joins. If a
table is frequently joined with another table, you should consider the joining
column(s) as a partitioning key for both tables.
v The NOT LOGGED INITIALLY clause cannot be used when DATALINK
columns with the FILE LINK CONTROL attribute are present in the table
(SQLSTATE 42613).
v The NOT LOGGED INITIALLY option is useful for situations where a large
result set needs to be created with data from an alternate source (another table
or a file) and recovery of the table is not necessary. Using this option will save
the overhead of logging the data. The following considerations apply when this
option is specified:
– When the unit of work is committed, all changes that were made to the table
during the unit of work are flushed to disk.
– When you run the rollforward utility and it encounters a log record that
indicates that a table in the database was either populated by the Load utility
or created with the NOT LOGGED INITIALLY option, the table will be
marked as unavailable. The table will be dropped by the rollforward utility if
it later encounters a DROP TABLE log. Otherwise, after the database is
recovered, an error will be issued if any attempt is made to access the table
(SQLSTATE 55019). The only operation permitted is to drop the table.
– Once such a table is backed up as part of a database or table space back up,
recovery of the table becomes possible.
Statements 361
CREATE TABLE
| - The remote column data types to which the DB2 column data types are
| mapped
| - The primary key option in the CREATE TABLE statement
| Depending on how the data source responds to requests it does not support,
| an error might be returned or the request might be ignored.
| When a remote base table is created using transparent DDL, a nickname is
| automatically created for that remote base table.
v A referential constraint may be defined in such a way that either the parent table
or the dependent table is a part of a table hierarchy. In such a case, the effect of
the referential constraint is as follows:
1. Effects of INSERT, UPDATE, and DELETE statements:
– If a referential constraint exists, in which PT is a parent table and DT is a
dependent table, the constraint ensures that for each row of DT (or any of
its subtables) that has a non-null foreign key, a row exists in PT (or one of
its subtables) with a matching parent key. This rule is enforced against any
action that affects a row of PT or DT, regardless of how that action is
initiated.
2. Effects of DROP TABLE statements:
– for referential constraints in which the dropped table is the parent table or
dependent table, the constraint is dropped
– for referential constraints in which a supertable of the dropped table is the
parent table the rows of the dropped table are considered to be deleted
from the supertable. The referential constraint is checked and its delete
rule is invoked for each of the deleted rows.
– for referential constraints in which a supertable of the dropped table is the
dependent table, the constraint is not checked. Deletion of a row from a
dependent table cannot result in violation of a referential constraint.
v Privileges: When any table is created, the definer of the table is granted
CONTROL privilege. When a subtable is created, the SELECT privilege that each
user or group has on the immediate supertable is automatically granted on the
subtable with the table definer as the grantor.
v Row Size: The maximum number of bytes allowed in the row of a table is
dependent on the page size of the table space in which the table is created
(tablspace-name1). The following list shows the row size limit and number of
columns limit associated with each table space page size.
Table 6. Limits for Number of Columns and Row Size in Each Table Space Page Size
Page Size Row Size Limit Column Count Limit
4K 4 005 500
8K 8 101 1 012
16K 16 293 1 012
32K 32 677 1 012
The actual number of columns for a table may be further limited by the
following formula:
Total Columns * 8 + Number of LOB Columns * 12 +
Number of Datalink Columns * 28 <= row size limit for page size.
v Byte Counts: The following table contains the byte counts of columns by data
type for columns that do not allow null values. In tables without value
compression, each column that allows nulls requires an additional byte.
Statements 363
CREATE TABLE
For a distinct type, the byte count is equivalent to the length of the source type of the distinct
type. For a reference type, the byte count is equivalent to the length of the built-in data type
on which the reference type is based. For a structured type, the byte count is equivalent to
the INLINE LENGTH + 4. The INLINE LENGTH is the value specified (or implicitly
calculated) for the column in the column-options clause.
Statements 365
CREATE TABLE
Examples:
Example 2: Create table PROJ in the SCHED table space. PROJNO, PROJNAME,
DEPTNO, RESPEMP, PRSTAFF, PRSTDATE, PRENDATE, and MAJPROJ are
column names. CHAR means the column will contain character data. DECIMAL
means the column will contain packed decimal data. 5,2 means the following: 5
indicates the number of decimal digits, and 2 indicates the number of digits to the
right of the decimal point. NOT NULL means that the column cannot contain a
null value. VARCHAR means the column will contain varying-length character
data. DATE means the column will contain date information in a three-part format
(year, month, and day).
CREATE TABLE PROJ
(PROJNO CHAR(6) NOT NULL,
PROJNAME VARCHAR(24) NOT NULL,
DEPTNO CHAR(3) NOT NULL,
RESPEMP CHAR(6) NOT NULL,
PRSTAFF DECIMAL(5,2) ,
PRSTDATE DATE ,
PRENDATE DATE ,
MAJPROJ CHAR(6) NOT NULL)
IN SCHED
Example 4: Create distinct types for total salary and miles and use them for
columns of a table created in the default table space. In a dynamic SQL statement
assume the CURRENT SCHEMA special register is JOHNDOE and the CURRENT
PATH is the default (″SYSIBM″,″SYSFUN″,″JOHNDOE″).
If a value for SALARY is not specified it must be set to 0 and if a value for
LIVING_DIST is not specified it must to set to 1 mile.
CREATE DISTINCT TYPE JOHNDOE.T_SALARY AS INTEGER WITH COMPARISONS
Example 5: Create distinct types for image and audio and use them for columns of
a table. No table space is specified, so that the table will be created in a table space
selected by the system based on the rules described for the IN tablespace-name1
clause. Assume the CURRENT PATH is the default.
CREATE DISTINCT TYPE IMAGE AS BLOB (10M)
Example 6: Create table EMPLOYEE in the HUMRES table space. The constraints
defined on the table are the following:
v The values of department number must lie in the range 10 to 100.
v The job of an employee can only be either ’Sales’, ’Mgr’ or ’Clerk’.
v Every employee that has been with the company since 1986 must make more
than $40,500.
Note: If the columns included in the check constraints are nullable they could also
be NULL.
CREATE TABLE EMPLOYEE
(ID SMALLINT NOT NULL,
NAME VARCHAR(9),
DEPT SMALLINT CHECK (DEPT BETWEEN 10 AND 100),
JOB CHAR(5) CHECK (JOB IN (’Sales’,’Mgr’,’Clerk’)),
HIREDATE DATE,
SALARY DECIMAL(7,2),
COMM DECIMAL(7,2),
PRIMARY KEY (ID),
CONSTRAINT YEARSAL CHECK (YEAR(HIREDATE) > 1986
OR SALARY > 40500)
)
IN HUMRES
Statements 367
CREATE TABLE
Example 7: Create a table that is wholly contained in the PAYROLL table space.
CREATE TABLE EMPLOYEE .....
IN PAYROLL
Example 8: Create a table with its data part in ACCOUNTING and its index part
in ACCOUNT_IDX.
CREATE TABLE SALARY.....
IN ACCOUNTING INDEX IN ACCOUNT_IDX
Example 9: Create a table and log SQL changes in the default format.
CREATE TABLE SALARY1 .....
or
CREATE TABLE SALARY1 .....
DATA CAPTURE NONE
Example 10: Create a table and log SQL changes in an expanded format.
CREATE TABLE SALARY2 .....
DATA CAPTURE CHANGES
Example 11: Create a table EMP_ACT in the SCHED table space. EMPNO,
PROJNO, ACTNO, EMPTIME, EMSTDATE, and EMENDATE are column names.
Constraints defined on the table are:
v The value for the set of columns, EMPNO, PROJNO, and ACTNO, in any row
must be unique.
v The value of PROJNO must match an existing value for the PROJNO column in
the PROJECT table and if the project is deleted all rows referring to the project
in EMP_ACT should also be deleted.
CREATE TABLE EMP_ACT
(EMPNO CHAR(6) NOT NULL,
PROJNO CHAR(6) NOT NULL,
ACTNO SMALLINT NOT NULL,
EMPTIME DECIMAL(5,2),
EMSTDATE DATE,
EMENDATE DATE,
CONSTRAINT EMP_ACT_UNIQ UNIQUE (EMPNO,PROJNO,ACTNO),
CONSTRAINT FK_ACT_PROJ FOREIGN KEY (PROJNO)
REFERENCES PROJECT (PROJNO) ON DELETE CASCADE
)
IN SCHED
Example 12: Create a table that is to hold information about famous goals for the
ice hockey hall of fame. The table will list information about the player who scored
the goal, the goaltender against who it was scored, the date and place, and a
description. When available, it will also point to places where newspaper articles
about the game are stored and where still and moving pictures of the goal are
stored. The newspaper articles are to be linked so they cannot be deleted or
renamed but all existing display and update applications must continue to operate.
The still pictures and movies are to be linked with access under complete control
of DB2. The still pictures are to have recovery and are to be returned to their
original owner if unlinked. The movie pictures are not to have recovery and are to
be deleted if unlinked. The description column and the three DATALINK columns
are nullable.
Example 13: Suppose an exception table is needed for the EMPLOYEE table. One
can be created using the following statement.
| CREATE TABLE EXCEPTION_EMPLOYEE AS
| (SELECT EMPLOYEE.*,
| CURRENT TIMESTAMP AS TIMESTAMP,
| CAST (’’ AS CLOB(32K)) AS MSG
| FROM EMPLOYEE
| ) WITH NO DATA
Example 14: Given the following table spaces with the indicated attributes:
TBSPACE PAGESIZE USER USERAUTH
------------------ ----------- ------ --------
DEPT4K 4096 BOBBY Y
PUBLIC4K 4096 PUBLIC Y
DEPT8K 8192 BOBBY Y
DEPT8K 8192 RICK Y
PUBLIC8K 8192 PUBLIC Y
v If RICK creates the following table, it is placed in table space PUBLIC4K since
the byte count is less than 4005; but if BOBBY creates the same table, it is placed
in table space DEPT4K, since BOBBY has USE privilege because of an explicit
grant:
CREATE TABLE DOCUMENTS
(SUMMARY VARCHAR(1000),
REPORT VARCHAR(2000))
v If BOBBY creates the following table, it is placed in table space DEPT8K since
the byte count is greater than 4005, and BOBBY has USE privilege because of an
explicit grant. However, if DUNCAN creates the same table, it is placed in table
space PUBLIC8K, since DUNCAN has no specific privileges:
CREATE TABLE CURRICULUM
(SUMMARY VARCHAR(1000),
REPORT VARCHAR(2000),
EXERCISES VARCHAR(1500))
Example 15: Create a table with a LEAD column defined with the structured type
EMP. Specify an INLINE LENGTH of 300 bytes for the LEAD column, indicating
that any instances of LEAD that cannot fit within the 300 bytes are stored outside
the table (separately from the base table row, similar to the way LOB values are
handled).
CREATE TABLE PROJECTS (PID INTEGER,
LEAD EMP INLINE LENGTH 300,
STARTDATE DATE,
...)
Statements 369
CREATE TABLE
Example 16: Create a table DEPT with five columns named DEPTNO,
DEPTNAME, MGRNO, ADMRDEPT, and LOCATION. Column DEPT is to be
defined as an IDENTITY column such that DB2 will always generate a value for it.
The values for the DEPT column should begin with 500 and increment by 1.
CREATE TABLE DEPT
(DEPTNO SMALLINT NOT NULL
GENERATED ALWAYS AS IDENTITY
(START WITH 500, INCREMENT BY 1),
DEPTNAME VARCHAR(36) NOT NULL,
MGRNO CHAR(6),
ADMRDEPT SMALLINT NOT NULL,
LOCATION CHAR(30))
| Example 17: Create a SALES table that is partitioned on the YEAR column, and that
| has dimensions on the REGION and YEAR columns. Data will be distributed
| across partitions according to hashed values of the YEAR column. On each
| partition, data will be organized into extents based on unique combinations of
| values of the REGION and YEAR columns on those partitions.
| CREATE TABLE SALES
| (CUSTOMER VARCHAR(80),
| REGION CHAR(5),
| YEAR INTEGER)
| PARTITIONING KEY (YEAR)
| ORGANIZE BY DIMENSIONS (REGION, YEAR)
| Example 20: Create a remote base table called EMPLOYEE on the Oracle server,
| ORASERVER. A nickname, named EMPLOYEE, which refers to this newly created
| remote base table, will also automatically be created.
| CREATE TABLE EMPLOYEE
| (EMP_NO CHAR(6) NOT NULL,
| FIRST_NAME VARCHAR(12) NOT NULL,
| MID_INT CHAR(1) NOT NULL,
| LAST_NAME VARCHAR(15) NOT NULL,
| HIRE_DATE DATE,
| JOB CHAR(8),
| SALARY DECIMAL(9,2),
| PRIMARY KEY (EMP_NO))
| OPTIONS
| (REMOTE_SERVER ’ORASERVER’,
| REMOTE_SCHEMA ’J15USER1’,
| REMOTE_TABNAME ’EMPLOYEE’)
| The following CREATE TABLE statements show how to specify the table name, or
| the table name and the explicit remote base table name, to get the desired case.
| The lowercase identifier, employee, is used to illustrate the implicit folding of
| identifiers.
| When creating a table at a remote data source that supports delimited identifiers,
| use the REMOTE_TABNAME option and a character string constant that specifies
| the table name in the desired case.
Statements 371
CREATE TABLE
| Example 21: Create a range-clustered table that can be used to locate a student
| using a student ID. For each student record, include the school ID, program ID,
| student number, student ID, student first name, student last name, and student
| grade point average (GPA).
| CREATE TABLE STUDENTS
| (SCHOOL_ID INTEGER NOT NULL,
| PROGRAM_ID INTEGER NOT NULL,
| STUDENT_NUM INTEGER NOT NULL,
| STUDENT_ID INTEGER NOT NULL,
| FIRST_NAME CHAR(30),
| LAST_NAME CHAR(30),
| GPA DOUBLE)
| ORGANIZE BY KEY SEQUENCE
| (STUDENT_ID
| STARTING FROM 1
| ENDING AT 1000000)
| DISALLOW OVERFLOW
| The size of each record is the sum of the columns, plus alignment, plus the
| range-clustered table row header. In this case, the row size is 98 bytes: 4 + 4 + 4 +
| 4 + 30 + 30 + 8 + 3 (for nullable columns) + 1 (for alignment) + 10 (for the header).
| With a 4-KB page size (or 4096 bytes), after accounting for page overhead, there are
| 4038 bytes available, enough room for 41 records per page. Allowing for 1 million
| student records, there is a need for (1 million divided by 41 records per page)
| 24 391 pages. With two additional pages for table overhead, the final number of
| 4-KB pages that are allocated when the table is created is 24 393.
Related concepts:
v “Multidimensional clustering tables” in the Administration Guide: Planning
v “What is transparent DDL?” in the Federated Systems Guide
Related tasks:
v “Creating new remote tables using transparent DDL” in the Federated Systems
Guide
Related reference:
v “Subselect” in the SQL Reference, Volume 1
v “ALTER TABLE” on page 40
v “CREATE TABLESPACE” on page 374
v “DECLARE GLOBAL TEMPORARY TABLE” on page 454
v “Assignments and comparisons” in the SQL Reference, Volume 1
v “Partition-compatible data types” in the SQL Reference, Volume 1
Related samples:
v “dtudt.c -- How to create, use, and drop user-defined distinct types.”
v “tbconstr.c -- How to work with constraints associated with tables”
v “tbcreate.c -- How to create, alter and drop tables”
v “dtudt.sqc -- How to create, use, and drop user-defined distinct types (C)”
v “tbconstr.sqc -- How to create, use, and drop constraints (C)”
v “tbcreate.sqc -- How to create and drop tables (C)”
v “tbident.sqc -- How to use identity columns (C)”
v “tbtrig.sqc -- How to use a trigger on a table (C)”
v “dtudt.sqC -- How to create, use, and drop user-defined distinct types (C++)”
v “tbconstr.sqC -- How to create, use, and drop constraints (C++)”
v “tbcreate.sqC -- How to create and drop tables (C++)”
v “tbtrig.sqC -- How to use a trigger on a table (C++)”
v “DtUdt.java -- How to create, use and drop user defined distinct types (JDBC)”
v “TbConstr.java -- How to create, use and drop constraints (JDBC)”
v “TbCreate.java -- How to create and drop tables (JDBC)”
v “TbGenCol.java -- How to use generated columns (JDBC)”
v “TbIdent.java -- How to use Identity Columns (JDBC)”
v “TbTrig.java -- How to use triggers (JDBC)”
v “DtUdt.sqlj -- How to create, use and drop user defined distinct types (SQLj)”
v “TbConstr.sqlj -- How to create, use and drop constraints (SQLj)”
v “TbCreate.sqlj -- How to create and drop tables (SQLj)”
v “TbIdent.sqlj -- How to use Identity Columns (SQLj)”
v “TbTrig.sqlj -- How to use triggers (SQLj)”
v “impexp.sqb -- Export and import tables with table data (MF COBOL)”
Statements 373
CREATE TABLESPACE
CREATE TABLESPACE
The CREATE TABLESPACE statement creates a new table space within the
database, assigns containers to the table space, and records the table space
definition and attributes in the catalog.
Invocation:
Authorization:
Syntax:
REGULAR
CREATE TABLESPACE tablespace-name
LARGE
SYSTEM
TEMPORARY
USER
DATABASE PARTITION GROUP
IN db-partition-group-name
PAGESIZE 4096
PAGESIZE integer
K
EXTENTSIZE number-of-pages PREFETCHSIZE number-of-pages
integer K integer K
M M
G
| OVERHEAD 12.67
BUFFERPOOL bufferpool-name OVERHEAD number-of-milliseconds
DROPPED TABLE RECOVERY ON
OFF
system-containers:
,
USING ( ’ container-string ’ )
on-db-partitions-clause
database-containers:
USING container-clause
on-db-partitions-clause
container-clause:
on-db-partitions-clause:
ON DBPARTITIONNUM (
DBPARTITIONNUMS
db-partition-number1 )
TO db-partition-number2
Description:
REGULAR
Stores all data except for temporary tables.
LARGE
Stores long or LOB table columns. It can also store structured type columns or
index data. The table space must be a DMS table space.
SYSTEM TEMPORARY
Stores temporary tables (work areas used by the database manager to perform
operations such as sorts or joins). The keyword SYSTEM is optional. Note that
a database must always have at least one SYSTEM TEMPORARY table space,
as temporary tables can only be stored in such a table space. A temporary table
space is created automatically when a database is created.
Statements 375
CREATE TABLESPACE
USER TEMPORARY
Stores declared global temporary tables. Note that no user temporary table
spaces exist when a database is created. At least one user temporary table
space should be created with appropriate USE privileges, to allow definition of
declared temporary tables.
tablespace-name
Names the table space. This is a one-part name. It is an SQL identifier (either
ordinary or delimited). The tablespace-name must not identify a table space that
already exists in the catalog (SQLSTATE 42710). The tablespace-name must not
begin with the characters ’SYS’ (SQLSTATE 42939).
IN DATABASE PARTITION GROUP db-partition-group-name
Specifies the database partition group for the table space. The database
partition group must exist. The only database partition group that can be
specified when creating a SYSTEM TEMPORARY table space is
IBMTEMPGROUP. The DATABASE PARTITION GROUP keywords are
optional.
If the database partition group is not specified, the default database partition
group (IBMDEFAULTGROUP) is used for REGULAR, LARGE, and USER
TEMPORARY table spaces. For SYSTEM TEMPORARY table spaces, the
default database partition group IBMTEMPGROUP is used.
PAGESIZE integer [K]
Defines the size of pages used for the table space. The valid values for integer
without the suffix K are 4 096 or 8 192, 16 384, or 32 768. The valid values for
integer with the suffix K are 4 or 8, 16, or 32. An error occurs if the page size is
not one of these values (SQLSTATE 428DE) or the page size is not the same as
the page size of the bufferpool associated with the table space (SQLSTATE
428CB). The default is 4 096 byte (4K) pages. Any number of spaces is allowed
between integer and K, including no space.
MANAGED BY SYSTEM
Specifies that the table space is to be a system managed space (SMS) table
space.
system-containers
Specify the containers for an SMS table space.
USING (’container-string’,...)
For an SMS table space, identifies one or more containers that will belong
to the table space and in which the table space data will be stored. The
container-string cannot exceed 240 bytes in length.
Each container-string can be an absolute or relative directory name. The
directory name, if not absolute, is relative to the database directory. If any
component of the directory name does not exist, it is created by the
database manager. When a table space is dropped, all components created
by the database manager are deleted. If the directory identified by
container-string exist, it must not contain any files or subdirectories
(SQLSTATE 428B2).
The format of container-string is dependent on the operating system. The
containers are specified in the normal manner for the operating system. For
example, a Windows directory path begins with a drive letter and a “:”,
while on UNIX-based systems, a path begins with a “/”.
| Remote resources (such as LAN-redirected drives or NFS-mounted file
| systems) are currently only supported when using Network Appliance
| Filers, IBM iSCSI, IBM Network Attached Storage, Network Appliance
| iSCSI, NEC iStorage S2100, S2200, or S4100, or NEC Storage NS Series with
| a Windows DB2 server. Note that NEC Storage NS Series is only supported
| with the use of an uninterrupted power supply (UPS); continuous UPS
| (rather than standby) is recommended..
| on-db-partitions-clause
| Specifies the partition or partitions on which the containers are created in a
| partitioned database. If this clause is not specified, then the containers are
| created on the partitions in the database partition group that are not
| explicitly specified in any other on-db-partitions-clauses. For a SYSTEM
| TEMPORARY table space defined on database partition group
| IBMTEMPGROUP, when the on-db-partitions-clause is not specified, the
| containers will also be created on all new partitions added to the database.
| MANAGED BY DATABASE
| Specifies that the table space is to be a database managed space (DMS) table
| space.
| database-containers
| Specify the containers for a DMS table space.
| USING
| Introduces a container-clause.
| container-clause
| Specifies the containers for a DMS table space.
| (FILE|DEVICE ’container-string’ number-of-pages,...)
| For a DMS table space, identifies one or more containers that will
| belong to the table space and in which the table space data will be
| stored. The type of the container (either FILE or DEVICE) and its size
| (in PAGESIZE pages) are specified. The size can also be specified as an
| integer value followed by K (for kilobytes), M (for megabytes) or G
| (for gigabytes). If specified in this way, the floor of the number of bytes
| divided by the pagesize is used to determine the number of pages for
| the container. A mixture of FILE and DEVICE containers can be
| specified. The container-string cannot exceed 254 bytes in length.
| For a FILE container, the container-string must be an absolute or relative
| file name. The file name, if not absolute, is relative to the database
| directory. If any component of the directory name does not exist, it is
| created by the database manager. If the file does not exist, it will be
| created and initialized to the specified size by the database manager.
| When a table space is dropped, all components created by the database
| manager are deleted.
Statements 377
CREATE TABLESPACE
Notes:
v Compatibilities
– For compatibility with previous versions of DB2:
- NODE can be specified in place of DBPARTITIONNUM
- NODES can be specified in place of DBPARTITIONNUMS
- NODEGROUP can be specified in place of DATABASE PARTITION
GROUP
- LONG can be specified in place of LARGE
v Choosing between a database-managed space or a system-managed space for a
table space is a fundamental choice involving trade-offs.
Statements 379
CREATE TABLESPACE
| v Each container definition requires 53 bytes plus the number of bytes necessary to
| store the container name. The combined length of all container names for the
| table space cannot exceed 20 480 bytes (SQLSTATE 54034).
v When more than one TEMPORARY table space exists in the database, they will
be used in round-robin fashion in order to balance their usage.
v In a partitioned database, if more than one database partition resides on the
same physical node, the same device or specific path cannot be specified for
such database partitions (SQLSTATE 42730). For this environment, either specify
a unique container-string for each database partition or use a relative path name.
v You can specify a database partition expression for container string syntax when
creating either SMS or DMS containers. You would typically specify the database
partition expression if you were using multiple logical database partitions in the
partitioned database system. This ensures that container names are unique
across nodes (database partition servers). When you specify the expression, the
database partition number is part of the container name or, if you specify
additional arguments, the result of the argument is part of the container name.
You use the argument “ $N” ([blank]$N) to indicate a database partition
expression. A database partition expression can be used anywhere in the
container name, and multiple database partition expressions can be specified.
Terminate the database partition expression with a space character; whatever
follows the space is appended to the container name after the database partition
expression is evaluated. If there is no space character in the container name after
the database partition expression, it is assumed that the rest of the string is part
of the expression. The argument can only be used in one of the following forms:
Table 8. Arguments for Creating Containers. Operators are evaluated from left to right. The
database partition number in the examples is assumed to be 5.
Syntax Example Value
[blank]$N " $N" 5
[blank]$N+[number] " $N+1011" 1016
a
[blank]$N%[number] " $N%3" 2
[blank]$N+[number]%[number] " $N+12%13" 4
[blank]$N%[number]+[number] " $N%3+20" 22
a
% is modulus.
For example:
CREATE TABLESPACE TS1 MANAGED BY DATABASE USING
(device ’/dev/rcont $N’ 20000)
Examples:
Example 3: Create a temporary DMS table space on Unix using 2 files of 50,000
pages each, and a 256-page extent size.
CREATE TEMPORARY TABLESPACE TEMPSPACE2
MANAGED BY DATABASE
USING (FILE ’/tmp/tempspace2.f1’ 50000,
FILE ’/tmp/tempspace2.f2’ 50000)
EXTENTSIZE 256
Statements 381
CREATE TABLESPACE
Related samples:
v “tbtemp.sqc -- How to use a declared temporary table (C)”
v “TbTemp.java -- How to use Declared Temporary Table (JDBC)”
CREATE TRANSFORM
The CREATE TRANSFORM statement defines transformation functions or
methods, identified by a group name, that are used to exchange structured type
values with host language programs and with external functions and methods.
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v SYSADM or DBADM authority
v definer of the type identified by type-name, and EXECUTE privilege on every
function specified.
Syntax:
,
(1)
group-name ( TO SQL WITH function-specification )
FROM SQL method-specification
function-specification:
FUNCTION function-name
( )
,
data-type1
SPECIFIC FUNCTION specific-name
method-specification:
Notes:
1 The same clause must not be specified more than once.
Description:
Statements 383
CREATE TRANSFORM
TRANSFORM or TRANSFORMS
Indicates that one or more transform groups is being defined. Either version of
the keyword can be specified.
FOR type-name
Specifies a name for the user-defined structured type for which the transform
group is being defined.
In dynamic SQL statements, the CURRENT SCHEMA special register is used
as a qualifier for an unqualified type-name. In static SQL statements the
QUALIFIER precompile/bind option implicitly specifies the qualifier for an
unqualified type-name. The type-name must be the name of an existing
user-defined type (SQLSTATE 42704), and it must be a structured type
(SQLSTATE 42809). The structured type or any other structured type in the
same type hierarchy must not have transforms already defined with the given
group-name (SQLSTATE 42739).
group-name
Specifies the name of the transform group containing the TO SQL and FROM
SQL functions or methods. The name does not need to be unique; but a
transform group of this name (with the same TO SQL and/or FROM SQL
direction defined) must not be previously defined for the specified type-name
(SQLSTATE 42739). A group-name must be an SQL identifier, with a maximum
of 18 characters in length (SQLSTATE 42622), and it may not include any
qualifier prefix (SQLSTATE 42601). The group-name cannot begin with the prefix
'SYS', since this is reserved for database use (SQLSTATE 42939).
At most, one of each of the FROM SQL and TO SQL function designations
may be specified for any given group (SQLSTATE 42628).
TO SQL
Defines the specific function used to transform a value to the SQL user-defined
structured type format. The function must have all its parameters as built-in
data types and the returned type is type-name.
FROM SQL
Defines the specific function used to transform a value to a built in data type
value representing the SQL user-defined structured type. The function must
have one parameter of data type type-name, and return a built-in data type (or
set of built-in data types).
WITH function-specification
There are several ways available to specify the function instance.
If FROM SQL is specified, function-specification must identify a function that
meets the following requirements:
v There is one parameter of type type-name.
v The return type is a built-in type, or a row whose columns all have built-in
types.
v The signature specifies either LANGUAGE SQL or the use of another FROM
SQL transform function that has LANGUAGE SQL.
Statements 385
CREATE TRANSFORM
Rules:
v The one or more built-in types that are returned from the FROM SQL function
or method should directly correspond to the one or more built-in types that are
parameters of the TO SQL function or method. This is a logical consequence of
the inverse relationship between these two functions. If this relationship between
the FROM transform and the TO transform does not hold, an error is raised
(SQLSTATE -3).
Notes:
v When a transform group is not specified in an application program (using the
TRANSFORM GROUP precompile or bind option for static SQL, or the SET
CURRENT DEFAULT TRANSFORM GROUP statement for dynamic SQL), the
Statements 387
CREATE TRANSFORM
are used (implicitly) in subsequent SQL statements, they do not undergo another
resolution process. The transform functions or methods defined in this statement
are recorded exactly as they are resolved in this statement. However, when a
transform method is invoked, the algorithms for the REFER(Dynamic Dispatch
of Methods) are applied.
v When attributes or subtypes of a given type are created or dropped, the
transform functions for the user-defined structured type must also be changed.
v For a given transform group, the FROM SQL and TO SQL transforms can be
specified in either the same group-name clause, in separate group-name clauses, or
in separate CREATE TRANSFORM statements. The only restriction is that a
given FROM SQL or TO SQL transform designation may not be redefined
without first dropping the existing group definition. This allows you to define,
for example, a FROM SQL transform for a given group first, and the
corresponding TO SQL transform for the same group at a later time.
Examples:
Example 1: Create two transform groups that associate the user-defined structured
type polygon with transform functions customized for C and Java, respectively.
CREATE TRANSFORM FOR POLYGON
mystruct1 (FROM SQL WITH FUNCTION myxform_sqlstruct,
TO SQL WITH FUNCTION myxform_structsql)
myjava1 (FROM SQL WITH FUNCTION myxform_sqljava,
TO SQL WITH FUNCTION myxform_javasql)
Example 2: Create two transform groups that associate the user-defined structured
type polygon with transform methods customized for C and Java, respectively.
CREATE TRANSFORM FOR POLYGON
mystruct1 (FROM SQL WITH METHOD myxform_sqlstruct FOR POLYGON,
TO SQL WITH METHOD myxform_structsql FOR POLYGON)
myjava1 (FROM SQL WITH METHOD myxform_sqljava FOR POLYGON,
TO SQL WITH METHOD myxform_javasql FOR POLYGON)
Example 3: Create a transform group for a type that is not in the current schema.
CREATE TRANSFORM FOR NEWTON.POLYGON
mystruct1 (FROM SQL WITH METHOD myxform_sqlstruct FOR NEWTON.POLYGON,
TO SQL WITH METHOD myxform_structsql FOR NEWTON.POLYGON)
Related reference:
v “Assignments and comparisons” in the SQL Reference, Volume 1
Statements 389
CREATE TRIGGER
CREATE TRIGGER
The CREATE TRIGGER statement defines a trigger in the database.
Invocation:
Authorization:
The privileges held by the authorization ID of the statement when the trigger is
created must include at least one of the following:
v SYSADM or DBADM authority
v ALTER privilege on the table on which the BEFORE or AFTER trigger is defined
v CONTROL privilege on the view on which the INSTEAD OF TRIGGER is
defined
v definer of the view on which the INSTEAD OF trigger is defined
v ALTERIN privilege on the schema of the table or view on which the trigger is
defined
and one of:
v IMPLICIT_SCHEMA authority on the database, if the implicit or explicit schema
name of the trigger does not exist
v CREATEIN privilege on the schema, if the schema name of the trigger refers to
an existing schema.
If a trigger definer can only create the trigger because the definer has SYSADM
authority, then the definer is granted explicit DBADM authority for the purpose of
creating the trigger.
Syntax:
INSERT ON table-name
DELETE view-name
UPDATE
,
OF column-name
(1) (2) AS
REFERENCING OLD correlation-name
AS
NEW correlation-name
AS
OLD_TABLE identifier
AS
NEW_TABLE identifier
triggered-action:
(4)
WHEN ( search-condition )
SQL-procedure-statement
label:
SQL-procedure-statement:
CALL
Compound SQL (Dynamic)
FOR
fullselect
,
WITH common-table-expression
GET DIAGNOSTICS
IF
INSERT
ITERATE
LEAVE
MERGE
searched-delete
searched-update
SET Variable
SIGNAL
WHILE
Notes:
1 OLD and NEW may only be specified once each.
2 OLD_TABLE and NEW_TABLE may only be specified once each, and only
for AFTER triggers or INSTEAD OF triggers.
Statements 391
CREATE TRIGGER
The complete set of rows affected by the triggering SQL operation is available
to the triggered action by using a temporary table name specified as follows.
OLD_TABLE AS identifier
Specifies a temporary table name which identifies the set of affected rows
prior to the triggering SQL operation.
NEW_TABLE AS identifier
Specifies a temporary table name which identifies the affected rows as
modified by the triggering SQL operation and by any SET statement in a
BEFORE trigger that has already executed.
Statements 393
CREATE TRIGGER
Notes:
v Adding a trigger to a table that already has rows in it will not cause any
triggered actions to be activated. Thus, if the trigger is designed to enforce
constraints on the data in the table, those constraints may not be satisfied by the
existing rows.
v If the events for two triggers occur simultaneously (for example, if they have the
same event, activation time, and subject tables), then the first trigger created is
the first to execute.
v If a column is added to the subject table after triggers have been defined, the
following rules apply:
– If the trigger is an UPDATE trigger that was specified without an explicit
column list, then an update to the new column will cause the activation of the
trigger.
– The column will not be visible in the triggered action of any previously
defined trigger.
– The OLD_TABLE and NEW_TABLE transition tables will not contain this
column. Thus, the result of performing a ″SELECT *″ on a transition table will
not contain the added column.
v If a column is added to any table referenced in a triggered action, the new
column will not be visible to the triggered action.
v The result of a fullselect specified in a SQL-procedure-statement is not available
inside or outside of the trigger.
| v A procedure called within a triggered compound statement must not issue a
| COMMIT or a ROLLBACK statement (SQLSTATE 42985).
| v A procedure that contains a reference to a nickname in a searched UPDATE
| statement, a searched DELETE statement, or an INSERT statement is not
| supported (SQLSTATE 25000).
| v Table access restrictions:
| If a procedure is defined as READS SQL DATA or MODIFIES SQL DATA, no
| statement in the procedure can access a table that is being modified by the
| compound statement that invoked the procedure (SQLSTATE 57053). If the
| procedure is defined as MODIFIES SQL DATA, no statement in the procedure
| can modify a table that is being read or modified by the compound statement
| that invoked the procedure (SQLSTATE 57053).
v A BEFORE DELETE trigger defined on a table involved in a cycle of cascaded
referential constraints should not include references to the table on which it is
defined or any other table modified by cascading during the evaluation of the
cycle of referential integrity constraints. The results of such a trigger are data
dependent and therefore may not produce consistent results.
Statements 395
CREATE TRIGGER
In its simplest form, this means that a BEFORE DELETE trigger on a table with
a self-referencing referential constraint and a delete rule of CASCADE should
not include any references to the table in the triggered-action.
v The creation of a trigger causes certain packages to be marked invalid:
– If an UPDATE trigger without an explicit column list is created, then
packages with an update usage on the target table or view are invalidated.
– If an UPDATE trigger with a column list is created, then packages with
update usage on the target table are only invalidated if the package also has
an update usage on at least one column in the column-name list of the
CREATE TRIGGER statement.
– If an INSERT trigger is created, packages that have an insert usage on the
target table or view are invalidated.
– If a delete trigger is created, packages that have a delete usage on the target
table or view are invalidated.
v A package remains invalid until the application program is explicitly bound or
rebound, or it is executed and the database manager automatically rebinds it.
v Inoperative triggers: An inoperative trigger is a trigger that is no longer available
and is therefore never activated. A trigger becomes inoperative if:
– a privilege that the creator of the trigger is required to have for the trigger to
execute is revoked
– an object such as a table, view or alias, upon which the triggered action is
dependent, is dropped
– a view, upon which the triggered action is dependent, becomes inoperative
– an alias that is the subject table of the trigger is dropped.
In practical terms, an inoperative trigger is one in which a trigger definition has
been dropped as a result of cascading rules for DROP or REVOKE statements.
For example, when an view is dropped, any trigger with an
SQL-procedure-statement defined using that view is made inoperative.
When a trigger is made inoperative, all packages with statements performing
operations that were activating the trigger will be marked invalid. When the
package is rebound (explicitly or implicitly) the inoperative trigger is completely
ignored. Similarly, applications with dynamic SQL statements performing
operations that were activating the trigger will also completely ignore any
inoperative triggers.
The trigger name can still be specified in the DROP TRIGGER and COMMENT
ON TRIGGER statements.
An inoperative trigger may be recreated by issuing a CREATE TRIGGER
statement using the definition text of the inoperative trigger. This trigger
definition text is stored in the TEXT column of the SYSCAT.TRIGGERS catalog
view. Note that there is no need to explicitly drop the inoperative trigger in
order to recreate it. Issuing a CREATE TRIGGER statement with the same
trigger-name as an inoperative trigger will cause that inoperative trigger to be
replaced with a warning (SQLSTATE 01595).
Inoperative triggers are indicated by an X in the VALID column of the
SYSCAT.TRIGGERS catalog view.
v Errors executing triggers: Errors that occur during the execution of triggered
SQL statements are returned using SQLSTATE 09000 unless the error is
considered severe. If the error is severe, the severe error SQLSTATE is returned.
The SQLERRMC field of the SQLCA for non-severe error will include the trigger
name, SQLCODE, SQLSTATE and as many tokens as will fit from the tokens of
the failure.
Statements 397
CREATE TRIGGER
Examples:
Example 1: Create two triggers that will result in the automatic tracking of the
number of employees a company manages. The triggers will interact with the
following tables:
EMPLOYEE table with these columns: ID, NAME, ADDRESS, and POSITION.
COMPANY_STATS table with these columns: NBEMP, NBPRODUCT, and
REVENUE.
The first trigger increments the number of employees each time a new person is
hired; that is, each time a new row is inserted into the EMPLOYEE table:
CREATE TRIGGER NEW_HIRED
AFTER INSERT ON EMPLOYEE
FOR EACH ROW
UPDATE COMPANY_STATS SET NBEMP = NBEMP + 1
The second trigger decrements the number of employees each time an employee
leaves the company; that is, each time a row is deleted from the table EMPLOYEE:
CREATE TRIGGER FORMER_EMP
AFTER DELETE ON EMPLOYEE
FOR EACH ROW
UPDATE COMPANY_STATS SET NBEMP = NBEMP - 1
Example 2: Create a trigger that ensures that whenever a parts record is updated,
the following check and (if necessary) action is taken:
If the on-hand quantity is less than 10% of the maximum stocked quantity, then
issue a shipping request ordering the number of items for the affected part to
be equal to the maximum stocked quantity minus the on-hand quantity.
The trigger will interact with the PARTS table with these columns: PARTNO,
DESCRIPTION, ON_HAND, MAX_STOCKED, and PRICE.
Example 3: Create a trigger that will cause an error when an update occurs that
would result in a salary increase greater than ten percent of the current salary.
CREATE TRIGGER RAISE_LIMIT
AFTER UPDATE OF SALARY ON EMPLOYEE
REFERENCING NEW AS N OLD AS O
FOR EACH ROW
WHEN (N.SALARY > 1.1 * O.SALARY)
SIGNAL SQLSTATE ’75000’ SET MESSAGE_TEXT=’Salary increase>10%’
When the QUOTE column of CURRENTQUOTE is updated, the new quote should
be copied, with a timestamp, to the QUOTEHISTORY table. Also, the STATUS
column of CURRENTQUOTE should be updated to reflect whether the stock is:
1. rising in value;
2. at a new high for the year;
3. dropping in value;
4. at a new low for the year;
5. steady in value.
Statements 399
CREATE TRIGGER
Related reference:
v “Compound SQL (Dynamic)” on page 118
Related samples:
v “dbinline.sqc -- How to use inline SQL Procedure Language (C)”
v “tbtrig.sqc -- How to use a trigger on a table (C)”
v “tbtrig.sqC -- How to use a trigger on a table (C++)”
v “trigsql.sqb -- How to use a trigger on a table (MF COBOL)”
v “TbTrig.java -- How to use triggers (JDBC)”
v “TbTrig.sqlj -- How to use triggers (SQLj)”
The CREATE TYPE statement also defines any method specifications for
user-defined methods to be used with the user-defined structured type.
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include as least
one of the following:
v SYSADM or DBADM authority
v IMPLICIT_SCHEMA authority on the database, if the schema name of the type
does not refer to an existing schema.
v CREATEIN privilege on the schema, if the schema name of the type refers to an
existing schema.
If UNDER is specified and the authorization ID of the statement is not the same as
the definer of the root type of the type hierarchy, then SYSADM or DBADM
authority is required.
Syntax:
INSTANTIABLE
* *
, NOT INSTANTIABLE
AS ( attribute-definition )
MODE DB2SQL * *
WITH FUNCTION ACCESS REF USING rep-type
Statements 401
CREATE TYPE (Structured)
* *
CAST (SOURCE AS REF) WITH funcname1
*
CAST (REF AS SOURCE) WITH funcname2
,
method-specification
attribute-definition:
attribute-name data-type
lob-options
datalink-options
rep-type:
SMALLINT
INTEGER
INT
BIGINT
DECIMAL
DEC ( integer )
NUMERIC , integer
NUM
CHARACTER
CHAR (integer) (1)
VARCHAR ( integer ) FOR BIT DATA
CHARACTER VARYING
CHAR
GRAPHIC
(integer)
VARGRAPHIC ( integer )
method-specification:
METHOD method-name
OVERRIDING
( ) * RETURNS
,
data-type2
parameter-name AS LOCATOR
data-type3 *
AS LOCATOR
data-type4 CAST FROM data-type5
AS LOCATOR
* *
SPECIFIC specific-name SELF AS RESULT
SQL-routine-characteristics
*
external-routine-characteristics
SQL-routine-characteristics:
| LANGUAGE SQL
* * *
PARAMETER CCSID ASCII
UNICODE
external-routine-characteristics:
| NOT DETERMINISTIC
* *
PARAMETER CCSID ASCII DETERMINISTIC
UNICODE
Notes:
1 The FOR BIT DATA clause can be specified in any order with the other
column constraints that follow.
Statements 403
CREATE TYPE (Structured)
Description:
type-name
Names the type. The name, including the implicit or explicit qualifier, must not
identify any other type (built-in, structured, or distinct) already described in
the catalog. The unqualified name must not be the same as the name of a
built-in data type or BOOLEAN (SQLSTATE 42918). In dynamic SQL
statements, the CURRENT SCHEMA special register is used as a qualifier for
an unqualified object name. In static SQL statements the QUALIFIER
precompile/bind option implicitly specifies the qualifier for unqualified object
names.
The schema name (implicit or explicit) must not be greater than 8 bytes
(SQLSTATE 42622).
A number of names used as keywords in predicates are reserved for system
use, and cannot be used as a type-name (SQLSTATE 42939). The names are
SOME, ANY, ALL, NOT, AND, OR, BETWEEN, NULL, LIKE, EXISTS, IN,
UNIQUE, OVERLAPS, SIMILAR, MATCH, and the comparison operators.
If a two-part type-name is specified, the schema name cannot begin with ’SYS’;
otherwise, an error is returned (SQLSTATE 42939).
UNDER supertype-name
Specifies that this structured type is a subtype under the specified
supertype-name. The supertype-name must identify an existing structured type
(SQLSTATE 42704). If supertype-name is specified without a schema name, the
type is resolved by searching the schemas on the SQL path. The structured
type includes all the attributes of the supertype followed by the additional
attributes given in the attribute-definition.
attribute-definition
Defines the attributes of the structured type.
attribute-name
The name of an attribute. The attribute-name cannot be the same as any
other attribute of this structured type or any supertype of this structured
type (SQLSTATE 42711).
A number of names used as keywords in predicates are reserved for
system use, and cannot be used as an attribute-name (SQLSTATE 42939).
The names are SOME, ANY, ALL, NOT, AND, OR, BETWEEN, NULL,
LIKE, EXISTS, IN, UNIQUE, OVERLAPS, SIMILAR, MATCH, and the
comparison operators.
data-type
The data type of the attribute. It is one of the data types listed under
“CREATE TABLE” other than LONG VARCHAR, LONG VARGRAPHIC,
or a distinct type based on LONG VARCHAR or LONG VARGRAPHIC
(SQLSTATE 42601). The data type must identify an existing data type
(SQLSTATE 42704). If data-type is specified without a schema name, the
type is resolved by searching the schemas on the SQL path. The
description of various data types is given in “CREATE TABLE”. If the
attribute data type is a reference type, the target type of the reference must
be a structured type that exists, or is created by this statement (SQLSTATE
42704).
A structured type defined with an attribute of type DATALINK can only
be effectively used as the data type for a typed table or typed view
(SQLSTATE 01641).
Statements 405
CREATE TYPE (Structured)
non-short attribute
refers to an attribute of any of the remaining data types, or distinct
types based on those data types.
WITHOUT COMPARISONS
Indicates that there are no comparison functions supported for instances of the
structured type.
NOT FINAL
Indicates that the structured type may be used as a supertype.
MODE DB2SQL
This clause is required and allows for direct invocation of the constructor
function on this type.
WITH FUNCTION ACCESS
Indicates that all methods of this type and its subtypes, including methods
created in the future, can be accessed using functional notation. This clause can
be specified only for the root type of a structured type hierarchy (the UNDER
clause is not specified) (SQLSTATE 42613). This clause is provided to allow the
use of functional notation for those applications that prefer this form of
notation over method invocation notation.
REF USING rep-type
Defines the built-in data type used as the representation (underlying data type)
for the reference type of this structured type and all its subtypes. This clause
can only be specified for the root type of a structured type hierarchy (UNDER
clause is not specified) (SQLSTATE 42613). The rep-type cannot be a LONG
VARCHAR, LONG VARGRAPHIC, BLOB, CLOB, DBCLOB, DATALINK, or
structured type, and must have a length less than or equal to 32 672 bytes
(SQLSTATE 42613).
If this clause is not specified for the root type of a structured type hierarchy,
then REF USING VARCHAR(16) FOR BIT DATA is assumed.
CAST (SOURCE AS REF) WITH funcname1
Defines the name of the system-generated function that casts a value with the
data type rep-type to the reference type of this structured type. A schema name
must not be specified as part of funcname1 (SQLSTATE 42601). The cast
function is created in the same schema as the structured type. If the clause is
not specified, the default value for funcname1 is type-name (the name of the
structured type). A function signature matching funcname1(rep-type) must not
already exist in the same schema (SQLSTATE 42710).
CAST (REF AS SOURCE) WITH funcname2
Defines the name of the system-generated function that casts a reference type
value for this structured type to the data type rep-type. A schema name must
not be specified as part of funcname2 (SQLSTATE 42601). The cast function is
created in the same schema as the structured type. If the clause is not
specified, the default value for funcname2 is rep-type (the name of the
representation type).
method-specification
Defines the methods for this type. A method cannot actually be used until it is
given a body with a CREATE METHOD statement (SQLSTATE 42884).
Statements 407
CREATE TYPE (Structured)
OVERRIDING
Specifies that the method being defined overrides a method of a supertype
of the type being defined. Overriding enables one to re-implement
methods in subtypes, thereby providing more specific functionality.
Overriding is not supported for the following types of methods:
v Table and row methods
v External methods declared with PARAMETER STYLE JAVA
v Methods that can be used as predicates in an index extension
v System-generated mutator or observer methods
Attempting to override such a method will result in an error (SQLSTATE
42745).
If a method is to be a valid overriding method, there must already exist
one original method for one of the proper supertypes of the type being
defined, and the following relationships must exist between the overriding
method and the original method:
v The method name of the method being defined and the original method
are equivalent.
v The method being defined and the original method have the same
number of parameters.
v The data type of each parameter of the method being defined and the
data type of the corresponding parameters of the original method are
identical. This requirement excludes the implicit SELF parameter.
If such an original method does not exist, an error is returned (SQLSTATE
428FV).
The overriding method inherits the following attributes from the original
method:
v Language
v Determinism indication
v External action indication
v An indication whether this method should be called if any of its
arguments is the null value
v Result cast (if specified in the original method)
v SELF AS RESULT indication
v The SQL-data access or CONTAINS SQL indication
v For external methods:
– Parameter style
– Locator indication of the parameters and of the result (if specified in
the original method)
– FENCED, SCRATCHPAD, FINAL CALL, ALLOW PARALLEL, and
DBINFO indication
– INHERIT SPECIAL REGISTER and THREADSAFE indication
method-name
Names the method being defined. It must be an unqualified SQL identifier
(SQLSTATE 42601). The method name is implicitly qualified with the
schema used for CREATE TYPE.
A number of names used as keywords in predicates are reserved for
system use, and cannot be used as a method-name (SQLSTATE 42939). The
names are SOME, ANY, ALL, NOT, AND, OR, BETWEEN, NULL, LIKE,
EXISTS, IN, UNIQUE, OVERLAPS, SIMILAR, MATCH, and the
comparison operators.
In general, the same name can be used for more than one method if there
is some difference in their signatures.
parameter-name
Identifies the parameter name. It cannot be SELF, which is the name
for the implicit subject parameter of a method (SQLSTATE 42734). If
the method is an SQL method, all its parameters must have names
(SQLSTATE 42629). If the method being declared overrides another
method, the parameter name must be exactly the same as the name of
the corresponding parameter of the overridden method; otherwise, an
error is returned (SQLSTATE 428FV).
data-type2
Specifies the data type of each parameter. One entry in the list must be
specified for each parameter that the method will expect to receive. No
more than 90 parameters are allowed, including the implicit SELF
parameter. If this limit is exceeded, an error is raised (SQLSTATE
54023).
SQL data type specifications and abbreviations which may be specified
as a column-type in a CREATE TABLE statement and have a
correspondence in the language that is being used to write the method
may be specified. Refer to the language-specific sections of the
Application Development Guide for details on the mapping between
SQL data types and host language data types with respect to
user-defined functions and methods.
REF may be specified, but it does not have a defined scope. Inside the
body of the method, a reference-type can be used in a path-expression
only by first casting it to have a scope. Similarly, a reference returned
by a method can be used in a path-expression only by first casting it to
have a scope.
AS LOCATOR
For LOB types or distinct types which are based on a LOB type, the AS
LOCATOR clause can be added. This indicates that a LOB locator is to
be passed to the method instead of the actual value. This saves greatly
in the number of bytes passed to the method, and may save as well in
performance, particularly in the case where only a few bytes of the
value are actually of interest to the method.
An error is raised (SQLSTATE 42601) if AS LOCATOR is specified for a
type other than a LOB or a distinct type based on a LOB.
If the method is FENCED, or if LANGUAGE is SQL, the AS
LOCATOR clause cannot be specified (SQLSTATE 42613).
Statements 409
CREATE TYPE (Structured)
If the method being defined overrides another method, this clause cannot
be specified (SQLSTATE 428FV).
If the method being defined overrides another method, the FOR BIT DATA
clause cannot be specified (SQLSTATE 428FV).
SPECIFIC specific-name
Provides a unique name for the instance of the method that is being defined.
This specific name can be used when creating the method body or dropping
the method. It can never be used to invoke the method. The unqualified form
of specific-name is an SQL identifier (with a maximum length of 18). The
qualified form is a schema-name followed by a period and an SQL identifier.
The name, including the implicit or explicit qualifier, must not identify another
specific method name that exists at the application server; otherwise an error is
raised (SQLSTATE 42710).
The specific-name may be the same as an existing method-name.
If no qualifier is specified, the qualifier that was used for type-name is used. If a
qualifier is specified, it must be the same as the explicit or implicit qualifier of
type-name or an error is raised (SQLSTATE 42882).
If specific-name is not specified, a unique name is generated by the database
manager. The unique name is SQL followed by a character timestamp,
SQLyymmddhhmmssxxx.
SELF AS RESULT
Identifies this method as a type-preserving method, which means the
following:
v The declared return type must be the same as the declared subject-type
(SQLSTATE 428EQ).
v When an SQL statement is compiled and resolves to a type preserving
method, the static type of the result of the method is the same as the static
type of the subject argument.
v The method must be implemented in such a way that the dynamic type of
the result is the same as the dynamic type of the subject argument
(SQLSTATE 2200G), and the result cannot be NULL (SQLSTATE 22004).
If the method being defined overrides another method, this clause cannot be
specified (SQLSTATE 428FV).
SQL-routine-characteristics
Specifies the characteristics of the method body that will be defined for this
type using CREATE METHOD.
LANGUAGE SQL
This clause is used to indicate that the method is written in SQL with a
single RETURN statement. The method body is specified using the
CREATE METHOD statement.
| PARAMETER CCSID
| Specifies the encoding scheme to use for all string data passed into and out
| of the SQL method. If the PARAMETER CCSID clause is not specified, the
Statements 411
CREATE TYPE (Structured)
initial values are inherited from the environment in which the cursor is
opened. For a routine invoked in a nested object (for example a trigger or
view), the initial values are inherited from the run-time environment (not
inherited from the object definition).
No changes to the special registers are passed back to the invoker of the
function.
Non-updatable special registers, such as the datetime special registers,
reflect a property of the statement currently executing, and are therefore set
to their default values.
external-routine-characteristics
LANGUAGE
This mandatory clause is used to specify the language interface convention
to which the user-defined method body is written.
C This means the database manager will call the user-defined method as
if it were a C function. The user-defined method must conform to the
C language calling and linkage convention as defined by the standard
ANSI C prototype.
JAVA
This means the database manager will call the user-defined method as
a method in a Java class.
OLE
This means the database manager will call the user-defined method as
if it were a method exposed by an OLE automation object. The method
must conform with the OLE automation data types and invocation
mechanism as described in the OLE Automation Programmer’s Reference.
LANGUAGE OLE is only supported for user-defined methods stored
in Windows 32-bit operating systems. THREADSAFE may not be
specified for methods defined with LANGUAGE OLE (SQLSTATE
42613).
PARAMETER STYLE
This clause is used to specify the conventions used for passing parameters
to and returning the value from methods.
DB2GENERAL
Used to specify the conventions for passing parameters to and
returning the value from external methods that are defined as a
method in a Java class. This can only be specified when LANGUAGE
JAVA is used.
The value DB2GENRL may be used as a synonym for DB2GENERAL.
SQL
Used to specify the conventions for passing parameters to and
returning the value from external methods that conform to C language
calling and linkage conventions or methods exposed by OLE
automation objects. This must be specified when either LANGUAGE C
or LANGUAGE OLE is used.
| PARAMETER CCSID
| Specifies the encoding scheme to use for all string data passed into and out
| of the external method. If the PARAMETER CCSID clause is not specified,
| the default is PARAMETER CCSID UNICODE for Unicode databases, and
| PARAMETER CCSID ASCII for all other databases.
Statements 413
CREATE TYPE (Structured)
| ASCII
| Specifies that string data is encoded in the database code page. If the
| database is a Unicode database, PARAMETER CCSID ASCII cannot be
| specified (SQLSTATE 56031).
| UNICODE
| Specifies that character data is in UTF-8, and that graphic data is in
| UCS-2. If the database is not a Unicode database, PARAMETER CCSID
| UNICODE cannot be specified (SQLSTATE 56031).
CAUTION:
Use of NOT FENCED for methods not adequately checked out can
compromise the integrity of DB2. DB2 takes some precautions against
many of the common types of inadvertent failures that might occur, but
cannot guarantee complete integrity when NOT FENCED user-defined
methods are used.
Only FENCED can be specified for a method with LANGUAGE OLE or
NOT THREADSAFE (SQLSTATE 42613).
If the method is FENCED and has the NO SQL option, the AS LOCATOR
clause cannot be specified (SQLSTATE 42613).
Either SYSADM authority, DBADM authority, or a special authority
(CREATE_NOT_FENCED_ROUTINE) is required to register a method as
NOT FENCED.
THREADSAFE or NOT THREADSAFE
Specifies whether the method is considered “safe” to run in the same
process as other routines (THREADSAFE), or not (NOT THREADSAFE).
If the method is defined with LANGUAGE other than OLE:
Statements 415
CREATE TYPE (Structured)
Statements 417
CREATE TYPE (Structured)
The syntax diagram indicates that the default value is ALLOW PARALLEL.
However, the default is DISALLOW PARALLEL if one or more of the
following options is specified in the statement:
v NOT DETERMINISTIC
v EXTERNAL ACTION
v SCRATCHPAD
v FINAL CALL
NO DBINFO or DBINFO
This optional clause specifies whether certain specific information known
by DB2 will be passed to the method as an additional invocation-time
argument (DBINFO), or not (NO DBINFO). NO DBINFO is the default.
DBINFO is not supported for LANGUAGE OLE (SQLSTATE 42613). If the
method being defined overrides another method, this clause cannot be
specified (SQLSTATE 428FV).
If DBINFO is specified, a structure that contains the following information
is passed to the method:
v Database name - the name of the currently connected database.
v Application ID - unique application ID which is established for each
connection to the database.
v Application Authorization ID - the application runtime authorization ID,
regardless of the nested methods in between this method and the
application.
v Code page - identifies the database code page.
v Schema name - under the exact same conditions as for Table name,
contains the name of the schema; otherwise blank.
v Table name - if and only if the method reference is either the right-hand
side of a SET clause in an UPDATE statement, or an item in the
VALUES list of an INSERT statement, contains the unqualified name of
the table being updated or inserted; otherwise blank.
v Column name - under the exact same conditions as for Table name,
contains the name of the column being updated or inserted; otherwise
blank.
v Database version/release - identifies the version, release and
modification level of the database server invoking the method.
v Platform - contains the server’s platform type.
v Table method result column numbers - not applicable to methods.
INHERIT SPECIAL REGISTERS
This optional clause specifies that special registers in the method will
inherit their initial values from the calling statement. For cursors, the initial
values are inherited from the time that the cursor is opened.
No changes to the special registers are passed back to the caller of the
method.
Notes:
v Compatibilities
– For compatibility with DB2 UDB for OS/390 and z/OS:
- The following syntax is tolerated:
v NOT VARIANT can be specified in place of DETERMINISTIC
v VARIANT can be specified in place of NOT DETERMINISTIC
v NULL CALL can be specified in place of CALLED ON NULL INPUT
v NOT NULL CALL can be specified in place of RETURNS NULL ON
NULL INPUT
| - The following syntax is accepted as the default behavior for external
| methods:
| v ASUTIME NO LIMIT
| v NO COLLID
| v PROGRAM TYPE SUB
| v STAY RESIDENT NO
| v CCSID UNICODE in a Unicode database
| v CCSID ASCII in a non-Unicode database if PARAMETER CCSID
| UNICODE is not specified
| - The following syntax is accepted as the default behavior for SQL methods:
| v CCSID UNICODE in a Unicode database
| v CCSID ASCII in a non-Unicode database
– For compatibility with previous versions of DB2:
- PARAMETER STYLE DB2SQL can be specified in place of PARAMETER
STYLE SQL
v Creating a structured type with a schema name that does not already exist will
result in the implicit creation of that schema provided the authorization ID of
the statement has IMPLICIT_SCHEMA authority. The schema owner is SYSIBM.
The CREATEIN privilege on the schema is granted to PUBLIC.
v A structured subtype defined with no attributes defines a subtype that inherits
all its attributes from the supertype. If neither an UNDER clause nor any other
attribute is specified, then the type is a root type of a type hierarchy without any
attributes.
v The addition of a new subtype to a type hierarchy may cause packages to be
invalidated. A package may be invalidated if it depends on a supertype of the
new type. Such a dependency is the result of the use of a TYPE predicate or a
TREAT specification.
v A structured type may have no more than 4082 attributes (SQLSTATE 54050).
v A method specification is not allowed to have the same signature as a function
(comparing the first parameter-type of the function with the subject-type of the
method).
v No original method may override another method, or be overridden by an
original method (SQLSTATE 42745). Furthermore, a function and a method
cannot be in an overriding relationship. This means that if the function were
considered to be a method with its first parameter as subject S, it must not
override another method in any supertype of S, and it must not be overridden
by another method in any subtype of S (SQLSTATE 42745).
Statements 419
CREATE TYPE (Structured)
Statements 421
CREATE TYPE (Structured)
Examples:
Related reference:
v “Basic predicate” in the SQL Reference, Volume 1
v “CREATE TABLE” on page 316
Statements 423
CREATE TYPE (Structured)
Related samples:
v “dtstruct.sqC -- Create, use, drop a hierarchy of structured types and typed
tables (C++)”
The mapping can associate the federated database data type with a data type at:
v A specified data source
v A range of data sources; for example, all data sources of a particular type and
version
A data type mapping must be created only if an existing one is not adequate.
Invocation:
Authorization:
Syntax:
REMOTE
TO remote-server TYPE data-source-data-type
FROM
FOR BIT DATA
( p )
[p..p] ,s P=S
,[s..s] P>S
P<S
P>=S
P<=S
P<>S
Statements 425
CREATE TYPE MAPPING
local-data-type:
| SMALLINT
INTEGER
INT
BIGINT
FLOAT
( integer )
REAL
PRECISION
DOUBLE
DECIMAL
DEC ( integer )
NUMERIC ,integer
NUM
CHARACTER
CHAR (integer) FOR BIT DATA
VARCHAR
CHARACTER VARYING ( integer )
CHAR
BLOB
BINARY LARGE OBJECT ( integer )
CLOB K
CHARACTER LARGE OBJECT M
CHAR G
DBCLOB
GRAPHIC
(integer)
VARGRAPHIC
(integer)
DATE
TIME
TIMESTAMP
remote-server:
SERVER server-name
SERVER TYPE server-type
VERSION server-version
WRAPPER wrapper-name
server-version:
version
. release
. mod
version-string-constant
Notes:
1 Both a TO and a FROM keyword must be present in the CREATE TYPE
MAPPING statement.
Description:
type-mapping-name
Names the data type mapping. The name must not identify a data type
mapping that is already described in the catalog. A unique name is generated
if type-mapping-name is not specified.
| FROM or TO
| Specifies a reverse or forward type mapping.
| FROM
| Specifies a forward type mapping when followed by local-data-type or a
| reverse type mapping when followed by remote-server.
| TO
| Specifies a forward type mapping when followed by remote-server or a
| reverse type mapping when followed by local-data-type.
local-data-type
| Identifies a data type that is defined to a federated database. If local-data-type is
| specified without a schema name, the type name is resolved by searching the
| schemas in the SQL path.
| Empty parentheses can be used for the parameterized data types. A
| parameterized data type is any one of the data types that can be defined with
| a specific length, scale, or precision. If empty parentheses are specified in a
| forward type mapping, such as, for example, CHAR(), the length is determined
| from the column length on the remote table. If empty parentheses are specified
| in a reverse type mapping, the type mapping is applied to the data type with
| any length. If you omit parentheses altogether, the default length for the data
| type is used (see the description of the CREATE TABLE statement).
| FLOAT() cannot be used (SQLSTATE 42601), because the parameter value
| indicates different data types (REAL or DOUBLE).
| The local-data-type cannot be LONG VARCHAR, LONG VARGRAPHIC,
| DATALINK, or a user-defined type (SQLSTATE 42611).
SERVER server-name
Names the data source to which data-source-data-type is defined.
SERVER TYPE server-type
Identifies the type of data source to which data-source-data-type is defined.
VERSION
Identifies the version of the data source to which data-source-data-type is
defined.
version
Specifies the version number. The value must be an integer.
release
Specifies the number of the release of the version denoted by version.
The value must be an integer.
mod
Specifies the number of the modification of the release denoted by
release. The value must be an integer.
version-string-constant
Specifies the complete designation of the version. The
version-string-constant can be a single value (for example, ‘8i’); or it can
be the concatenated values of version, release and, if applicable, mod (for
example, ‘8.0.3’).
WRAPPER wrapper-name
Specifies the name of the wrapper that the federated server uses to
interact with data sources of the type and version denoted by
server-type and server-version.
TYPE data-source-data-type
| Specifies the data source data type that is being mapped to or from the local
| data type.
Statements 427
CREATE TYPE MAPPING
| Empty parentheses can be used for the parameterized data types. If empty
| parentheses are specified in a forward type mapping, such as, for example,
| CHAR(), the type mapping is applied to the data type with any length. If
| empty parentheses are specified in a reverse type mapping, the length is
| determined from the column length specified in the transparent DDL. If you
| omit parentheses altogether, the default length for the data type is used.
| The data-source-data-type must be a built-in data type. User-defined types are
| not allowed.
| If server-name is specified with a type mapping, or existing servers are affected
| by the type mapping, data-source-data-type, p, and s are verified when creating
| the type mapping (SQLSTATE 42611).
| p If p is specified, only the data type whose length or precision equals p is
| affected by the type mapping.
[p1..p2]
| For forward type mapping only. For a decimal data type, p1 and p2 specify the
| minimum and maximum number of digits that a value can have. For string
| data types, p1 and p2 specify the minimum and maximum number of
| characters that a value can have. In all cases, the maximum must equal or
| exceed the minimum; and both numbers must be valid with respect to the data
| type.
s If s is specified, only the data type whose scale equals s is affected by the type
mapping.
[s1..s2]
| For forward type mapping only. For a decimal data type, s1 and s2 specify the
| minimum and maximum number of digits allowed to the right of the decimal
| point. The maximum must equal or exceed the minimum, and both numbers
| must be valid with respect to the data type.
P [operand] S
| For a decimal data type, P [operand] S specifies a comparison between the
| precision and the number of digits allowed to the right of the decimal point.
| For example, the operand = indicates that the type mapping is applied if the
| precision and the number of digits allowed in the decimal fraction are the
| same.
FOR BIT DATA
Indicates whether data-source-data-type is for bit data. These keywords are
required if the data source type column contains binary values. The database
manager will determine this attribute if it is not specified for a character data
type.
Notes:
v A CREATE TYPE MAPPING statement within a given unit of work (UOW)
cannot be processed (SQLSTATE 55007) under either of the following conditions:
– The statement references a single data source, and the UOW already includes
one of the following:
- A SELECT statement that references a nickname for a table or view within
this data source
- An open cursor on a nickname for a table or view within this data source
- Either an INSERT, DELETE, or UPDATE statement issued against a
nickname for a table or view within this data source
– The statement references a category of data sources (for example, all data
sources of a specific type and version), and the UOW already includes one of
the following:
- A SELECT statement that references a nickname for a table or view within
one of these data sources
- An open cursor on a nickname for a table or view within one of these data
sources
- Either an INSERT, DELETE, or UPDATE statement issued against a
nickname for a table or view within one of these data sources
| v When multiple type mappings are applicable, the most recent one will be used.
| You can retrieve the creation time for a type mapping by querying the
| CREATE_TIME column of the SYSCAT.TYPEMAPPINGS catalog view.
Examples:
| Example 1: Create a forward type mapping between the Oracle data type DATE
| and the data type SYSIBM.DATE. For all of the nicknames that are created after
| this mapping is defined, Oracle columns of data type DATE will map to DB2
| columns of data type DATE.
| CREATE TYPE MAPPING MY_ORACLE_DATE
| FROM LOCAL TYPE SYSIBM.DATE
| TO SERVER TYPE ORACLE
| REMOTE TYPE DATE
| Example 4: Create a reverse type mapping between the Oracle data type
| NUMBER(10,2) at data source ORACLE2 and data type SYSIBM.DECIMAL(10,2). If
| you use transparent DDL to create an Oracle table and specify a column of data
| type DECIMAL(10,2), DB2 will create the Oracle table with a column of data type
| NUMBER(10,2).
| CREATE TYPE MAPPING MY_ORACLE_DEC
| TO LOCAL TYPE SYSIBM.DECIMAL(10,2)
| FROM SERVER ORACLE2
| REMOTE TYPE NUMBER(10,2)
Related reference:
v “CREATE TABLE” on page 316
Statements 429
CREATE USER MAPPING
Invocation:
Authorization:
Syntax:
| ,
ADD
OPTIONS ( user-mapping-option-name string-constant )
Description:
authorization-name
| Specifies the authorization name under which a user or application connects to
| a federated database. The authorization_name is mapped to the
| REMOTE_AUTHID user mapping option.
USER
| The value in the USER special register. When USER is specified, the
| authorization ID issuing the CREATE USER MAPPING statement is mapped to
| the REMOTE_AUTHID user mapping option.
SERVER server-name
| Names the server object for the data source that the authorization-name can
| access. The server-name is the local name for the remote server that is registered
| with the federated database.
OPTIONS
| Indicates the options that are enabled when the user mapping is created.
| ADD
| Enables one or more user mapping options.
| user-mapping-option-name
| Specifies the name of the option.
| string-constant
| Specifies the setting for the user-mapping-option-name as a character string
| constant.
Notes:
| v User mappings are required only for the following data sources: the DB2 family
| of products, Documentum, Informix, Microsoft SQL Server, ODBC, Oracle,
| Sybase, and Teradata.
| v The REMOTE_PASSWORD option is always required for a user mapping.
Examples:
| Example 1: Register a user mapping to the DB2 for z/OS and OS/390 data source
| server object SERVER390. Map the authorization name for the local federated
| database to the user ID and password for SERVER390. The authorization name is
| RSPALTEN. The user ID for SERVER390 is SYSTEM. The password for SERVER390
| is MANAGER.
| CREATE USER MAPPING FOR RSPALTEN
| SERVER SERVER390
| OPTIONS
| (REMOTE_AUTHID ’SYSTEM’,
| REMOTE_PASSWORD ’MANAGER’)
| Example 2: Register a user mapping to the Oracle data source server object
| ORACLE1. MARCR is the authorization name for the local federated database and
| the user ID for ORACLE1. Because the authorization name and the user ID are the
| same, the REMOTE_AUTHID option does not need to be specified in the user
| mapping. The password for MARCR on ORACLE1 is NZXCZY .
| CREATE USER MAPPING FOR MARCR
| SERVER ORACLE1
| OPTIONS
| (REMOTE_PASSWORD ’NZXCZY’)
Related reference:
v “User mapping options for federated systems” in the Federated Systems Guide
Statements 431
CREATE VIEW
CREATE VIEW
The CREATE VIEW statement creates a view on one or more tables, views or
nicknames.
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v SYSADM or DBADM authority or
v For each table, view or nickname identified in any fullselect:
– CONTROL privilege on that table or view, or
– SELECT privilege on that table or view
and at least one of the following:
– IMPLICIT_SCHEMA authority on the database, if the implicit or explicit
schema name of the view does not exist
– CREATEIN privilege on the schema, if the schema name of the view refers to
an existing schema.
If creating a subview, the authorization ID of the statement must:
– be the same as the definer of the root table of the table hierarchy.
– have SELECT WITH GRANT on the underlying table of the subview or the
superview must not have SELECT privilege granted to any user other than
the view definer.
Group privileges are not considered for any table or view specified in the CREATE
VIEW statement.
If a view definer can only create the view because the definer has SYSADM
authority, then the definer is granted explicit DBADM authority for the purpose of
creating the view.
Syntax:
( column-name )
OF type-name root-view-definition
subview-definition
| AS fullselect *
,
WITH common-table-expression
root-view-definition:
subview-definition:
oid-column:
with-options:
,
,
under-clause:
Description:
view-name
Names the view. The name, including the implicit or explicit qualifier, must
not identify a table, view, nickname or alias described in the catalog. The
qualifier must not be SYSIBM, SYSCAT, SYSFUN, or SYSSTAT (SQLSTATE
42939).
The name can be the same as the name of an inoperative view (see
“Inoperative views” on page 440). In this case the new view specified in the
CREATE VIEW statement will replace the inoperative view. The user will get a
warning (SQLSTATE 01595) when an inoperative view is replaced. No warning
is returned if the application was bound with the bind option SQLWARN set
to NO.
Statements 433
CREATE VIEW
column-name
Names the columns in the view. If a list of column names is specified, it must
consist of as many names as there are columns in the result table of the
fullselect. Each column-name must be unique and unqualified. If a list of
column names is not specified, the columns of the view inherit the names of
the columns of the result table of the fullselect.
A list of column names must be specified if the result table of the fullselect has
duplicate column names or an unnamed column (SQLSTATE 42908). An
unnamed column is a column derived from a constant, function, expression, or
set operation that is not named using the AS clause of the select list.
OF type-name
Specifies that the columns of the view are based on the attributes of the
structured type identified by type-name. If type-name is specified without a
schema name, the type name is resolved by searching the schemas on the SQL
path (defined by the FUNCPATH preprocessing option for static SQL and by
the CURRENT PATH register for dynamic SQL). The type name must be the
name of an existing user-defined type (SQLSTATE 42704) and it must be a
structured type that is instantiable (SQLSTATE 428DP).
MODE DB2SQL
This clause is used to specify the mode of the typed view. This is the only
valid mode currently supported.
UNDER superview-name
Indicates that the view is a subview of superview-name. The superview must be
an existing view (SQLSTATE 42704) and the view must be defined using a
structured type that is the immediate supertype of type-name (SQLSTATE
428DB). The schema name of view-name and superview-name must be the same
(SQLSTATE 428DQ). The view identified by superview-name must not have any
existing subview already defined using type-name (SQLSTATE 42742).
The columns of the view include the object identifier column of the superview
with its type modified to be REF(type-name), followed by columns based on the
attributes of type-name (remember that the type includes the attributes of its
supertype).
INHERIT SELECT PRIVILEGES
Any user or group holding a SELECT privilege on the superview will be
granted an equivalent privilege on the newly created subview. The subview
definer is considered to be the grantor of this privilege.
OID-column
Defines the object identifier column for the typed view.
REF IS OID-column-name USER GENERATED
Specifies that an object identifier (OID) column is defined in the view as
the first column. An OID is required for the root view of a view hierarchy
(SQLSTATE 428DX). The view must be a typed view (the OF clause must
be present) that is not a subview (SQLSTATE 42613). The name for the
column is defined as OID-column-name and cannot be the same as the
name of any attribute of the structured type type-name (SQLSTATE 42711).
The first column specified in fullselect must be of type REF(type-name) (you
may need to cast it so that it has the appropriate type). If UNCHECKED is
not specified, it must be based on a not nullable column on which
uniqueness is enforced through an index (primary key, unique constraint,
unique index, or OID-column). This column will be referred to as the object
identifier column or OID column. The keywords USER GENERATED indicate
that the initial value for the OID column must be provided by the user
when inserting a row. Once a row is inserted, the OID column cannot be
updated (SQLSTATE 42808).
UNCHECKED
Defines the object identifier column of the typed view definition to assume
uniqueness even though the system can not prove this uniqueness. This is
intended for use with tables or views that are being defined into a typed
view hierarchy where the user knows that the data conforms to this
uniqueness rule but it does not comply with the rules that allow the
system to prove uniqueness. UNCHECKED option is mandatory for view
hierarchies that range over multiple hierarchies or legacy tables or views
By specifying UNCHECKED, the user takes responsibility for ensuring that
each row of the view has a unique OID. If the user fails to ensure this
property, and a view contains duplicate OID values, then a path-expression
or DEREF operator involving one of the non-unique OID values may result
in an error (SQLSTATE 21000).
with-options
Defines additional options that apply to columns of a typed view.
column-name WITH OPTIONS
Specifies the name of the column for which additional options are
specified. The column-name must correspond to the name of an attribute
defined in (not inherited by) the type-name of the view. The column must
be a reference type (SQLSTATE 42842). It cannot correspond to a column
that also exists in the superview (SQLSTATE 428DJ). A column name can
only appear in one WITH OPTIONS SCOPE clause in the statement
(SQLSTATE 42613).
SCOPE
Identifies the scope of the reference type column. A scope must be
specified for any column that is intended to be used as the left operand of
a dereference operator or as the argument of the DEREF function.
Specifying the scope for a reference type column may be deferred to a
subsequent ALTER VIEW statement (if the scope is not inherited) to allow
the target table or view to be defined, usually in the case of mutually
referencing views and tables. If no scope is specified for a reference type
column of the view and the underlying table or view column was scoped,
then the underlying column’s scope is inherited by the reference type
column. The column remains unscoped if the underlying table or view
column did not have a scope. See 439 for more information about scope
and reference type columns.
typed-table-name
The name of a typed table. The table must already exist or be the same
as the name of the table being created (SQLSTATE 42704). The data
type of column-name must be REF(S), where S is the type of
typed-table-name (SQLSTATE 428DM). No checking is done of any
existing values in column-name to ensure that the values actually
reference existing rows in typed-table-name.
typed-view-name
The name of a typed view. The view must already exist or be the same
as the name of the view being created (SQLSTATE 42704). The data
type of column-name must be REF(S), where S is the type of
typed-view-name (SQLSTATE 428DM). No checking is done of any
Statements 435
CREATE VIEW
For a hierarchy of views and subviews: Let BR1 and BR2 be any branches that
appear in the definitions of views in the hierarchy. Let T1 be the underlying
table or view of BR1, and let T2 be the underlying table or view of BR2. Then:
v If T1 and T2 are not in the same hierarchy, then the root view in the view
hierarchy must specify the UNCHECKED option for its OID column.
v If T1 and T2 are in the same hierarchy, then BR1 and BR2 must contain
predicates or ONLY-clauses that are sufficient to guarantee that their
row-sets are disjoint.
For typed subviews defined using EXTEND AS: For every branch in the body
of the subview:
v The underlying table of each branch must be a (not necessarily proper)
subtable of some underlying table of the immediate superview.
If WITH CHECK OPTION is omitted, the definition of the view is not used in
the checking of any insert or update operations that use the view. Some
checking might still occur during insert or update operations if the view is
directly or indirectly dependent on another view that includes WITH CHECK
OPTION. Because the definition of the view is not used, rows might be
inserted or updated through the view that do not conform to the definition of
the view.
CASCADED
The WITH CASCADED CHECK OPTION constraint on a view V means
that V inherits the search conditions as constraints from any updatable
view on which V is dependent. Furthermore, every updatable view that is
dependent on V is also subject to these constraints. Thus, the search
conditions of V and each view on which V is dependent are ANDed
together to form a constraint that is applied for an insert or update of V or
of any view dependent on V.
LOCAL
The WITH LOCAL CHECK OPTION constraint on a view V means the
search condition of V is applied as a constraint for an insert or update of V
or of any view that is dependent on V.
Statements 437
CREATE VIEW
The following table shows the search conditions against which inserted or
updated rows are checked:
Y is LOCAL Y is CASCADED
V1 checked against: no view no view
V2 checked against: V2 V2, V1
V3 checked against: V2 V2, V1
V4 checked against: V2, V4 V4, V3, V2, V1
V5 checked against: V2, V4 V4, V3, V2, V1
Consider the following updatable view which shows the impact of the WITH
CHECK OPTION using the default CASCADED option:
CREATE VIEW V1 AS SELECT COL1 FROM T1 WHERE COL1 > 10
The following INSERT statement using V1 will succeed because V1 does not
have a WITH CHECK OPTION and V1 is not dependent on any other view
that has a WITH CHECK OPTION.
INSERT INTO V1 VALUES(5)
The following INSERT statement using V3 will result in an error even though
it does not have WITH CHECK OPTION because V3 is dependent on V2
which does have a WITH CHECK OPTION (SQLSTATE 44000).
INSERT INTO V3 VALUES(5)
The following INSERT statement using V3 will succeed even though it does
not conform to the definition of V3 (V3 does not have a WITH CHECK
OPTION); it does conform to the definition of V2 which does have a WITH
CHECK OPTION.
INSERT INTO V3 VALUES(200)
| WITH NO ROW MOVEMENT or WITH ROW MOVEMENT
| Specifies the action to take for an updatable UNION ALL view when a row is
| updated in a way that violates a check constraint on the underlyig table. The
| default is WITH NO ROW MOVEMENT.
| WITH NO ROW MOVEMENT
| Specifies that an error (SQLSTATE 23513) is to be returned if a row is
| updated in a way that violates a check constraint on the underlying table.
Notes:
| v Compatibilities:
| – For compatibility with previous versions of DB2:
| - The FEDERATED keyword can be specified between the keywords
| CREATE and VIEW. The FEDERATED keyword is ignored, however,
| because a warning is no longer returned if federated objects are used in the
| view definition.
v Creating a view with a schema name that does not already exist will result in
the implicit creation of that schema provided the authorization ID of the
statement has IMPLICIT_SCHEMA authority. The schema owner is SYSIBM. The
CREATEIN privilege on the schema is granted to PUBLIC.
v View columns inherit the NOT NULL WITH DEFAULT attribute from the base
table or view except when columns are derived from an expression. When a row
is inserted or updated into an updatable view, it is checked against the
constraints (primary key, referential integrity, and check) if any are defined on
the base table.
v A new view cannot be created if it uses an inoperative view in its definition.
(SQLSTATE 51024).
v This statement does not support declared temporary tables (SQLSTATE 42995).
v Deletable views: A view is deletable if an INSTEAD OF trigger for the delete
operation has been defined for the view, or if all of the following are true:
– each FROM clause of the outer fullselect identifies only one base table (with
no OUTER clause), deletable view (with no OUTER clause), deletable nested
table expression, or deletable common table expression (cannot identify a
nickname)
– the outer fullselect does not include a VALUES clause
– the outer fullselect does not include a GROUP BY clause or HAVING clause
– the outer fullselect does not include column functions in the select list
– the outer fullselect does not include SET operations (UNION, EXCEPT or
INTERSECT) with the exception of UNION ALL
– the base tables in the operands of a UNION ALL must not be the same table
and each operand must be deletable
– the select list of the outer fullselect does not include DISTINCT
| – the FROM clause of the outer fullselect does not include a
| data-change-table-reference
v Updatable views: A column of a view is updatable if an INSTEAD OF trigger for
the update operation has been defined for the view, or if all of the following are
true:
Statements 439
CREATE VIEW
Statements 441
CREATE VIEW
| v Nested UNION ALL views: A view defined with UNION ALL and based, either
| directly or indirectly, on a view that is also defined with UNION ALL cannot be
| updated if either view is defined using the WITH ROW MOVEMENT clause
| (SQLSTATE 429BK).
Examples:
Example 1: Create a view named MA_PROJ upon the PROJECT table that contains
only those rows with a project number (PROJNO) starting with the letters ‘MA’.
CREATE VIEW MA_PROJ AS SELECT *
FROM PROJECT
WHERE SUBSTR(PROJNO, 1, 2) = ’MA’
Example 2: Create a view as in example 1, but select only the columns for project
number (PROJNO), project name (PROJNAME) and employee in charge of the
project (RESPEMP).
CREATE VIEW MA_PROJ
AS SELECTPROJNO, PROJNAME, RESPEMP
FROM PROJECT
WHERE SUBSTR(PROJNO, 1, 2) = ’MA’
Example 3: Create a view as in example 2, but, in the view, call the column for the
employee in charge of the project IN_CHARGE.
CREATE VIEW MA_PROJ
(PROJNO, PROJNAME, IN_CHARGE)
AS SELECTPROJNO, PROJNAME, RESPEMP
FROM PROJECT
WHERE SUBSTR(PROJNO, 1, 2) = ’MA’
Note: Even though only one of the column names is being changed, the names of
all three columns in the view must be listed in the parentheses that follow
MA_PROJ.
Example 4: Create a view named PRJ_LEADER that contains the first four columns
(PROJNO, PROJNAME, DEPTNO, RESPEMP) from the PROJECT table together
with the last name (LASTNAME) of the person who is responsible for the project
(RESPEMP). Obtain the name from the EMPLOYEE table by matching EMPNO in
EMPLOYEE to RESPEMP in PROJECT.
CREATE VIEW PRJ_LEADER
AS SELECT PROJNO, PROJNAME, DEPTNO, RESPEMP, LASTNAME
FROM PROJECT, EMPLOYEE
WHERE RESPEMP = EMPNO
Specifying the column name list could be avoided by naming the expression
SALARY+BONUS+COMM as TOTAL_PAY in the fullselect.
Statements 443
CREATE VIEW
Example 6: Given the set of tables and views shown in the following figure:
User ZORPIE (who does not have either DBADM or SYSADM authority) has been
granted the privileges shown in brackets below each object:
1. ZORPIE will get CONTROL privilege on the view that she creates with:
CREATE VIEW VA AS SELECT * FROM S1.V1
because she has CONTROL on S1.V1. (CONTROL on S1.V1 must have been
granted to ZORPIE by someone with DBADM or SYSADM authority.) It does
not matter which, if any, privileges she has on the underlying base table.
2. ZORPIE will not be allowed to create the view:
CREATE VIEW VB AS SELECT * FROM S1.V2
because she has neither CONTROL nor SELECT on S1.V2. It does not matter
that she has CONTROL on the underlying base table (S1.T2).
3. ZORPIE will get CONTROL privilege on the view that she creates with:
CREATE VIEW VC (COLA, COLB, COLC, COLD)
AS SELECT * FROM S1.V1, S1.T2
WHERE COLA = COLC
because the fullselect of ZORPIE.VC references view S1.V1 and table S1.T2 and
she has CONTROL on both of these. Note that the view VC is read-only, so
ZORPIE does not get INSERT, UPDATE or DELETE privileges.
4. ZORPIE will get SELECT privilege on the view that she creates with:
CREATE VIEW VD (COLA,COLB, COLE, COLF)
AS SELECT * FROM S1.V1, S1.V3
WHERE COLA = COLE
because the fullselect of ZORPIE.VD references the two views S1.V1 and S1.V3,
one on which she has only SELECT privilege, and one on which she has
CONTROL privilege. She is given the lesser of the two privileges, SELECT, on
ZORPIE.VD.
5. ZORPIE will get INSERT, UPDATE and DELETE privilege WITH GRANT
OPTION and SELECT privilege on the view VE in the following view
definition.
CREATE VIEW VE
AS SELECT * FROM S1.V1
WHERE COLA > ANY
(SELECT COLE FROM S1.V3)
ZORPIE’s privileges on VE are determined primarily by her privileges on
S1.V1. Since S1.V3 is only referenced in a subquery, she only needs SELECT
privilege on S1.V3 to create the view VE. The definer of a view only gets
CONTROL on the view if they have CONTROL on all objects referenced in the
view definition. ZORPIE does not have CONTROL on S1.V3, consequently she
does not get CONTROL on VE.
Related reference:
v “CREATE FUNCTION (SQL Scalar, Table, or Row)” on page 238
v “SQL queries” in the SQL Reference, Volume 1
Statements 445
CREATE WRAPPER
CREATE WRAPPER
| The CREATE WRAPPER statement registers a wrapper with a federated server. A
| wrapper is a mechanism by which a federated server can interact with certain
| types of data sources.
Invocation:
Authorization:
Syntax:
|
,
ADD
OPTIONS ( wrapper-option-name string-constant )
|
Description:
wrapper-name
Names the wrapper. It can be:
| v A predefined name. If a predefined name is specified, the federated server
| automatically assigns a default value to library-name.
| v A user-supplied name. If a user-supplied name is provided, it is necessary to
| also specify the appropriate library-name to be used with that wrapper and
| operating system.
| LIBRARY library-name
| Names the file that contains the wrapper library module.
| The library name can be specified as an absolute path name or simply the base
| name (without the path). If only the base name is specified, the library should
| reside in the lib (UNIX) or the bin (Windows) subdirectory of the DB2 install
| path. The library-name must be enclosed in single quotation marks.
| The LIBRARY option is only necessary when a user-supplied wrapper-name is
| used. This option should not be used when a predefined wrapper-name is given.
| OPTIONS (ADD wrapper-option-name string-constant, ...)
| Wrapper options are used to configure the wrapper or to define how DB2 uses
| the wrapper. The wrapper-option-name is the name of the option. The
| string-constant specifies the setting for the wrapper option. The string-constant
| must be enclosed in single quotation marks. Some wrapper options can be
| used by all wrappers and some options are specific to a particular wrapper.
| Examples:
| Example 1: Register the NET8 wrapper on a federated server to access Oracle data
| sources. NET8 is the predefined name for one of the two wrappers that you can
| use to access Oracle data sources.
| CREATE WRAPPER NET8
| Example 2: Register a wrapper on a DB2 federated server that uses the Linux
| operating system to access ODBC data sources. Assign the name odbc to the
| wrapper that is being registered in the federated database. The full path of the
| library that contains the ODBC Driver Manager is defined in the wrapper option
| MODULE ‘/usr/lib/odbc.so’.
| CREATE WRAPPER odbc OPTIONS (MODULE ‘/usr/lib/odbc.so’)
| Example 3: Register a wrapper on a DB2 federated server that uses the Windows
| operating system to access ODBC data sources. The library name for the ODBC
| wrapper is ‘db2rcodbc.dll’.
| CREATE WRAPPER odbc LIBRARY ‘db2rcodbc.dll’
| Example 4: Register a wrapper on a DB2 federated server that uses the AIX
| operating system to access Entrez data sources. Designate entrez_wrapper as the
| name for the wrapper. On AIX federated servers, libdb2lsentrez.a is the library file
| for the Entrez wrapper. The EMAIL option is required when an Entrez wrapper is
| registered with the federated server.
| CREATE WRAPPER entrez_wrapper LIBRARY ‘libdb2lsentrez.a’
| OPTIONS (EMAIL ‘jeff@someplace.com’)
Statements 447
DECLARE CURSOR
DECLARE CURSOR
The DECLARE CURSOR statement defines a cursor.
Invocation:
Although an interactive SQL facility might provide an interface that gives the
appearance of interactive execution, this statement can only be embedded within
an application program. It is not an executable statement and cannot be
dynamically prepared.
Authorization:
The term “SELECT statement of the cursor” is used in order to specify the
authorization rules. The SELECT statement of the cursor is one of the following:
v The prepared select-statement identified by the statement-name
v The specified select-statement
For each table or view identified (directly or using an alias) in the SELECT
statement of the cursor, the privileges held by the authorization ID of the
statement must include at least one of the following:
v SYSADM or DBADM authority.
v For each table or view identified in the select-statement:
– SELECT privilege on the table or view, or
– CONTROL privilege of the table or view.
If statement-name is specified:
v The authorization ID of the statement is the run-time authorization ID.
v The authorization check is performed when the select-statement is prepared.
v The cursor cannot be opened unless the select-statement is successfully prepared.
If select-statement is specified:
v GROUP privileges are not checked.
v The authorization ID of the statement is the authorization ID specified during
program preparation.
Syntax:
FOR select-statement
TO CALLER statement-name
WITH RETURN
TO CLIENT
Description:
cursor-name
Specifies the name of the cursor created when the source program is run. The
name must not be the same as the name of another cursor declared in the
source program. The cursor must be opened before use.
WITH HOLD
Maintains resources across multiple units of work. The effect of the WITH
HOLD cursor attribute is as follows:
v For units of work ending with COMMIT:
– Open cursors defined WITH HOLD remain open. The cursor is positioned
before the next logical row of the results table.
If a DISCONNECT statement is issued after a COMMIT statement for a
connection with WITH HOLD cursors, the held cursors must be explicitly
closed or the connection will be assumed to have performed work
(simply by having open WITH HELD cursors even though no SQL
statements were issued) and the DISCONNECT statement will fail.
– All locks are released, except locks protecting the current cursor position
of open WITH HOLD cursors. The locks held include the locks on the
table, and for parallel environments, the locks on rows where the cursors
are currently positioned. Locks on packages and dynamic SQL sections (if
any) are held.
– Valid operations on cursors defined WITH HOLD immediately following
a COMMIT request are:
- FETCH: Fetches the next row of the cursor.
- CLOSE: Closes the cursor.
– UPDATE and DELETE CURRENT OF CURSOR are valid only for rows
that are fetched within the same unit of work.
– LOB locators are freed.
| – The set of rows modified by:
| - A data change statement
| - Routines that modify SQL data embedded within open WITH HOLD
| cursors
| is committed.
v For units of work ending with ROLLBACK:
– All open cursors are closed.
– All locks acquired during the unit of work are released.
– LOB locators are freed.
v For special COMMIT case:
– Packages may be recreated either explicitly, by binding the package, or
implicitly, because the package has been invalidated and then
dynamically recreated the first time it is referenced. All held cursors are
closed during package rebind. This may result in errors during
subsequent execution.
WITH RETURN
This clause indicates that the cursor is intended for use as a result set from a
stored procedure. WITH RETURN is relevant only if the DECLARE CURSOR
statement is contained with the source code for a stored procedure. In other
cases, the precompiler may accept the clause, but it has no effect.
Within an SQL procedure, cursors declared using the WITH RETURN clause
that are still open when the SQL procedure ends, define the result sets from
the SQL procedure. All other open cursors in an SQL procedure are closed
when the SQL procedure ends. Within an external stored procedure (one not
Statements 449
DECLARE CURSOR
defined using LANGUAGE SQL), the default for all cursors is WITH RETURN
TO CALLER. Therefore, all cursors that are open when the procedure ends will
be considered result sets.
TO CALLER
Specifies that the cursor can return a result set to the caller. For
example, if the caller is another stored procedure, the result set is
returned to that stored procedure. If the caller is a client application,
the result set is returned to the client application.
TO CLIENT
Specifies that the cursor can return a result set to the client application.
This cursor is invisible to any intermediate nested procedures. If a
function or method called the procedure either directly or indirectly,
result sets cannot be returned to the client and the cursor will be
closed after the procedure finishes.
select-statement
Identifies the SELECT statement of the cursor. The select-statement must not
include parameter markers, but can include references to host variables. The
declarations of the host variables must precede the DECLARE CURSOR
statement in the source program.
statement-name
The SELECT statement of the cursor is the prepared SELECT statement
identified by the statement-name when the cursor is opened. The statement-name
must not be identical to a statement-name specified in another DECLARE
CURSOR statement of the source program.
For an explanation of prepared SELECT statements, see “PREPARE”.
Notes:
v A program called from another program, or from a different source file within
the same program, cannot use the cursor that was opened by the calling
program.
v Unnested stored procedures, with LANGUAGE other than SQL, will have WITH
RETURN TO CALLER as the default behavior if DECLARE CURSOR is
specified without a WITH RETURN clause, and the cursor is left open in the
procedure. This provides compatibility with stored procedures from previous
versions that allow stored procedures to return result sets to applicable client
applications. To avoid this behavior, close all cursors opened in the procedure.
v If the SELECT statement of a cursor contains CURRENT DATE, CURRENT
TIME, or CURRENT TIMESTAMP, all references to these special registers will
yield the same respective datetime value on each FETCH. This value is
determined when the cursor is opened.
v For more efficient processing of data, the database manager can block data for
read-only cursors when retrieving data from a remote server. The use of the FOR
UPDATE clause helps the database manager decide whether a cursor is
updatable or not. Updatability is also used to determine the access path selection
as well. If a cursor is not going to be used in a Positioned UPDATE or DELETE
statement, it should be declared as FOR READ ONLY.
v A cursor in the open state designates a result table and a position relative to the
rows of that table. The table is the result table specified by the SELECT
statement of the cursor.
v A cursor is deletable if each of the following is true:
– each FROM clause of the outer fullselect identifies only one base table or
deletable view (cannot identify a nested or common table expression or a
nickname) without use of the OUTER clause
– the outer fullselect does not include a VALUES clause
– the outer fullselect does not include a GROUP BY clause or HAVING clause
– the outer fullselect does not include column functions in the select list
– the outer fullselect does not include SET operations (UNION, EXCEPT, or
INTERSECT) with the exception of UNION ALL
– the select list of the outer fullselect does not include DISTINCT
| – the outer fullselect does not include an ORDER BY clause (even if the ORDER
| BY clause is nested in a view), and the FOR UPDATE clause has not been
| specified
– the select-statement does not include a FOR READ ONLY clause
| – the FROM clause of the outer fullselect does not include a
| data-change-table-reference
– one or more of the following is true:
- the FOR UPDATE clause is specified
| - the cursor is statically defined, unless the STATICREADONLY bind option
| is YES
- the LANGLEVEL bind option is MIA or SQL92E
A column in the select list of the outer fullselect associated with a cursor is
updatable if each of the following is true:
– the cursor is deletable
– the column resolves to a column of the base table
– the LANGLEVEL bind option is MIA, SQL92E or the select-statement includes
the FOR UPDATE clause (the column must be specified explicitly or implicitly
in the FOR UPDATE clause)
A cursor is read-only if it is not deletable.
A cursor is ambiguous if each of the following is true:
– the select-statement is dynamically prepared
– the select-statement does not include either the FOR READ ONLY clause or
the FOR UPDATE clause
– the LANGLEVEL bind option is SAA1
– the cursor otherwise satisfies the conditions of a deletable cursor
An ambiguous cursor is considered read-only if the BLOCKING bind option is
ALL, otherwise it is considered updatable.
v Cursors in stored procedures that are called by application programs written
using CLI can be used to define result sets that are returned directly to the client
application. Cursors in SQL procedures can also be returned to a calling SQL
procedure only if they are defined using the WITH RETURN clause.
v Cursors declared in routines that are invoked directly or indirectly from a cursor
declared WITH HOLD, do not inherit the WITH HOLD option. Thus, unless the
cursor in the routine is explicitly defined WITH HOLD, a COMMIT in the
application will close it.
Consider the following application and two UDFs:
Application:
Statements 451
DECLARE CURSOR
COMMIT
UDF1:
UDF2:
After the application fetches cursor APPCUR, all three cursors are open. When
the application issues the COMMIT statement, APPCUR remains open, because
it was declared WITH HOLD. In UDF1, however, the cursor UDF1CUR is
closed, because it was not defined with the WITH HOLD option. When the
cursor UDF1CUR is closed, all routine invocations in the corresponding
select-statement complete (receiving a final call, if so defined). UDF2 completes,
which causes UDF2CUR to close.
Examples:
Example 1: The DECLARE CURSOR statement associates the cursor name C1 with
the results of the SELECT.
EXEC SQL DECLARE C1 CURSOR FOR
SELECT DEPTNO, DEPTNAME, MGRNO
FROM DEPARTMENT
WHERE ADMRDEPT = ’A00’;
| Example 2: Assume that the EMPLOYEE table has been altered to add a generated
| column, WEEKLYPAY, that calculates the weekly pay based on the yearly salary.
| Declare a cursor to retrieve the system-generated column value from a row to be
| inserted.
| EXEC SQL DECLARE C2 CURSOR FOR
| SELECT E.WEEKLYPAY
| FROM NEW TABLE
| (INSERT INTO EMPLOYEE
| (EMPNO, FIRSTNME, MIDINIT, LASTNAME, EDLEVEL, SALARY)
| VALUES(’000420’, ’Peter’, ’U’, ’Bender’, 16, 31842) AS E;
Related reference:
v “Select-statement” in the SQL Reference, Volume 1
v “CALL” on page 96
v “OPEN” on page 587
v “PREPARE” on page 592
Related samples:
v “cursor.sqb -- How to update table data with cursor statically (MF COBOL)”
v “tabsql.sqb -- Demonstrates common table expressions using SQL (MF COBOL)”
v “fnuse.sqc -- How to use built-in SQL functions (C)”
v “tbinfo.sqc -- How to get information at the table level (C)”
v “tut_mod.sqc -- How to modify table data (C)”
v “tut_read.sqc -- How to read tables (C)”
v “fnuse.sqC -- How to use built-in SQL functions (C++)”
Statements 453
DECLARE GLOBAL TEMPORARY TABLE
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v SYSADM or DBADM authority
v USE privilege on the USER TEMPORARY table space.
When defining a table using LIKE or a fullselect, the privileges held by the
authorization ID of the statement must also include at least one of the following on
each identified table or view:
v SELECT privilege on the table or view
v CONTROL privilege on the table or view
v SYSADM or DBADM authority
Syntax:
( column-definition )
LIKE table-name1
view-name copy-options
AS ( fullselect ) DEFINITION ONLY
copy-options
| *
ON ROLLBACK DELETE ROWS WITH REPLACE
NOT LOGGED
ON ROLLBACK PRESERVE ROWS
*
IN tablespace-name
* *
,
USING HASHING
PARTITIONING KEY ( column-name )
column-definition:
column-name data-type
column-options
column-options:
* * *
NOT NULL default-clause
GENERATED ALWAYS AS IDENTITY
BY DEFAULT identity-attributes
copy-options:
COLUMN ATTRIBUTES
EXCLUDING IDENTITY
* * *
COLUMN COLUMN ATTRIBUTES
INCLUDING DEFAULTS INCLUDING IDENTITY
EXCLUDING
Description:
table-name
Names the temporary table. The qualifier, if specified explicitly, must be
SESSION, otherwise an error is returned (SQLSTATE 428EK). If the qualifier is
not specified, SESSION is implicitly assigned.
Each session that defines a declared global temporary table with the same
table-name has its own unique description of that declared global temporary
table. The WITH REPLACE clause must be specified if table-name identifies a
declared temporary table that already exists in the session (SQLSTATE 42710).
It is possible that a table, view, alias, or nickname already exists in the catalog,
with the same name and the schema name SESSION. In this case:
v A declared global temporary table table-name may still be defined without
any error or warning
v Any references to SESSION.table-name will resolve to the declared global
temporary table rather than the SESSION.table-name already defined in the
catalog.
Statements 455
DECLARE GLOBAL TEMPORARY TABLE
column-definition
Defines the attributes of a column of the temporary table.
column-name
Names a column of the table. The name cannot be qualified, and the same
name cannot be used for more than one column of the table (SQLSTATE
42711).
A table may have the following:
v A 4K page size with a maximum of 500 columns, where the byte counts
of the columns must not be greater than 4 005.
v An 8K page size with a maximum of 1 012 columns, where the byte
counts of the columns must not be greater than 8 101.
v A 16K page size with a maximum of 1 012 columns, where the byte
counts of the columns must not be greater than 16 293.
v A 32K page size with a maximum of 1 012 columns, where the byte
counts of the columns must not be greater than 32 677.
v If a view is identified, then the implicit definition includes the column name,
data type, and nullability characteristic of each of the result columns of the
fullselect defined in view-name.
Column default and identity column attributes may be included or excluded,
based on the copy-attributes clauses.
The implicit definition does not include any other attributes of the identified
table or view. Thus, the new table does not have any unique constraints,
foreign key constraints, triggers, or indexes. The table is created in the table
space either implicitly or explicitly, as specified by the IN clause.
The names used for table-name1 and view-name cannot be the same as the name
of the global temporary table that is being created (SQLSTATE 428EC).
AS (fullselect) DEFINITION ONLY
Specifies that the table definition is based on the column definitions from the
result of a query expression. The use of AS (fullselect) is an implicit definition
of n columns for the declared global temporary table, where n is the number of
columns that would result from fullselect. The columns of the new table are
defined by the columns that result from the fullselect. Every select list element
must have a unique name (SQLSTATE 42711). The AS clause can be used in the
select-clause to provide unique names.
The implicit definition includes the column name, data type, and nullability
characteristic of each of the result columns of fullselect.
copy-options
These options specify whether or not to copy additional attributes of the
source result table definition (table, view, or fullselect).
INCLUDING COLUMN DEFAULTS
Column defaults for each updatable column of the source result table
definition are copied. Columns that are not updatable will not have a
default defined in the corresponding column of the created table.
If LIKE table-name1 is specified, and table-name1 identifies a base table or
declared temporary table, then INCLUDING COLUMN DEFAULTS is the
default.
EXCLUDING COLUMN DEFAULTS
Column defaults are not copied from the source result table definition.
This clause is the default, except when LIKE table-name is specified and
table-name identifies a base table or declared temporary table.
INCLUDING IDENTITY COLUMN ATTRIBUTES
If available, identity column attributes (START WITH, INCREMENT BY,
and CACHE values) are copied from the source’s result table definition. It
is possible to copy these attributes if the element of the corresponding
column in the table, view, or fullselect is the name of a column of a table,
or the name of a column of a view, which directly or indirectly maps to the
column name of a base table with the identity property. In all other cases,
the columns of the new temporary table will not get the identity property.
For example:
v the select list of the fullselect includes multiple instances of the name of
an identity column (that is, selecting the same column more than once)
v the select list of the fullselect includes multiple identity columns (that is,
it involves a join)
v the identity column is included in an expression in the select list
Statements 457
DECLARE GLOBAL TEMPORARY TABLE
The sufficient page size of a table is determined by either the byte count of the
row or the number of columns. For more details, see “Row Size” in “CREATE
TABLE”.
PARTITIONING KEY (column-name,...)
Specifies the partitioning key used when data in the table is partitioned. Each
column-name must identify a column of the table and the same column must
not be identified more than once.
If this clause is not specified, and this table resides in a multiple partition
database partition group, then the partitioning key is defined as the first
column of declared temporary table.
For declared temporary tables, in table spaces defined on single-partition
database partition groups, any collection of columns can be used to define the
partitioning key. If you do not specify this parameter, no partitioning key is
created.
USING HASHING
Specifies the use of the hashing function as the partitioning method for
data distribution. This is the only partitioning method supported.
Notes:
v Compatibilities
– For compatibility with DB2 for OS/390 and z/OS:
- The following syntax is accepted as the default behavior:
v CCSID ASCII
v CCSID UNICODE
| v A user temporary table space must exist before a user-defined temporary table
| can be declared (SQLSTATE 42727).
v Referencing a declared global temporary table: The description of a declared
global temporary table does not appear in the DB2 catalog (SYSCAT.TABLES);
therefore, it is not persistent and is not shareable across database connections.
This means that each session that defines a declared global temporary table
called table-name has its own possibly unique description of that declared global
temporary table.
In order to reference the declared global temporary table in an SQL statement
(other than the DECLARE GLOBAL TEMPORARY TABLE statement), the table
must be explicitly or implicitly qualified by the schema name SESSION. If
table-name is not qualified by SESSION, declared global temporary tables are not
considered when resolving the reference.
A reference to SESSION.table-name in a connection that has not declared a global
temporary table by that name will attempt to resolve from persistent objects in
the catalog. If no such object exists, an error occurs (SQLSTATE 42704).
v When binding a package that has static SQL statements that refer to tables
implicitly or explicitly qualified by SESSION, those statements will not be bound
statically. When these statements are invoked, they will be incrementally bound,
regardless of the VALIDATE option chosen while binding the package. At
runtime, each table reference will be resolved to a declared temporary table, if it
exists, or a permanent table. If neither exists, an error will be raised (SQLSTATE
42704).
Statements 459
DECLARE GLOBAL TEMPORARY TABLE
v Privileges: When a declared global temporary table is defined, the definer of the
table is granted all table privileges on the table, including the ability to drop the
table. Additionally, these privileges are granted to PUBLIC. (None of the
privileges are granted with the GRANT option, and none of the privileges
appear in the catalog table.) This enables any SQL statement in the session to
reference a declared global temporary table that has already been defined in that
session.
v Instantiation and Termination: For the explanations below, P denotes a session
and T is a declared global temporary table in the session P:
– An empty instance of T is created as a result of the DECLARE GLOBAL
TEMPORARY TABLE statement that is executed in P.
– Any SQL statement in P can make reference to T; and any reference to T in P
is a reference to that same instance of T.
– If a DECLARE GLOBAL TEMPORARY TABLE statement is specified within
the SQL procedure compound statement (defined by BEGIN and END), the
scope of the declared global temporary table is the connection, not just the
compound statement, and the table is known outside of the compound
statement. The table is not implicitly dropped at the END of the compound
statement. A declared global temporary table cannot be defined multiple
times by the same name in other compound statements in that session, unless
the table has been explicitly dropped.
| – Assuming that the ON COMMIT DELETE ROWS clause was specified
| implicitly or explicitly, then when a commit operation terminates a unit of
| work in P, and there is no open WITH HOLD cursor in P that is dependent
| on T, the commit includes the operation DELETE FROM SESSION.T.
| – When a rollback operation terminates a unit of work or a savepoint in P, and
| that unit of work or savepoint includes a modification to SESSION.T, then if
| NOT LOGGED was specified, the rollback includes the operation DELETE
| from SESSION.T, else the changes to T are undone.
| When a rollback operation terminates a unit of work or a savepoint in P, and
| that unit of work or savepoint includes the declaration of SESSION.T, then
| the rollback includes the operation DROP SESSION.T.
| If a rollback operation terminates a unit of work or a savepoint in P, and that
| unit of work or savepoint includes the drop of a declared temporary table
| SESSION.T, then the rollback will undo the drop of the table. If NOT
| LOGGED was specified, then the table will also have been emptied.
– When the application process that declared T terminates or disconnects from
the database, T is dropped and its instantiated rows are destroyed.
– When the connection to the server at which T was declared terminates, T is
dropped and its instantiated rows are destroyed.
v Restrictions on the Use of Declared Global Temporary Tables: Declared global
temporary tables cannot:
– Be specified in an ALTER, COMMENT, GRANT, LOCK, RENAME or
REVOKE statement (SQLSTATE 42995).
| – Be referenced in a CREATE ALIAS, CREATE FUNCTION (SQL Scalar, Table,
| or Row), CREATE TRIGGER, or CREATE VIEW statement (SQLSTATE 42995).
– Be specified in referential constraints (SQLSTATE 42995).
Related reference:
v “CREATE TABLE” on page 316
Related samples:
Statements 461
DELETE
DELETE
| The DELETE statement deletes rows from a table, nickname, or view, or the
| underlying tables, nicknames, or views of the specified fullselect. Deleting a row
from a nickname deletes the row from the data source object to which the
nickname refers. Deleting a row from a view deletes the row from the table on
which the view is based if no INSTEAD OF trigger is defined for the delete
operation on this view. If such a trigger is defined, the trigger will be executed
instead.
Invocation:
Authorization:
To execute either form of this statement, the privileges held by the authorization
ID of the statement must include at least one of the following:
v DELETE privilege on the table, view, or nickname for which rows are to be
deleted
v CONTROL privilege on the table, view, or nickname for which rows are to be
deleted
v SYSADM or DBADM authority.
If the package used to process the statement is precompiled with SQL92 rules
(option LANGLEVEL with a value of SQL92E or MIA), and the searched form of a
DELETE statement includes a reference to a column of the table or view in the
search-condition, the privileges held by the authorization ID of the statement must
also include at least one of the following:
v SELECT privilege
v CONTROL privilege
v SYSADM or DBADM authority.
If the specified table or view is preceded by the ONLY keyword, the privileges
held by the authorization ID of the statement must also include the SELECT
privilege for every subtable or subview of the specified table or view.
If the target of the delete operation is a nickname, the privileges on the object at
the data source are not considered until the statement is executed at the data
source. At this time, the authorization ID that is used to connect to the data source
must have the privileges required for the operation on the object at the data
source. The authorization ID of the statement may be mapped to a different
authorization ID at the data source.
Syntax:
searched-delete:
include-columns assignment-clause
WHERE search-condition WITH RR
RS
CS
UR
include-columns:
| ,
positioned-delete:
correlation-clause:
| AS
correlation-name
( column-name )
Description:
| FROM table-name, view-name, nickname, or (fullselect)
| Identifies the object of the delete operation. The name must identify a table or
view that exists in the catalog, but it must not identify a catalog table, a
catalog view, a system-maintained materialized query table, or a read-only
view.
Statements 463
DELETE
If table-name is a typed table, rows of the table or any of its proper subtables
may get deleted by the statement.
If view-name is a typed view, rows of the underlying table or underlying tables
of the view’s proper subviews may get deleted by the statement. If view-name
is a regular view with an underlying table that is a typed table, rows of the
typed table or any of its proper subtables may get deleted by the statement.
| If the object of the delete operation is a fullselect, the fullselect must be
| deletable, as defined in the “Deletable views” Notes item in the description of
| the CREATE VIEW statement.
Only the columns of the specified table can be referenced in the WHERE
clause. For a positioned DELETE, the associated cursor must also have
specified the table or view in the FROM clause without using ONLY.
FROM ONLY (table-name)
Applicable to typed tables, the ONLY keyword specifies that the statement
should apply only to data of the specified table and rows of proper subtables
cannot be deleted by the statement. For a positioned DELETE, the associated
cursor must also have specified the table in the FROM clause using ONLY. If
table-name is not a typed table, the ONLY keyword has no effect on the
statement.
FROM ONLY (view-name)
Applicable to typed views, the ONLY keyword specifies that the statement
should apply only to data of the specified view and rows of proper subviews
cannot be deleted by the statement. For a positioned DELETE, the associated
cursor must also have specified the view in the FROM clause using ONLY. If
view-name is not a typed view, the ONLY keyword has no effect on the
statement.
| correlation-clause
| Can be used within the search-condition to designate a table, view, nickname, or
| fullselect. For a description of correlation-clause, see “table-reference” in the
| description of “Subselect”.
| include-columns
| Specifies a set of columns that are included, along with the columns of
| table-name or view-name, in the intermediate result table of the DELETE
| statement when it is nested in the FROM clause of a fullselect. The
| include-columns are appended at the end of the list of columns that are
| specified for table-name or view-name.
| INCLUDE
| Specifies a list of columns to be included in the intermediate result table of
| the DELETE statement.
| column-name
| Specifies a column of the intermediate result table of the DELETE
| statement. The name cannot be the same as the name of another include
| column or a column in table-name or view-name (SQLSTATE 42711).
| data-type
| Specifies the data type of the include column. The data type must be one
| that is supported by the CREATE TABLE statement.
| assignment-clause
| See the description of assignment-clause under the UPDATE statement. The
| same rules apply. The include-columns are the only columns that can be set
| using the assignment-clause (SQLSTATE 42703).
WHERE
Specifies a condition that selects the rows to be deleted. The clause can be
omitted, a search condition specified, or a cursor named. If the clause is
omitted, all rows of the table or view are deleted.
search-condition
Each column-name in the search condition, other than in a subquery must
identify a column of the table or view.
The search-condition is applied to each row of the table, view, or nickname,
and the deleted rows are those for which the result of the search-condition is
true.
If the search condition contains a subquery, the subquery can be thought of
as being executed each time the search condition is applied to a row, and the
results used in applying the search condition. In actuality, a subquery with
no correlated references is executed once, whereas a subquery with a
correlated reference may have to be executed once for each row. If a
subquery refers to the object table of a DELETE statement or a dependent
table with a delete rule of CASCADE or SET NULL, the subquery is
completely evaluated before any rows are deleted.
CURRENT OF cursor-name
Identifies a cursor that is defined in a DECLARE CURSOR statement of the
program. The DECLARE CURSOR statement must precede the DELETE
statement.
The table, view, or nickname named must also be named in the FROM
clause of the SELECT statement of the cursor, and the result table of the
cursor must not be read-only. (For an explanation of read-only result
tables, see “DECLARE CURSOR”.)
When the DELETE statement is executed, the cursor must be positioned on
a row: that row is the one deleted. After the deletion, the cursor is
positioned before the next row of its result table. If there is no next row,
the cursor is positioned after the last row.
WITH
Specifies the isolation level used when locating the rows to be deleted.
RR
Repeatable Read
RS
Read Stability
CS
Cursor Stability
UR
Uncommitted Read
The default isolation level of the statement is the isolation level of the package
in which the statement is bound.
Rules:
v Triggers: DELETE statements may cause triggers to be executed. A trigger may
cause other statements to be executed, or may raise error conditions based on
the deleted rows. If a DELETE statement on a view causes an INSTEAD OF
Statements 465
DELETE
Notes:
v If an error occurs during the execution of a multiple row DELETE, no changes
are made to the database.
v Unless appropriate locks already exist, one or more exclusive locks are acquired
during the execution of a successful DELETE statement. Issuing a COMMIT or
ROLLBACK statement will release the locks. Until the locks are released by a
commit or rollback operation, the effect of the delete operation can only be
perceived by:
– The application process that performed the deletion
– Another application process using isolation level UR.
The locks can prevent other application processes from performing operations on
the table.
v If an application process deletes a row on which any of its cursors are
positioned, those cursors are positioned before the next row of their result table.
Let C be a cursor that is positioned before row R (as a result of an OPEN, a
DELETE through C, a DELETE through some other cursor, or a searched
DELETE). In the presence of INSERT, UPDATE, and DELETE operations that
affect the base table from which R is derived, the next FETCH operation
referencing C does not necessarily position C on R. For example, the operation
can position C on R’, where R’ is a new row that is now the next row of the
result table.
v SQLERRD(3) in the SQLCA shows the number of rows that qualified for the
delete operation. In the context of an SQL procedure statement, the value can be
retrieved using the ROW_COUNT variable of the GET DIAGNOSTICS
statement. SQLERRD(5) in the SQLCA shows the number of rows affected by
referential constraints and by triggered statements. It includes rows that were
deleted as a result of a CASCADE delete rule and rows in which foreign keys
were set to NULL as the result of a SET NULL delete rule. With regards to
triggered statements, it includes the number of rows that were inserted,
updated, or deleted.
v If an error occurs that prevents deleting all rows matching the search condition
and all operations required by existing referential constraints, no changes are
made to the table and the error is returned.
v For nicknames, the external server option iud_app_svpt_enforce poses an
additional limitation. Refer to the Federated documentation for more
information.
v For some data sources, the SQLCODE -20190 may be returned on a delete
against a nickname because of potential data inconsistency. Refer to the
Federated documentation for more information.
v For any deleted row that includes currently linked files through DATALINK
columns, the files are unlinked, and will be either restored or deleted, depending
on the datalink column definition.
An error may occur when attempting to delete a DATALINK value if the file
server referenced in the value is no longer registered with the database server
(SQLSTATE 55022).
An error may also occur when deleting a row that has a link to a server that is
unavailable at the time of deletion (SQLSTATE 57050).
Examples:
Example 2: Delete all the departments from the DEPARTMENT table (that is,
empty the table).
DELETE FROM DEPARTMENT
Example 3: Delete from the EMPLOYEE table any sales rep or field rep who didn’t
make a sale in 1995.
DELETE FROM EMPLOYEE
WHERE LASTNAME NOT IN
(SELECT SALES_PERSON
FROM SALES
WHERE YEAR(SALES_DATE)=1995)
AND JOB IN (’SALESREP’,’FIELDREP’)
Example 4: Delete all the duplicate employee rows from the EMPLOYEE table. An
employee row is considered to be a duplicate if the last names match. Keep the
employee row with the smallest first name in lexical order.
DELETE FROM
(SELECT ROWNUMBER() OVER (PARTITON BY LASTNAME ORDER BY>/ph> FIRSTNME)
FROM EMPLOYEE) AS E(RN)
WHERE RN = 1
Related reference:
v “Search conditions” in the SQL Reference, Volume 1
v “Subselect” in the SQL Reference, Volume 1
v “CREATE VIEW” on page 432
v “DECLARE CURSOR” on page 448
v “UPDATE” on page 712
v “SQLCA (SQL communications area)” in the SQL Reference, Volume 1
Related samples:
Statements 467
DELETE
DESCRIBE
The DESCRIBE statement obtains information about a prepared statement.
Invocation:
Authorization:
None required.
Syntax:
OUTPUT
DESCRIBE statement-name INTO descriptor-name
INPUT
Description:
OUTPUT
Optional keyword to indicate that the describe utility should obtain
information about the select list columns in the prepared statement, or the
output parameter markers associated with the OUT and INOUT parameters,
for the stored procedure call.
INPUT
Specifies that the describe utility should obtain information about the input
parameter markers in a prepared statement. For a CALL statement, this
includes the parameter markers associated with the IN and the INOUT
parameters for the stored procedure. Input parameter markers are always
considered nullable, regardless of usage.
statement-name
Identifies the statement about which information is required. When the
DESCRIBE statement is executed, the name must identify a prepared
statement.
INTO descriptor-name
Identifies an SQL descriptor area (SQLDA). Before the DESCRIBE statement is
executed, the following variables in the SQLDA must be set:
SQLN Indicates the number of variables represented by SQLVAR. (SQLN
provides the dimension of the SQLVAR array.) SQLN must be set to a
value greater than or equal to zero before the DESCRIBE statement is
executed.
When the DESCRIBE statement is executed, the database manager assigns values
to the variables of the SQLDA as follows:
SQLDAID
The first 6 bytes are set to ’SQLDA ’ (that is, 5 letters followed by the space
character).
The seventh byte, called SQLDOUBLED, is set to ’2’ if the SQLDA contains
two SQLVAR entries for every select-list item (or, column of the result
table). This technique is used in order to accommodate LOB, distinct type,
Statements 469
DESCRIBE
Secondary SQLVAR
These variables are only used if the number of SQLVAR entries are
doubled to accommodate LOB, distinct type, structured type, or reference
type columns.
SQLLONGLEN
The length attribute of a BLOB, CLOB, or DBCLOB
column.
SQLDATATYPE_NAME
For any user-defined type (distinct or structured) column,
the database manager sets this to the fully qualified
Notes:
v Before the DESCRIBE statement is executed, the value of SQLN must be set to
indicate how many occurrences of SQLVAR are provided in the SQLDA and
enough storage must be allocated to contain SQLN occurrences. For example, to
obtain the description of the columns of the result table of a prepared SELECT
statement, the number of occurrences of SQLVAR must not be less than the
number of columns.
v If a LOB of a large size is expected, then remember that manipulating this large
object will affect application memory. Given this condition, consider using
locators or file reference variables. Modify the SQLDA after the DESCRIBE
statement is executed but prior to allocating storage so that an SQLTYPE of
SQL_TYP_xLOB is changed to SQL_TYP_xLOB_LOCATOR or
SQL_TYP_xLOB_FILE with corresponding changes to other fields such as
SQLLEN. Then allocate storage based on SQLTYPE and continue.
v Code page conversions between extended Unix code (EUC) code pages and
DBCS code pages can result in the expansion and contraction of character
lengths.
v If a structured type is being selected, but no FROM SQL transform is defined
(either because no TRANSFORM GROUP was specified using the CURRENT
DEFAULT TRANSFORM GROUP special register (SQLSTATE 428EM), or
because the named group does not have a FROM SQL transform function
defined (SQLSTATE 42744)), the DESCRIBE will return an error.
v Allocating the SQLDA: Among the possible ways to allocate the SQLDA are
the three described below.
First Technique: Allocate an SQLDA with enough occurrences of SQLVAR to
accommodate any select list that the application will have to process. If the table
contains any LOB, distinct type, structured type, or reference type columns, the
number of SQLVARs should be double the maximum number of columns;
otherwise the number should be the same as the maximum number of columns.
Having done the allocation, the application can use this SQLDA repeatedly.
This technique uses a large amount of storage that is never deallocated, even
when most of this storage is not used for a particular select list.
Second Technique: Repeat the following two steps for every processed select list:
1. Execute a DESCRIBE statement with an SQLDA that has no occurrences of
SQLVAR; that is, an SQLDA for which SQLN is zero. The value returned for
SQLD is the number of columns in the result table. This is either the required
number of occurrences of SQLVAR or half the required number. Because
there were no SQLVAR entries, a warning with SQLSTATE 01005 will be
issued. If the SQLCODE accompanying that warning is equal to one of +237,
+238 or +239, the number of SQLVAR entries should be double the value
returned in SQLD. (The return of these positive SQLCODEs assumes that the
SQLWARN bind option setting was YES (return positive SQLCODEs). If
SQLWARN was set to NO, +238 is still returned to indicate that the number
of SQLVAR entries must be double the value returned in SQLD.)
2. Allocate an SQLDA with enough occurrences of SQLVAR. Then execute the
DESCRIBE statement again, using this new SQLDA.
Statements 471
DESCRIBE
This technique allows better storage management than the first technique, but it
doubles the number of DESCRIBE statements.
Third Technique: Allocate an SQLDA that is large enough to handle most, and
perhaps all, select lists but is also reasonably small. Execute DESCRIBE and
check the SQLD value. Use the SQLD value for the number of occurrences of
SQLVAR to allocate a larger SQLDA, if necessary.
This technique is a compromise between the first two techniques. Its
effectiveness depends on a good choice of size for the original SQLDA.
Example:
Related reference:
v “PREPARE” on page 592
v “SQLDA (SQL descriptor area)” in the SQL Reference, Volume 1
Related samples:
v “tbread.sqc -- How to read tables (C)”
v “tbread.sqC -- How to read tables (C++)”
DISCONNECT
The DISCONNECT statement destroys one or more connections when there is no
active unit of work (that is, after a commit or rollback operation). If a single
connection is the target of the DISCONNECT statement, the connection is
destroyed only if the database has participated in an existing unit of work,
regardless of whether there is an active unit of work. For example, if several other
databases have done work, but the target in question has not, it can still be
disconnected without destroying the connection.
Invocation:
Although an interactive SQL facility might provide an interface that gives the
appearance of interactive execution, this statement can only be embedded within
an application program. It is an executable statement that cannot be dynamically
prepared.
Authorization:
None Required.
Syntax:
(1)
DISCONNECT server-name
host-variable
CURRENT
SQL
ALL
Notes:
1 Note that an application server named CURRENT or ALL can only be
identified by a host variable.
Description:
server-name or host-variable
Identifies the application server by the specified server-name or a host-variable
which contains the server-name.
If a host-variable is specified, it must be a character string variable with a length
attribute that is not greater than 8, and it must not include an indicator
variable. The server-name that is contained within the host-variable must be
left-justified and must not be delimited by quotation marks.
Note that the server-name is a database alias identifying the application server.
It must be listed in the application requester’s local directory.
The specified database-alias or the database-alias contained in the host variable
must identify an existing connection of the application process. If the
database-alias does not identify an existing connection, an error (SQLSTATE
08003) is raised.
CURRENT
Identifies the current connection of the application process. The application
process must be in the connected state. If not, an error (SQLSTATE 08003) is
raised.
Statements 473
DISCONNECT
ALL
Indicates that all existing connections of the application process are to be
destroyed. An error or warning does not occur if no connections exist when
the statement is executed. The optional keyword SQL is included to be
consistent with the syntax of the RELEASE statement.
Rules:
v Generally, the DISCONNECT statement cannot be executed while within a unit
of work. If attempted, an error (SQLSTATE 25000) is raised. The exception to this
rule is if a single connection is specified to be disconnected and the database has
not participated in an existing unit of work. In this case, it does not matter if
there is an active unit of work when the DISCONNECT statement is issued.
v The DISCONNECT statement cannot be executed at all in the Transaction
Processing (TP) Monitor environment (SQLSTATE 25000). It is used when the
SYNCPOINT precompiler option is set to TWOPHASE.
Notes:
v If the DISCONNECT statement is successful, each identified connection is
destroyed.
If the DISCONNECT statement is unsuccessful, the connection state of the
application process and the states of its connections are unchanged.
v If DISCONNECT is used to destroy the current connection, the next executed
SQL statement should be CONNECT or SET CONNECTION.
v Type 1 CONNECT semantics do not preclude the use of DISCONNECT.
However, though DISCONNECT CURRENT and DISCONNECT ALL can be
used, they will not result in a commit operation like a CONNECT RESET
statement would do.
If server-name or host-variable is specified in the DISCONNECT statement, it must
identify the current connection because Type 1 CONNECT only supports one
connection at a time. Generally, DISCONNECT will fail if within a unit of work
with the exception noted in “Rules”.
v Resources are required to create and maintain remote connections. Thus, a
remote connection that is not going to be reused should be destroyed as soon as
possible.
v Connections can also be destroyed during a commit operation because the
connection option is in effect. The connection option could be AUTOMATIC,
CONDITIONAL, or EXPLICIT, which can be set as a precompiler option or
through the SET CLIENT API at run time. For information about the
specification of the DISCONNECT option, see “Distributed relational databases”.
Examples:
Example 3: The existing connections are no longer needed by the application. The
following statement should be executed after a commit or rollback operation to
destroy all the connections.
EXEC SQL DISCONNECT ALL;
Related concepts:
v “Distributed relational databases” in the SQL Reference, Volume 1
Related samples:
v “dbconn.sqc -- How to connect to and disconnect from a database (C)”
v “dbmcon.sqc -- How to use multiple databases (C)”
v “dbconn.sqC -- How to connect to and disconnect from a database (C++)”
v “dbmcon.sqC -- How to use multiple databases (C++)”
v “Util.java -- Utilities for JDBC sample programs (JDBC)”
v “Util.sqlj -- Utilities for SQLJ sample programs (SQLj)”
Statements 475
DROP
DROP
The DROP statement deletes an object. Any objects that are directly or indirectly
dependent on that object are either deleted or made inoperative. Whenever an
object is deleted, its description is deleted from the catalog and any packages that
reference the object are invalidated.
Invocation:
Authorization:
The privileges that must be held by the authorization ID of the DROP statement
when dropping objects that allow two-part names must include one of the
following or an error will result (SQLSTATE 42501):
v SYSADM or DBADM authority
v DROPIN privilege on the schema for the object
v definer of the object as recorded in the DEFINER column of the catalog view for
the object
v CONTROL privilege on the object (applicable only to indexes, index
specifications, nicknames, packages, tables, and views).
v definer of the user-defined type as recorded in the DEFINER column of the
catalog view SYSCAT.DATATYPES (applicable only when dropping a method
associated with a user-defined type)
The authorization ID of the DROP statement when dropping a schema must have
SYSADM or DBADM authority or be the schema owner as recorded in the
OWNER column of SYSCAT.SCHEMATA.
The authorization ID of the DROP statement when dropping a user mapping must
have SYSADM or DBADM authority, if this authorization ID is different from the
federated database authorization name within the mapping. Otherwise, if the
authorization ID and the authorization name match, no authorities or privileges
are required.
Syntax:
DROP
ALIAS alias-name
BUFFERPOOL bufferpool-name
EVENT MONITOR event-monitor-name
RESTRICT
FUNCTION function-name
( )
,
data-type
RESTRICT
SPECIFIC FUNCTION specific-name
FUNCTION MAPPING function-mapping-name
(1)
INDEX index-name
INDEX EXTENSION index-extension-name RESTRICT
RESTRICT
METHOD method-name FOR type-name
( )
,
datatype
RESTRICT
SPECIFIC METHOD specific-name
NICKNAME nickname
DATABASE PARTITION GROUP db-partition-group-name
PACKAGE package-id
schema-name. VERSION
version-id
RESTRICT
PROCEDURE procedure-name
( )
,
data-type
RESTRICT
SPECIFIC PROCEDURE specific-name
SCHEMA schema-name RESTRICT
RESTRICT
SEQUENCE sequence-name
SERVER server-name
TABLE table-name
TABLE HIERARCHY root-table-name
,
TABLESPACE tablespace-name
TABLESPACES
TRANSFORM ALL FOR type-name
TRANSFORMS group-name
TRIGGER trigger-name
TYPE type-name
(2) RESTRICT
DISTINCT
TYPE MAPPING type-mapping-name
USER MAPPING FOR authorization-name SERVER server-name
USER
VIEW view-name
VIEW HIERARCHY root-view-name
WRAPPER wrapper-name
Notes:
1 Index-name can be the name of either an index or an index specification.
2 DATA can also be used when dropping any user-defined type.
Description:
Statements 477
DROP
ALIAS alias-name
Identifies the alias that is to be dropped. The alias-name must identify an alias
that is described in the catalog (SQLSTATE 42704). The specified alias is
deleted.
All tables, views, and triggers that reference the alias are made inoperative.
(This includes both the table referenced in the ON clause of the CREATE
TRIGGER statement, and all tables referenced within the triggered SQL
statements.)
BUFFERPOOL bufferpool-name
Identifies the buffer pool that is to be dropped. The bufferpool-name must
identify a buffer pool that is described in the catalog (SQLSTATE 42704). There
can be no table spaces assigned to the buffer pool (SQLSTATE 42893). The
IBMDEFAULTBP buffer pool cannot be dropped (SQLSTATE 42832). Buffer
pool memory is released immediately, to be used by DB2. Disk storage may
not be released until the next connection to the database.
EVENT MONITOR event-monitor-name
Identifies the event monitor that is to be dropped. The event-monitor-name must
identify an event monitor that is described in the catalog (SQLSTATE 42704).
If the identified event monitor is ON, an error (SQLSTATE 55034) is returned;
otherwise, the event monitor is deleted.
If there are event files in the target path of the event monitor when the event
monitor is dropped, the event files are not deleted. However, if a new event
monitor that specifies the same target path is created, the event files are
deleted.
When dropping WRITE TO TABLE event monitors, table information is
removed from the SYSCAT.EVENTTABLES catalog view, but the tables
themselves are not dropped.
FUNCTION
Identifies an instance of a user-defined function (either a complete function or
a function template) that is to be dropped. The function instance specified
must be a user-defined function described in the catalog. Functions implicitly
generated by the CREATE DISTINCT TYPE statement cannot be dropped.
There are several different ways available to identify the function instance:
FUNCTION function-name
Identifies the particular function, and is valid only if there is exactly one
function instance with the function-name. The function thus identified may
have any number of parameters defined for it. In dynamic SQL statements,
the CURRENT SCHEMA special register is used as a qualifier for an
unqualified object name. In static SQL statements the QUALIFIER
precompile/bind option implicitly specifies the qualifier for unqualified
object names. If no function by this name exists in the named or implied
schema, an error (SQLSTATE 42704) is raised. If there is more than one
specific instance of the function in the named or implied schema, an error
(SQLSTATE 42725) is raised.
FUNCTION function-name (data-type,...)
Provides the function signature, which uniquely identifies the function to
be dropped. The function selection algorithm is not used.
function-name
Gives the function name of the function to be dropped. In dynamic
SQL statements, the CURRENT SCHEMA special register is used as a
Statements 479
DROP
Other objects can be dependent upon a function. All such dependencies must
be removed before the function can be dropped, with the exception of
packages which are marked inoperative. An attempt to drop a function with
such dependencies will result in an error (SQLSTATE 42893). See 490 for a list
of these dependencies.
exactly one method instance with name method-name and subject type
type-name. Thus, the method identified may have any number of
parameters. If no method by this name exists for the type type-name, an
error (SQLSTATE 42704) is raised. If there is more than one specific
instance of the method for the named data type, an error (SQLSTATE
42725) is raised.
METHOD method-name (data-type,...)
Provides the method signature, which uniquely identifies the method to be
dropped. The method selection algorithm is not used.
method-name
The method name of the method to be dropped for the specified type.
The name must be an unqualified identifier.
(data-type, ...)
Must match the data types that were specified in the corresponding
positions of the method-specification of the CREATE TYPE or ALTER
TYPE statement. The number of data types and the logical
concatenation of the data types are used to identify the specific method
instance which is to be dropped.
If the data-type is unqualified, the type name is resolved by searching
the schemas on the SQL path.
It is not necessary to specify the length, precision or scale for the
parameterized data types. Instead, an empty set of parentheses may be
coded to indicate that these attributes are to be ignored when looking
for a data type match.
FLOAT() cannot be used (SQLSTATE 42601) since the parameter value
indicates different data types (REAL or DOUBLE).
However, if length, precision, or scale is coded, the value must exactly
match that specified in the CREATE TYPE statement.
A type of FLOAT(n) does not need to match the defined value for n
since 0<n<25 means REAL and 24<n<54 means DOUBLE. Matching
occurs based on whether the type is REAL or DOUBLE.
If no method with the specified signature exists for the named data
type, an error is raised (SQLSTATE 42883).
FOR type-name
Names the type for which the specified method is to be dropped. The
name must identify a type already described in the catalog (SQLSTATE
42704). In dynamic SQL statements, the CURRENT SCHEMA special
register is used as a qualifier for an unqualified type name. In static SQL
statements, the QUALIFIER precompile/bind option implicitly specifies the
qualifier for unqualified type names.
RESTRICT
The RESTRICT keyword enforces the rule that the method is not to be
dropped if any of the following dependencies exists:
v Another routine is sourced on the method.
v A view uses the method.
v A trigger uses the method.
RESTRICT is the default behavior.
SPECIFIC METHOD specific-name
Identifies the particular method that is to be dropped, using a name either
Statements 481
DROP
Other objects can be dependent upon a method. All such dependencies must
be removed before the method can be dropped, with the exception of packages
which will be marked inoperative if the drop is successful. An attempt to drop
a method with such dependencies will result in an error (SQLSTATE 42893).
If the specific method being dropped overrides another method, all packages
dependent on the overridden method — and on methods that override this
method in supertypes of the specific method being dropped — are invalidated.
NICKNAME nickname
Identifies the nickname that is to be dropped. The nickname must be listed in
the catalog (SQLSTATE 42704). The nickname is deleted from the database.
All information about the columns and indexes associated with the nickname
is deleted from the catalog. Any materialized query tables that are dependent
on the nickname are dropped. Any index specifications that are dependent on
the nickname are dropped. Any views that are dependent on the nickname are
marked inoperative. Any packages that are dependent on the dropped index
specifications or inoperative views are invalidated. The data source table that
the nickname references is not affected.
| If an SQL function or method is dependent on a nickname, that nickname
| cannot be dropped (SQLSTATE 42893).
DATABASE PARTITION GROUP db-partition-group-name
Identifies the database partition group that is to be dropped. The
db-partition-group-name parameter must identify a database partition group that
is described in the catalog (SQLSTATE 42704). This is a one-part name.
Dropping a database partition group drops all table spaces defined in the
database partition group. All existing database objects with dependencies on
the tables in the table spaces (such as packages, referential constraints, and so
on) are dropped or invalidated (as appropriate), and dependent views and
triggers are made inoperative.
Statements 483
DROP
Statements 485
DROP
| In a federated system, a remote table that was created using transparent DDL
| can be dropped. Dropping a remote table also drops the nickname associated
| with that table, and invalidates any packages that are dependent on that
| nickname.
When a subtable is dropped from a table hierarchy, the columns associated
with the subtable are no longer accessible although they continue to be
considered with respect to limits on the number of columns and size of the
row. Dropping a subtable has the effect of deleting all the rows of the subtable
from the supertables. This may result in activation of triggers or referential
integrity constraints defined on the supertables.
When a declared temporary table is dropped, and its creation preceded the
active unit of work or savepoint, then the table will be functionally dropped
and the application will not be able to access the table. However, the table will
still reserve some space in its table space and will prevent that USER
TEMPORARY table space from being dropped or the database partition group
of the USER TEMPORARY table space from being redistributed until the unit
of work is committed or savepoint is ended. Dropping a declared temporary
table causes the data in the table to be destroyed, regardless of whether DROP
is committed or rolled back.
A table cannot be dropped if it has the RESTRICT ON DROP attribute.
TABLE HIERARCHY root-table-name
Identifies the typed table hierarchy that is to be dropped. The root-table-name
must identify a typed table that is the root table in the typed table hierarchy
(SQLSTATE 428DR). The typed table identified by root-table-name and all of its
subtables are deleted from the database.
All indexes, materialized query tables, staging tables, primary keys, foreign
keys, and check constraints referencing the dropped tables are dropped. All
views and triggers that reference the dropped tables are made inoperative. All
packages depending on any object dropped or marked inoperative will be
invalidated. Any reference columns for which one of the dropped tables is
defined as the scope of the reference become unscoped.
All files that are linked through any DATALINK columns are unlinked. The
unlink operation is performed asynchronously so the files may not be
immediately available for other operations.
Unlike dropping a single subtable, dropping the table hierarchy does not result
in the activation of delete triggers of any tables in the hierarchy nor does it log
the deleted rows.
TABLESPACE or TABLESPACES tablespace-name
Identifies the table spaces that are to be dropped. tablespace-name must identify
a table space that is described in the catalog (SQLSTATE 42704). This is a
one-part name.
The table spaces will not be dropped (SQLSTATE 55024) if there is any table
that stores at least one of its parts in a table space being dropped, and has one
or more of its parts in another table space that is not being dropped (these
tables would need to be dropped first), or if any table that resides in the table
space has the RESTRICT ON DROP attribute. System table spaces cannot be
dropped (SQLSTATE 42832). A SYSTEM TEMPORARY table space cannot be
dropped (SQLSTATE 55026) if it is the only temporary table space that exists in
the database. A USER TEMPORARY table space cannot be dropped if there is a
declared temporary table created in it (SQLSTATE 55039). Even if a declared
temporary table has been dropped, the USER TEMPORARY table space will
still be considered to be in use until the unit of work containing the DROP
TABLE has been committed.
Dropping a table space drops all objects defined in the table space. All existing
database objects with dependencies on the table space, such as packages,
referential constraints, and so on, are dropped or invalidated (as appropriate),
and dependent views and triggers are made inoperative.
| Containers created by a user are not deleted. Any directories in the path of the
| container name that were created by the database manager on CREATE
| TABLESPACE are deleted. All containers that are below the database directory
| are deleted. When DROP TABLESPACE is committed, the DMS file containers
| or SMS containers for the specified table space are deleted, if possible. If the
| containers cannot be deleted (because they are being kept open by another
| agent, for example), the files are truncated to zero-length. After all connections
| are terminated, or the DEACTIVATE DATABASE command is issued, these
| zero-length files are deleted.
TRANSFORM ALL FOR type-name
Indicates that all transforms groups defined for the user-defined data type
type-name are to be dropped. The transform functions referenced in these
groups are not dropped. In dynamic SQL statements, the CURRENT SCHEMA
special register is used as a qualifier for an unqualified object name. In static
SQL statements, the QUALIFIER precompile/bind option implicitly specifies
the qualifier for unqualified object names. The type-name must identify a
user-defined type described in the catalog (SQLSTATE 42704).
If there are not transforms defined for type-name, an error is raised (SQLSTATE
42740).
DROP TRANSFORM is the inverse of CREATE TRANSFORM. It causes the
transform functions associated with certain groups, for a given datatype, to
become undefined. The functions formerly associated with these groups still
exist and can still be called explicitly, but they no longer have the transform
property, and are no longer invoked implicitly for exchanging values with the
host language environment.
The transform group is not dropped if there is a user-defined function (or
method) written in a language other than SQL that has a dependency on one
of the group’s transform functions defined for the user-defined type type-name
(SQLSTATE 42893). Such a function has a dependency on the transform
function associated with the referenced transform group defined for type
type-name. Packages that depend on a transform function associated with the
named transform group are marked inoperative.
TRANSFORMS group-name FOR type-name
Indicates that the specified transform group for the user-defined data type
type-name is to be dropped. The transform functions referenced in this group
are not dropped. In dynamic SQL statements, the CURRENT SCHEMA special
register is used as a qualifier for an unqualified object name. In static SQL
statements, the QUALIFIER precompile/bind option implicitly specifies the
qualifier for unqualified object names. The type-name must identify a
user-defined type described in the catalog (SQLSTATE 42704), and the
group-name must identify an existing transform group for type-name.
TRIGGER trigger-name
Identifies the trigger that is to be dropped. The trigger-name must identify a
trigger that is described in the catalog (SQLSTATE 42704). The specified trigger
is deleted.
Statements 487
DROP
If RESTRICT is not specified, the behavior is the same as RESTRICT, except for
functions and methods that use the type.
Functions that use the type: If the user-defined type can be dropped, then for
every function, F (with specific name SF), that has parameters or a return value
of the type being dropped or a reference to the type being dropped, the
following DROP FUNCTION statement is effectively executed:
DROP SPECIFIC FUNCTION SF
Methods that use the type: If the user-defined type can be dropped, then for
every method, M of type T1 (with specific name SM), that has parameters or a
return value of the type being dropped or a reference to the type being
dropped, the following statements are effectively executed:
The existence of objects that are dependent on these methods may cause the
DROP TYPE operation to fail.
All packages that are dependent on methods defined in supertypes of the type
being dropped, and that are eligible for overriding, are invalidated.
TYPE MAPPING type-mapping-name
Identifies the user-defined data type mapping to be dropped. The
type-mapping-name must identify a data type mapping that is described in the
catalog (SQLSTATE 42704). The data type mapping is deleted from the
database.
No additional objects are dropped.
USER MAPPING FOR authorization-name | USER SERVER server-name
Identifies the user mapping to be dropped. This mapping associates an
authorization name that is used to access the federated database with an
authorization name that is used to access a data source. The first of these two
authorization names is either identified by the authorization-name or referenced
by the special register USER. The server-name identifies the data source that the
second authorization name is used to access.
The authorization-name must be listed in the catalog (SQLSTATE 42704). The
server-name must identify a data source that is described in the catalog
(SQLSTATE 42704). The user mapping is deleted.
No additional objects are dropped.
VIEW view-name
Identifies the view that is to be dropped. The view-name must identify a view
that is described in the catalog (SQLSTATE 42704). The subviews of a typed
view are dependent on their superviews. All subviews must be dropped before
a superview can be dropped (SQLSTATE 42893).
The specified view is deleted. The definition of any view or trigger that is
directly or indirectly dependent on that view is marked inoperative. Any
materialized query table or staging table that is dependent on any view that is
marked inoperative is dropped. Any packages dependent on a view that is
dropped or marked inoperative will be invalidated. This includes packages
dependent on any superviews above the subview in the hierarchy. Any
reference columns for which the dropped view is defined as the scope of the
reference become unscoped.
VIEW HIERARCHY root-view-name
Identifies the typed view hierarchy that is to be dropped. The root-view-name
must identify a typed view that is the root view in the typed view hierarchy
(SQLSTATE 428DR). The typed view identified by root-view-name and all of its
subviews are deleted from the database.
The definition of any view or trigger that is directly or indirectly dependent on
any of the dropped views is marked inoperative. Any packages dependent on
any view or trigger that is dropped or marked inoperative will be invalidated.
Any reference columns for which a dropped view or view marked inoperative
is defined as the scope of the reference become unscoped.
Statements 489
DROP
WRAPPER wrapper-name
Identifies the wrapper to be dropped. The wrapper-name must identify a
wrapper that is described in the catalog (SQLSTATE 42704). The wrapper is
deleted.
All server definitions, user-defined function mappings, and user-defined data
type mappings that are dependent on the wrapper are dropped. All
user-defined function mappings, nicknames, user-defined data type mappings,
and user mappings that are dependent on the dropped server definitions are
also dropped. Any index specifications dependent on the dropped nicknames
are dropped, and any views dependent on these nicknames are marked
inoperative. All packages dependent on the dropped objects and inoperative
views are invalidated.
Rules:
Dependencies: Table 10 on page 491 shows the dependencies that objects have on
each other. Not all dependencies are explicitly recorded in the catalog. For
example, there is no record of the constraints on which a package has
dependencies. Four different types of dependencies are shown:
R Restrict semantics. The underlying object cannot be dropped as long as the
object that depends on it exists.
C Cascade semantics. Dropping the underlying object causes the object that
depends on it (the depending object) to be dropped as well. However, if
the depending object cannot be dropped because it has a Restrict
dependency on some other object, the drop of the underlying object will
fail.
X Inoperative semantics. Dropping the underlying object causes the object
that depends on it to become inoperative. It remains inoperative until a
user takes some explicit action.
A Automatic Invalidation/Revalidation semantics. Dropping the underlying
object causes the object that depends on it to become invalid. The database
manager attempts to revalidate the invalid object.
A package used by a function or a method, or by a procedure that is called
directly or indirectly from a function or method, will only be automatically
revalidated if the routine is defined as MODIFIES SQL DATA. If the
routine is not MODIFIES SQL DATA, an error is returned (SQLSTATE
56098).
Some DROP statement parameters and objects are not shown in Table 10 on page
491 because they would result in blank rows or columns:
v EVENT MONITOR, PACKAGE, PROCEDURE, SCHEMA, TYPE MAPPING, and
USER MAPPING DROP statements do not have object dependencies.
v Alias, bufferpool, partitioning key, privilege, and procedure object types do not
have DROP statement dependencies.
v A DROP SERVER, DROP FUNCTION MAPPING, or DROP TYPE MAPPING
statement in a given unit of work (UOW) cannot be processed under either of
the following conditions:
– The statement references a single data source, and the UOW already includes
a SELECT statement that references a nickname for a table or view within this
data source (SQLSTATE 55006).
– The statement references a category of data sources (for example, all data
sources of a specific type and version), and the UOW already includes a
SELECT statement that references a nickname for a table or view within one
of these data sources (SQLSTATE 55006).
Table 10. Dependencies
I
N
D
F E T U
C U X T Y S
O N E N A P E
Object Type → N F C X N O B E R
S U M T I D P L T M M
T N A E M C E A S E R A A
R C P I N E K G C E T S I P P
A T P N S T N R K R A P G T P P V
I I I D I H A O A V B A G Y I I I
N O N E O O M U G E L C E P N N E
Statement ↓ T N G X N D E P E31 R E E R E G G W
ALTER FUNCTION - - - - - - - - A - - - - - - - -
ALTER METHOD - - - - - - - - A - - - - - - - -
33
ALTER NICKNAME, R R - - - R - - A - R - - - - - R
altering the local name or
the local type
ALTER NICKNAME, - - - - - - - - A - R - - - - - -
altering a column option
or a nickname option
ALTER NICKNAME, - - - - - - - - A - - - - - - - -
adding, altering, or
dropping a constraint
ALTER PROCEDURE - - - - - - - - A - - - - - - - -
ALTER SERVER - - - - - - - - A - - - - - - - -
ALTER TABLE DROP C - - - - - - - A1 - - - - - - - -
CONSTRAINT
ALTER TABLE DROP - - - - - - - R20 A1 - - - - - - - -
PARTITIONING KEY
ALTER TYPE ADD - - - - R - - - A23 - R24 - - - - - R14
ATTRIBUTE
ALTER TYPE ALTER - - - - - - - - A - - - - - - - -
METHOD
ALTER TYPE DROP - - - - R - - - A23 - R24 - - - - - R14
ATTRIBUTE
ALTER TYPE ADD - - - - - - - - - - - - - - - - -
METHOD
ALTER TYPE DROP - - - - - R27 - - - - - - - - - - -
METHOD
CREATE METHOD - - - - - - - - A28 - - - - - - - -
29
CREATE TYPE - - - - - - - - A - - - - - - - -
DROP ALIAS - R - - - - - - A3 - R3 - X3 - - - X3
DROP BUFFERPOOL - - - - - - - - - - - R - - - - -
DROP DATABASE - - - - - - - - - - - C - - - - -
PARTITION GROUP
DROP FUNCTION R R7 R - R R7 - - X - R - R - - - R
DROP FUNCTION - - - - - - - - A - - - - - - - -
MAPPING
DROP INDEX R - - - - - - - A - - - - - - - R17
DROP INDEX - R - R - - - - - - - - - - - - -
EXTENSION
Statements 491
DROP
1
This dependency is implicit in depending on a table with these constraints,
triggers, or a partitioning key.
2
If a package has an INSERT, UPDATE, or DELETE statement acting upon a
view, then the package has an insert, update or delete usage on the
underlying base table of the view. In the case of UPDATE, the package has
an update usage on each column of the underlying base table that is
modified by the UPDATE.
If a package has a statement acting on a typed view, creating or dropping
any view in the same view hierarchy will invalidate the package.
3
If a package, materialized query table, staging table, view, or trigger uses
an alias, it becomes dependent both on the alias and the object that the
alias references. If the alias is in a chain, a dependency is created on each
alias in the chain.
Aliases themselves are not dependent on anything. It is possible for an
alias to be defined on an object that does not exist.
4
A user-defined type T can depend on another user-defined type B, if T:
v names B as the data type of an attribute
v has an attribute of REF(B)
v has B as a supertype.
5
Dropping a data type cascades to drop the functions and methods that use
that data type as a parameter or a result type, and methods defined on the
data type. Dropping of these functions and methods will not be prevented
by the fact that they depend on each other. However, for functions or
methods using the datatype within their bodies, restrict semantics apply.
6
Dropping a table space or a list of table spaces causes all the tables that are
completely contained within the given table space or list to be dropped.
However, if a table spans table spaces (indexes or long columns in different
table spaces) and those table spaces are not in the list being dropped then
the table space(s) cannot be dropped as long as the table exists.
7
A function can depend on another specific function if the depending
function names the base function in a SOURCE clause. A function or
method can also depend on another specific function or method if the
depending routine is written in SQL and uses the base routine in its body.
An external method, or an external function with a structured type
parameter or returns type will also depend on one or more transform
functions.
8
Only loss of SELECT privilege will cause a materialized query table to be
dropped or a view to become inoperative. If the view that is made
inoperative is included in a typed view hierarchy, all of its subviews also
become inoperative.
9
If a package has an INSERT, UPDATE, or DELETE statement acting on
table T, then the package has an insert, update or delete usage on T. In the
case of UPDATE, the package has an update usage on each column of T
that is modified by the UPDATE.
If a package has a statement acting on a typed table, creating or dropping
any table in the same table hierarchy will invalidate the package.
10
Dependencies do not exist at the column level because privileges on
columns cannot be revoked individually.
If a package, trigger or view includes the use of OUTER(Z) in the FROM
clause, there is a dependency on the SELECT privilege on every subtable
or subview of Z. Similarly, if a package, trigger, or view includes the use of
DEREF(Y) where Y is a reference type with a target table or view Z, there
is a dependency on the SELECT privilege on every subtable or subview of
Z.
11
A materialized query table is dependent on the underlying tables or
nicknames specified in the fullselect of the table definition.
Cascade semantics apply to dependent materialized query tables.
A subtable is dependent on its supertables up to the root table. A
supertable cannot be dropped until all of its subtables are dropped.
12
A package can depend on structured types as a result of using the TYPE
predicate or the subtype-treatment expression (TREAT expression AS
data-type). The package has a dependency on the subtypes of each
structured type specified in the right side of the TYPE predicate, or the
right side of the TREAT expression. Dropping or creating a structured type
that alters the subtypes on which the package is dependent causes
invalidation.
All packages that are dependent on methods defined in supertypes of the
type being dropped, and that are eligible for overriding, are invalidated.
Statements 493
DROP
13
A check constraint or trigger is dependent on a type if the type is used
anywhere in the constraint or trigger. There is no dependency on the
subtypes of a structured type used in a TYPE predicate within a check
constraint or trigger.
14
A view is dependent on a type if the type is used anywhere in the view
definition (this includes the type of typed view). There is no dependency
on the subtypes of a structured type used in a TYPE predicate within a
view definition.
15
A subview is dependent on its superview up to the root view. A superview
cannot be dropped until all its subviews are dropped. Refer to 16 for
additional view dependencies.
16
A trigger or view is also dependent on the target table or target view of a
dereference operation or DEREF function. A trigger or view with a FROM
clause that includes OUTER(Z) is dependent on all the subtables or
subviews of Z that existed at the time the trigger or view was created.
17
A typed view can depend on the existence of a unique index to ensure the
uniqueness of the object identifier column.
18
A table may depend on a user defined data type (distinct or structured)
because the type is:
v used as the type of a column
v used as the type of the table
v used as an attribute of the type of the table
v used as the target type of a reference type that is the type of a column of
the table or an attribute of the type of the table
v directly or indirectly used by a type that is the column of the table.
19
Dropping a server cascades to drop the function mappings and type
mappings created for that named server.
20
If the partitioning key is defined on a table in a multiple partition database
partition group, the partitioning key is required.
21
If a dependent OLE DB table function has ″R″ dependent objects (see
DROP FUNCTION), then the server cannot be dropped.
22
An SQL function or method can depend on the objects referenced by its
body.
23
When an attribute A of type TA of type-name T is dropped, the following
DROP statements are effectively executed:
Mutator method: DROP METHOD A (TA) FOR T
Observer method: DROP METHOD A () FOR T
ALTER TYPE T
DROP METHOD A(TA)
DROP METHOD A()
24
A table may depend on an attribute of a user-defined structured data type
in the following cases:
1. The table is a typed table that is based on type-name or any of its
subtypes.
2. The table has an existing column of a type that directly or indirectly
refers to type-name.
25
A REVOKE of SELECT privilege on a table or view that is used in the
body of an SQL function or method body causes an attempt to drop the
function or method body, if the function or method body defined no longer
Notes:
v Compatibilities
– For compatibility with previous versions of DB2:
- NODEGROUP can be specified in place of DATABASE PARTITION
GROUP
– For compatibility with DB2 UDB for OS/390 and z/OS:
- SYNONYM can be specified in place of ALIAS
- PROGRAM can be specified in place of PACKAGE
v It is valid to drop a user-defined function while it is in use. Also, a cursor can be
open over a statement which contains a reference to a user-defined function, and
while this cursor is open the function can be dropped without causing the
cursor fetches to fail.
v If a package which depends on a user-defined function is executing, it is not
possible for another authorization ID to drop the function until the package
completes its current unit of work. At that point, the function is dropped and
the package becomes inoperative. The next request for this package results in an
error indicating that the package must be explicitly rebound.
v The removal of a function body (this is very different from dropping the
function) can occur while an application which needs the function body is
executing. This may or may not cause the statement to fail, depending on
whether the function body still needs to be loaded into storage by the database
manager on behalf of the statement.
Statements 495
DROP
v For any dropped table that includes currently linked files through DATALINK
columns, the files are unlinked, and will be either restored or deleted, depending
on the datalink column definition.
v If a table containing a DATALINK column is dropped while any DB2 Data Links
Managers configured to the database are unavailable, either through DROP
TABLE or DROP TABLESPACE, then the operation will fail (SQLSTATE 57050).
v In addition to the dependencies recorded for any explicitly specified UDF, the
following dependencies are recorded when transforms are implicitly required:
1. When the structured type parameter or result of a function or method
requires a transform, a dependency is recorded for the function or method
on the required TO SQL or FROM SQL transform function.
2. When an SQL statement included in a package requires a transform function,
a dependency is recorded for the package on the designated TO SQL or
FROM SQL transform function.
Since the above describes the only circumstances under which dependencies are
recorded due to implicit invocation of transforms, no objects other than
functions, methods, or packages can have a dependency on implicitly invoked
transform functions. On the other hand, explicit calls to transform functions (in
views and triggers, for example) do result in the usual dependencies of these
other types of objects on transform functions. As a result, a DROP TRANSFORM
statement may also fail due to these ″explicit″ type dependencies of objects on
the transform(s) being dropped (SQLSTATE 42893).
v Since the dependency catalogs do not distinguish between depending on a
function as a transform versus depending on a function by explicit function call,
it is suggested that explicit calls to transform functions are not written. In such
an instance, the transform property on the function cannot be dropped, or
packages will be marked inoperative, simply because they contain explicit
invocations in an SQL expression.
v System created sequences for IDENTITY columns cannot be dropped using the
DROP SEQUENCE statement.
v When a sequence is dropped, all privileges on the sequence are also dropped
and any packages that refer to the sequence are invalidated.
v For relational nicknames, the DROP NICKNAME statement within a given unit
of work (UOW) cannot be processed under either of the following conditions
(SQLSTATE 55007):
– A nickname referenced in this statement has a cursor open on it in the same
UOW
– Either an INSERT, DELETE, or UPDATE statement is already issued in the
same UOW against the nickname that is referenced in this statement
v For non-relational nicknames, the DROP NICKNAME statement within a given
unit of work (UOW) cannot be processed under any of the following conditions
(SQLSTATE 55007):
– A nickname referenced in this statement has a cursor open on it in the same
UOW
– A nickname referenced in this statement is already referenced by a SELECT
statement in the same UOW
– Either an INSERT, DELETE, or UPDATE statement has already been issued in
the same UOW against the nickname that is referenced in this statement
v A DROP SERVER statement (SQLSTATE 55006), or a DROP FUNCTION
MAPPING or DROP TYPE MAPPING statement (SQLSTATE 55007) within a
given unit of work (UOW) cannot be processed under either of the following
conditions:
– The statement references a single data source, and the UOW already includes
one of the following:
- A SELECT statement that references a nickname for a table or view within
this data source
- An open cursor on a nickname for a table or view within this data source
- Either an INSERT, DELETE, or UPDATE statement issued against a
nickname for a table or view within this data source
– The statement references a category of data sources (for example, all data
sources of a specific type and version), and the UOW already includes one of
the following:
- A SELECT statement that references a nickname for a table or view within
one of these data sources
- An open cursor on a nickname for a table or view within one of these data
sources
- Either an INSERT, DELETE, or UPDATE statement issued against a
nickname for a table or view within one of these data sources
Examples:
Example 5:
Drop the BUSINESS_OPS database partition group. To drop the database partition
group, the two table spaces (ACCOUNTING and PLANS) in the database partition
group must first be dropped.
DROP TABLESPACE ACCOUNTING
DROP TABLESPACE PLANS
DROP DATABASE PARTITION GROUP BUSINESS_OPS
Example 6: Pellow wants to drop the CENTRE function, which he created in his
PELLOW schema, using the signature to identify the function instance to be
dropped.
DROP FUNCTION CENTRE (INT,FLOAT)
Example 7: McBride wants to drop the FOCUS92 function, which she created in
the PELLOW schema, using the specific name to identify the function instance to
be dropped.
Statements 497
DROP
Example 8: Drop the function ATOMIC_WEIGHT from the CHEM schema, where
it is known that there is only one function with that name.
DROP FUNCTION CHEM.ATOMIC_WEIGHT
Example 10: Drop the distinct data type named shoesize, if it is not currently in
use.
DROP DISTINCT TYPE SHOESIZE
Example 12: Drop the schema from Example 2 under CREATE SCHEMA using
RESTRICT. Notice that the table called PART must be dropped first.
DROP TABLE PART
DROP SCHEMA INVENTRY RESTRICT
Example 13: Macdonald wants to drop the DESTROY procedure, which he created
in the EIGLER schema, using the specific name to identify the procedure instance
to be dropped.
DROP SPECIFIC PROCEDURE EIGLER.DESTROY
Example 14: Drop the procedure OSMOSIS from the BIOLOGY schema, where it is
known that there is only one procedure with that name.
DROP PROCEDURE BIOLOGY.OSMOSIS
Example 15: User SHAWN used one authorization ID to access the federated
database and another to access the database at an Oracle data source called
ORACLE1. A mapping was created between the two authorizations, but SHAWN
no longer needs to access the data source. Drop the mapping.
DROP USER MAPPING FOR SHAWN SERVER ORACLE1
Example 16: An index of a data source table that a nickname references has been
deleted. Drop the index specification that was created to let the optimizer know
about this index.
DROP INDEX INDEXSPEC
Example 18: Drop the method BONUS for the EMP data type in the PERSONNEL
schema.
DROP METHOD BONUS (SALARY DECIMAL(10,2)) FOR PERSONNEL.EMP
| Example 20: A remote table EMPLOYEE was created in a federated system using
| transparent DDL. Access to the table is no longer needed. Drop the remote table
| EMPLOYEE.
| DROP TABLE EMPLOYEE
| Example 21: Drop the function mapping BONUS_CALC and reinstate the default
| function mapping (if one exists).
| DROP FUNCTION MAPPING BONUS_CALC
Related tasks:
v “Disabling a default function mapping” in the Federated Systems Guide
v “Dropping a user-defined function mapping” in the Federated Systems Guide
v “Dropping remote tables using transparent DDL” in the Federated Systems Guide
Related reference:
v “CREATE TRIGGER” on page 390
v “CREATE VIEW” on page 432
v “CREATE FUNCTION MAPPING” on page 247
Related samples:
v “dbstat.sqb -- Reorganize table and run statistics (MF COBOL)”
v “dtstruct.sqC -- Create, use, drop a hierarchy of structured types and typed
tables (C++)”
v “tbconstr.sqC -- How to create, use, and drop constraints (C++)”
v “tbcreate.sqC -- How to create and drop tables (C++)”
v “tbtrig.sqC -- How to use a trigger on a table (C++)”
v “DbSeq.java -- How to create, alter and drop a sequence in a database (JDBC)”
v “TbConstr.java -- How to create, use and drop constraints (JDBC)”
v “TbCreate.java -- How to create and drop tables (JDBC)”
v “TbTemp.java -- How to use Declared Temporary Table (JDBC)”
v “TbTrig.java -- How to use triggers (JDBC)”
v “UDFDrop.db2 -- How to uncatalog the Java UDFs contained in UDFsrv.java ”
v “spdrop.db2 -- How to uncatalog the stored procedures contained in spserver.sqc
(C)”
v “tbconstr.sqc -- How to create, use, and drop constraints (C)”
v “tbcreate.sqc -- How to create and drop tables (C)”
v “tbtemp.sqc -- How to use a declared temporary table (C)”
v “tbtrig.sqc -- How to use a trigger on a table (C)”
v “TbConstr.sqlj -- How to create, use and drop constraints (SQLj)”
v “TbCreate.sqlj -- How to create and drop tables (SQLj)”
v “TbTrig.sqlj -- How to use triggers (SQLj)”
Statements 499
END DECLARE SECTION
Invocation:
Authorization:
None required.
Syntax:
Description:
The END DECLARE SECTION statement can be coded in the application program
wherever declarations can appear according to the rules of the host language. It
indicates the end of a host variable declaration section. A host variable section
starts with a BEGIN DECLARE SECTION statement.
The BEGIN DECLARE SECTION and the END DECLARE SECTION statements
must be paired and may not be nested.
Host variable declarations can be specified by using the SQL INCLUDE statement.
Otherwise, a host variable declaration section must not contain any statements
other than host variable declarations.
Variables declared outside a declare section should not have the same name as
variables declared within a declare section.
Related reference:
v “BEGIN DECLARE SECTION” on page 94
Related samples:
v “advsql.sqb -- How to read table data using CASE (MF COBOL)”
v “prepbind.sqb -- Precompile and bind an embedded SQL program to a database
(MF COBOL)”
v “dtlob.sqc -- How to use the LOB data type (C)”
v “spclient.sqc -- Call various stored procedures (C)”
v “tut_read.sqc -- How to read tables (C)”
v “dtlob.sqC -- How to use the LOB data type (C++)”
v “spclient.sqC -- Call various stored procedures (C++)”
v “tut_read.sqC -- How to read tables (C++)”
EXECUTE
The EXECUTE statement executes a prepared SQL statement.
Invocation:
Authorization:
Syntax:
EXECUTE statement-name
,
INTO result-host-variable
DESCRIPTOR result-descriptor-name
,
USING input-host-variable
DESCRIPTOR input-descriptor-name
Description:
statement-name
Identifies the prepared statement to be executed. The statement-name must
identify a statement that was previously prepared, and the prepared statement
cannot be a SELECT statement.
INTO
Introduces a list of host variables which are used to receive values from output
parameter markers (question marks) in the prepared statement.
For a dynamic CALL statement, parameter markers appearing in OUT and
INOUT arguments to the stored procedure are output parameter markers. If
any output parameter markers appear in the statement, the INTO clause must
be specified (SQLSTATE 07007).
result-host-variable, ...
Identifies a host variable that is declared in the program in accordance
with the rules for declaring host variables. The number of variables must
be the same as the number of output parameter markers in the prepared
statement. The nth variable corresponds to the nth parameter marker in the
prepared statement. Locator variables and file reference variables, where
appropriate, can be provided as the destination for parameter markers.
Statements 501
EXECUTE
DESCRIPTOR result-descriptor-name
Identifies an output SQLDA that must contain a valid description of host
variables.
Before the EXECUTE statement is processed, the user must set the
following fields in the input SQLDA:
v SQLN to indicate the number of SQLVAR occurrences provided in the
SQLDA
v SQLDABC to indicate the number of bytes of storage allocated for the
SQLDA
v SQLD to indicate the number of variables used in the SQLDA when
processing the statement
v SQLVAR occurrences to indicate the attributes of the variables.
The SQLDA must have enough storage to contain all SQLVAR occurrences.
SQLD must be set to a value greater than or equal to zero and less than or
equal to SQLN.
USING
Introduces a list of host variables for which values are substituted for the input
parameter markers (question marks) in the prepared statement.
For a dynamic CALL statement, parameter markers appearing in IN and
INOUT arguments to the stored procedure are input parameter markers. For
all other dynamic statements, all the parameter markers are input parameter
markers. If any output parameter markers appear in the statement, the USING
clause must be specified (SQLSTATE 07004).
input-host-variable, ...
Identifies a host variable that is declared in the program in accordance
with the rules for declaring host variables. The number of variables must
be the same as the number of input parameter markers in the prepared
statement. The nth variable corresponds to the nth parameter marker in the
prepared statement. Locator variables and file reference variables, where
appropriate, can be provided as the source of values for parameter
markers.
DESCRIPTOR input-descriptor-name
Identifies an input SQLDA that must contain a valid description of host
variables.
Before the EXECUTE statement is processed, the user must set the
following fields in the input SQLDA:
v SQLN to indicate the number of SQLVAR occurrences provided in the
SQLDA
v SQLDABC to indicate the number of bytes of storage allocated for the
SQLDA
v SQLD to indicate the number of variables used in the SQLDA when
processing the statement
v SQLVAR occurrences to indicate the attributes of the variables.
The SQLDA must have enough storage to contain all SQLVAR occurrences.
Therefore, the value in SQLDABC must be greater than or equal to 16 +
SQLN*(N), where N is the length of an SQLVAR occurrence.
SQLD must be set to a value greater than or equal to zero and less than or
equal to SQLN.
Notes:
v Before the prepared statement is executed, each input parameter marker is
effectively replaced by the value of its corresponding host variable. For a typed
parameter marker, the attributes of the target variable are those specified by the
CAST specification. For an untyped parameter marker, the attributes of the
target variable are determined according to the context of the parameter marker.
Let V denote an input host variable that corresponds to parameter marker P. The
value of V is assigned to the target variable for P in accordance with the rules
for assigning a value to a column. Thus:
– V must be compatible with the target.
– If V is a string, its length must not be greater than the length attribute of the
target.
– If V is a number, the absolute value of its integral part must not be greater
than the maximum absolute value of the integral part of the target.
– If the attributes of V are not identical to the attributes of the target, the value
is converted to conform to the attributes of the target.
When the prepared statement is executed, the value used in place of P is the
value of the target variable for P. For example, if V is CHAR(6) and the target is
CHAR(8), the value used in place of P is the value of V padded with two
blanks.
v For a dynamic CALL statement, after the prepared statement is executed, the
returned value of each OUT and INOUT argument is assigned to the host
variable corresponding to the output parameter marker used for the argument.
For a typed parameter marker, the attributes of the target variable are those
specified by the CAST specification. For an untyped parameter marker, the
attributes of the target variable are those specified by the definition of the
parameter of the stored procedure.
Let V denote an output host variable that corresponds to parameter marker P,
which is used for argument A of a stored procedure. The value of A is assigned
to V in accordance with the rules for retrieving a value from a column. Thus:
– V must be compatible with A.
– If V is a string, its length must not be less than the length of A, or the value
of A will be truncated.
– If V is a number, the maximum absolute value of its integral part must not be
less than the absolute value of the integral part of A.
– If the attributes of V are not identical to the attributes of A, the value of A is
converted to conform to the attributes of V.
v Dynamic SQL Statement Caching: The information required to execute dynamic
and static SQL statements is placed in the database package cache when static
SQL statements are first referenced or when dynamic SQL statements are first
prepared. This information stays in the package cache until it becomes invalid,
the cache space is required for another statement, or the database is shut down.
Statements 503
EXECUTE
Examples:
Statements 505
EXECUTE
Dynamically call the stored procedure from a C application. The stored procedure
takes the following host variables as input:
v employee, the ID number of the employee
v dept, the department number
v bonus, the desired bonus for the employee
The stored procedure returns the following values to the host variables:
v cheque_no, the ID number from the cheque
v bonus, the actual bonus amount (after any adjustments)
strcpy (s, "CALL GIVE_BONUS(?, ?, ?, ?)");
EXEC SQL PREPARE DO_BONUS FROM :s;
.
.
/* Check for successful execution and put values into
:employee, :dept, and :bonus */
.
.
EXEC SQL EXECUTE DO_BONUS INTO :cheque_no, :bonus
USING :employee, :dept, :bonus;
.
.
/* Check for successful execution and process the
values returned in :cheque_no and :bonus */
Related reference:
v “Identifiers” in the SQL Reference, Volume 1
v “PREPARE” on page 592
v “SQLDA (SQL descriptor area)” in the SQL Reference, Volume 1
Related samples:
v “dbuse.sqc -- How to use a database (C)”
v “fnuse.sqc -- How to use built-in SQL functions (C)”
v “tut_use.sqc -- How to modify a database (C)”
v “udfcli.sqc -- Call a variety of types of user-defined functions (C)”
v “dbuse.sqC -- How to use a database (C++)”
v “fnuse.sqC -- How to use built-in SQL functions (C++)”
v “tut_use.sqC -- How to modify a database (C++)”
v “udfcli.sqC -- Call a variety of types of user-defined functions (C++)”
v “inpsrv.sqb -- A stored procedure using the GENERAL parameter style (MF
COBOL)”
EXECUTE IMMEDIATE
The EXECUTE IMMEDIATE statement:
v Prepares an executable form of an SQL statement from a character string form of
the statement.
v Executes the SQL statement.
Invocation:
Authorization:
The authorization rules are those defined for the specified SQL statement.
Syntax:
Description:
host-variable
A host variable must be specified, and it must identify a host variable that is
described in the program in accordance with the rules for declaring
character-string variables. It must be a character-string variable that is less than
the maximum statement size of 65 535. Note that a CLOB(65535) can contain a
maximum size statement, but a VARCHAR can not. The value of the identified
host variable is called the statement string.
The statement string must be one of the following SQL statements:
v ALTER
v CALL
v COMMENT
v COMMIT
v CREATE
v DECLARE GLOBAL TEMPORARY TABLE
v DELETE
v DROP
v GRANT
v INSERT
v LOCK TABLE
v REFRESH TABLE
v RELEASE SAVEPOINT
v RENAME TABLE
Statements 507
EXECUTE IMMEDIATE
v RENAME TABLESPACE
v REVOKE
v ROLLBACK
v SAVEPOINT
v SET CURRENT DEFAULT TRANSFORM GROUP
v SET CURRENT DEGREE
v SET CURRENT EXPLAIN MODE
v SET CURRENT EXPLAIN SNAPSHOT
v SET CURRENT MAINTAINED TABLE TYPES FOR OPTIMIZATION
v SET CURRENT QUERY OPTIMIZATION
v SET CURRENT REFRESH AGE
v SET ENCRYPTION PASSWORD
v SET EVENT MONITOR STATE
v SET INTEGRITY
v SET PASSTHRU
v SET PATH
v SET SCHEMA
v SET SERVER OPTION
v UPDATE
The statement string must not include parameter markers or references to host
variables, and must not begin with EXEC SQL. It must not contain a statement
terminator, with the exception of the CREATE TRIGGER and CREATE
PROCEDURE statements. A CREATE TRIGGER statement can contain
semi-colons (;) to separate triggered SQL statements. A CREATE PROCEDURE
statement can contain semi-colons to separate SQL statements in the SQL
procedure body. The stored procedure named in a CALL statement must not
have any OUT or INOUT parameters (SQLSTATE 07007).
Notes:
v Statement caching affects the behavior of an EXECUTE IMMEDIATE statement.
Example:
Use C program statements to move an SQL statement to the host variable qstring
(char[80]), and prepare and execute whatever SQL statement is in the host variable
qstring.
if ( strcmp(accounts,"BIG") == 0 )
strcpy (qstring,"INSERT INTO WORK_TABLE SELECT *
FROM EMP_ACT WHERE ACTNO < 100");
else
strcpy (qstring,"INSERT INTO WORK_TABLE SELECT *
FROM EMP_ACT WHERE ACTNO >= 100");
.
.
.
EXEC SQL EXECUTE IMMEDIATE :qstring;
Related reference:
v “Identifiers” in the SQL Reference, Volume 1
v “EXECUTE” on page 501
Related samples:
v “dbuse.sqc -- How to use a database (C)”
v “dtudt.sqc -- How to create, use, and drop user-defined distinct types (C)”
v “fnuse.sqc -- How to use built-in SQL functions (C)”
v “tbconstr.sqc -- How to create, use, and drop constraints (C)”
v “tbtrig.sqc -- How to use a trigger on a table (C)”
v “tscreate.sqc -- How to create and drop buffer pools and table spaces (C)”
v “dbuse.sqC -- How to use a database (C++)”
v “dtstruct.sqC -- Create, use, drop a hierarchy of structured types and typed
tables (C++)”
v “dtudt.sqC -- How to create, use, and drop user-defined distinct types (C++)”
v “fnuse.sqC -- How to use built-in SQL functions (C++)”
v “tbconstr.sqC -- How to create, use, and drop constraints (C++)”
v “tbtrig.sqC -- How to use a trigger on a table (C++)”
v “tscreate.sqC -- How to create and drop buffer pools and table spaces (C++)”
v “DtUdt.sqlj -- How to create, use and drop user defined distinct types (SQLj)”
v “expsamp.sqb -- Export and import tables with table data to a DRDA database
(MF COBOL)”
Statements 509
EXPLAIN
EXPLAIN
The EXPLAIN statement captures information about the access plan chosen for the
supplied explainable statement and places this information into the Explain tables.
Invocation:
Authorization:
The authorization rules are those defined for the SQL statement specified in the
EXPLAIN statement. For example, if a DELETE statement was used as the
explainable-sql-statement (see statement syntax that follows), then the authorization
rules for a DELETE statement would be applied when the DELETE statement is
explained.
The authorization rules for static EXPLAIN statements are those rules that apply
for static versions of the statement passed as the explainable-sql-statement.
Dynamically prepared EXPLAIN statements use the authorization rules for the
dynamic preparation of the statement provided for the explainable-sql-statement
parameter.
The current authorization ID must have insert privilege on the Explain tables.
Syntax:
SET QUERYNO = integer SET QUERYTAG = string-constant
FOR explainable-sql-statement
Notes:
1 The PLAN option is supported only for syntax toleration of existing DB2 for
MVS EXPLAIN statements. There is no PLAN table. Specifying PLAN is
equivalent to specifying PLAN SELECTION.
Description:
PLAN SELECTION
Indicates that the information from the plan selection phase of SQL
compilation is to be inserted into the Explain tables.
ALL
Specifying ALL is equivalent to specifying PLAN SELECTION.
PLAN
The PLAN option provides syntax toleration for existing database applications
from other systems. Specifying PLAN is equivalent to specifying PLAN
SELECTION.
FOR SNAPSHOT
This clause indicates that only an Explain Snapshot is to be taken and placed
into the SNAPSHOT column of the EXPLAIN_STATEMENT table. No other
Explain information is captured other than that present in the
EXPLAIN_INSTANCE and EXPLAIN_STATEMENT tables.
The Explain Snapshot information is intended for use with Visual Explain.
WITH SNAPSHOT
This clause indicates that, in addition to the regular Explain information, an
Explain Snapshot is to be taken.
The default behavior of the EXPLAIN statement is to only gather regular
Explain information and not the Explain Snapshot.
The Explain Snapshot information is intended for use with Visual Explain.
default (neither FOR SNAPSHOT nor WITH SNAPSHOT specified)
Puts Explain information into the Explain tables. No snapshot is taken for use
with Visual Explain.
| WITH REOPT ONCE
| This clause indicates that the specified explainable SQL statement is to be
| reoptimized using the values for host variables, parameter markers, or special
| registers that were previously used to reoptimize this statement with REOPT
| ONCE. The Explain tables will be populated with the new access plan. If the
| user has DBADM authority, or the database registry variable
| DB2_VIEW_REOPT_VALUES is set to YES, the EXPLAIN_PREDICATE table
| will also be populated with the values if they are used to reoptimize the
| statement.
SET QUERYNO = integer
Associates integer, via the QUERYNO column in the EXPLAIN_STATEMENT
table, with explainable-sql-statement. The integer value supplied must be a
positive value.
If this clause is not specified for a dynamic EXPLAIN statement, a default
value of one (1) is assigned. For a static EXPLAIN statement, the default value
assigned is the statement number assigned by the precompiler.
SET QUERYTAG = string-constant
Associates string-constant, via the QUERYTAG column in the
EXPLAIN_STATEMENT table, with explainable-sql-statement. string-constant can
be any character string up to 20 bytes in length. If the value supplied is less
than 20 bytes in length, the value is padded on the right with blanks to the
required length.
If this clause is not specified for an EXPLAIN statement, blanks are used as the
default value.
FOR explainable-sql-statement
Specifies the SQL statement to be explained. This statement can be any valid
DELETE, INSERT, SELECT, SELECT INTO, UPDATE, VALUES, or VALUES
INTO SQL statement. If the EXPLAIN statement is embedded in a program,
the explainable-sql-statement can contain references to host variables (these
Statements 511
EXPLAIN
Notes:
The following table shows the interaction of the snapshot keywords and the
Explain information.
If neither the FOR SNAPSHOT nor the WITH SNAPSHOT clause is specified, an
Explain snapshot is not taken.
The Explain tables must be created by the user prior to invocation of the EXPLAIN
statement. The information generated by this statement is stored in the Explain
tables, in the schema that is designated at the time the statement is compiled.
The access plan generated for the explainable-sql-statement is not saved and thus,
cannot be invoked at a later time. The Explain information for the
explainable-sql-statement is inserted when the EXPLAIN statement itself is compiled.
For a static EXPLAIN SQL statement, the information is inserted into the Explain
tables at bind time and during an explicit rebind. During precompilation, the static
EXPLAIN statements are commented out in the modified application source file. At
bind time, the EXPLAIN statements are stored in the SYSCAT.STATEMENTS
catalog. When the package is run, the EXPLAIN statement is not executed. Note
that the section numbers for all statements in the application will be sequential and
will include the EXPLAIN statements. An alternative to using a static EXPLAIN
statement is to use a combination of the EXPLAIN and EXPLSNAP BIND/PREP
options. Static EXPLAIN statements can be used to cause the Explain tables to be
populated for one specific static SQL statement out of many; simply prefix the
target statement with the appropriate EXPLAIN statement syntax and bind the
application without using either of the Explain BIND/PREP options. The EXPLAIN
statement can also be used when it is advantageous to set the QUERYNO or
QUERYTAG field at the time of the actual Explain invocation.
For an incremental bind EXPLAIN SQL statement, the Explain tables are populated
when the EXPLAIN statement is submitted for compilation. When the package is
run, the EXPLAIN statement performs no processing (though the statement will be
successful). When populating the explain tables, the explain table qualifier and
authorization ID used during population will be those of the package owner. The
EXPLAIN statement can also be used when it is advantageous to set the
QUERYNO or QUERYTAG field at the time of the actual Explain invocation.
For dynamic EXPLAIN statements, the Explain tables are populated at the time the
EXPLAIN statement is submitted for compilation. An Explain statement can be
prepared with the PREPARE statement but, if executed, will perform no processing
(though the statement will be successful). An alternative to issuing dynamic
EXPLAIN statements is to use a combination of the CURRENT EXPLAIN MODE
and CURRENT EXPLAIN SNAPSHOT special registers to explain dynamic SQL
statements. The EXPLAIN statement should be used when it is advantageous to set
the QUERYNO or QUERYTAG field at the time of the actual Explain invocation.
| If the REOPT bind option is set to ONCE, and either the CURRENT EXPLAIN
| MODE or the CURRENT EXPLAIN SNAPSHOT special register is set to REOPT,
| the execution of static and dynamic SQL statements containing host variables,
| special registers, or parameter markers will cause Explain information to be
| captured for the statement only when the statement is reoptimized. Alternatively, if
| the REOPT bind option is set to ALWAYS, Explain information will be captured
| every time these statements are executed.
Examples:
Example 1: Explain a simple SELECT statement and tag with QUERYNO = 13.
EXPLAIN PLAN SET QUERYNO = 13
FOR SELECT C1
FROM T1
Example 3: Explain a simple SELECT statement and tag with QUERYNO = 13 and
QUERYTAG = ’TEST13’.
EXPLAIN PLAN SELECTION SET QUERYNO = 13 SET QUERYTAG = ’TEST13’
FOR SELECT C1
FROM T1
Example 4: Attempt to get Explain information when Explain tables do not exist.
EXPLAIN ALL FOR SELECT C1
FROM T1
This statement will fail because the Explain tables have not been defined
(SQLSTATE 42704).
| Example 5: The following statement will succeed if it is found in the package cache
| and has already been compiled using REOPT ONCE.
| EXPLAIN ALL WITH REOPT ONCE FOR SELECT C1
| FROM T1
| WHERE C1 = :<host variable>
Related reference:
v “EXPLAIN_ARGUMENT table” in the SQL Reference, Volume 1
Statements 513
EXPLAIN
FETCH
The FETCH statement positions a cursor on the next row of its result table and
assigns the values of that row to host variables.
Invocation:
Although an interactive SQL facility might provide an interface that gives the
appearance of interactive execution, this statement can only be embedded within
an application program. It is an executable statement that cannot be dynamically
prepared.
Authorization:
Syntax:
Description:
cursor-name
Identifies the cursor to be used in the fetch operation. The cursor-name must
identify a declared cursor, as explained in “DECLARE CURSOR”. The
DECLARE CURSOR statement must precede the FETCH statement in the
source program. When the FETCH statement is executed, the cursor must be in
the open state.
If the cursor is currently positioned on or after the last row of the result table:
v SQLCODE is set to +100, and SQLSTATE is set to '02000'.
v The cursor is positioned after the last row.
v Values are not assigned to host variables.
If the cursor is currently positioned on a row other than the last row, it will be
repositioned on the next row and values of that row will be assigned to host
variables as specified by INTO or USING.
INTO host-variable, ...
Identifies one or more host variables that must be described in accordance with
the rules for declaring host variables. The first value in the result row is
assigned to the first host variable in the list, the second value to the second
host variable, and so on. For LOB values in the select-list, the target can be a
regular host variable (if it is large enough), a locator variable, or a file-reference
variable.
USING DESCRIPTOR descriptor-name
Identifies an SQLDA that must contain a valid description of zero or more host
variables.
Statements 515
FETCH
Before the FETCH statement is processed, the user must set the following
fields in the SQLDA:
v SQLN to indicate the number of SQLVAR occurrences provided in the
SQLDA.
v SQLDABC to indicate the number of bytes of storage allocated for the
SQLDA.
v SQLD to indicate the number of variables used in the SQLDA when
processing the statement.
v SQLVAR occurrences to indicate the attributes of the variables.
The SQLDA must have enough storage to contain all SQLVAR occurrences.
Therefore, the value in SQLDABC must be greater than or equal to 16 +
SQLN*(N), where N is the length of an SQLVAR occurrence.
SQLD must be set to a value greater than or equal to zero and less than or
equal to SQLN.
The nth variable identified by the INTO clause or described in the SQLDA
corresponds to the nth column of the result table of the cursor. The data type of
each variable must be compatible with its corresponding column.
Notes:
v An open cursor has three possible positions:
– Before a row
– On a row
– After the last row.
v If a cursor is on a row, that row is called the current row of the cursor. A cursor
referenced in an UPDATE or DELETE statement must be positioned on a row. A
cursor can only be on a row as a result of a FETCH statement.
v When retrieving into LOB locators in situations where it is not necessary to
retain the locator across FETCH statements, it is good practice to issue a FREE
LOCATOR statement before issuing the next FETCH statement, as locator
resources are limited.
v It is possible for an error to occur that makes the state of the cursor
unpredictable.
v It is possible that a warning may not be returned on a FETCH. It is also possible
that the returned warning applies to a previously fetched row. This occurs as a
result of optimizations such as the use of system temporary tables or pushdown
operators.
v Statement caching affects the behavior of an EXECUTE IMMEDIATE statement.
v DB2 CLI supports additional fetching capabilities. For instance when a cursor’s
result table is read-only, the SQLFetchScroll() function can be used to position
the cursor at any spot within that result table.
v For an updatable cursor, a lock is obtained on a row when it is fetched.
| v If the cursor definition contains an SQL data change statement or invokes a
| routine that modifies SQL data, an error during the fetch operation does not
| cause the modified rows to be rolled back, even if the error results in the cursor
| being closed.
Examples:
Example 1: In this C example, the FETCH statement fetches the results of the
SELECT statement into the program variables dnum, dname, and mnum. When no
more rows remain to be fetched, the not found condition is returned.
EXEC SQL DECLARE C1 CURSOR FOR
SELECT DEPTNO, DEPTNAME, MGRNO FROM TDEPT
WHERE ADMRDEPT = ’A00’;
while (SQLCODE==0) {
EXEC SQL FETCH C1 INTO :dnum, :dname, :mnum;
}
Related reference:
v “DECLARE CURSOR” on page 448
v “EXECUTE” on page 501
v “SQLDA (SQL descriptor area)” in the SQL Reference, Volume 1
v “Assignments and comparisons” in the SQL Reference, Volume 1
Related samples:
v “cursor.sqb -- How to update table data with cursor statically (MF COBOL)”
v “tbread.sqc -- How to read tables (C)”
v “tut_mod.sqc -- How to modify table data (C)”
v “tbread.sqC -- How to read tables (C++)”
v “tut_mod.sqC -- How to modify table data (C++)”
v “TutMod.sqlj -- Modify data in a table (SQLj)”
Statements 517
FLUSH EVENT MONITOR
When an event monitor is flushed, its active internal buffers are written to the
event monitor output object.
Invocation:
Authorization:
Syntax:
Description:
event-monitor-name
Name of the event monitor. This is a one-part name. It is an SQL identifier.
BUFFER
Indicates that the event monitor buffers are to be written out. If BUFFER is
specified, then a partial record is not generated. Only the data already present
in the event monitor buffers are written out.
Notes:
v Flushing out the event monitor will not cause the event monitor values to be
reset. This means that the event monitor record that would have been generated
if no flush was performed, will still be generated when the normal monitor
event is triggered.
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include either
SYSADM or DBADM authority (SQLSTATE 42502).
Syntax:
Notes:
v This statement affects all cached dynamic SQL entries in the package cache on
all active database partitions.
v As cached dynamic SQL statements are invalidated, the package cache memory
used for the cached entry will be freed if the entry is not in use when the
FLUSH PACKAGE CACHE statement executes.
v Any cached dynamic SQL statement currently in use will be allowed to continue
to exist in the package cache until it is no longer needed by the its current user;
the next new user of the same statement will force an implicit prepare of the
statement by DB2, and the new user will execute the new version of the cached
dynamic SQL statement.
Statements 519
FOR
FOR
The FOR statement executes a statement or group of statements for each row of a
table.
Invocation:
Authorization:
Syntax:
FOR for-loop-name AS
label:
| select-statement DO
(1)
cursor-name CURSOR FOR
WITH HOLD
SQL-routine-statement:
SQL-procedure-statement ;
SQL-function-statement ;
SQL-function-statement:
CALL
FOR
fullselect
,
WITH common-table-expression
GET DIAGNOSTICS
IF
INSERT
ITERATE
LEAVE
MERGE
searched-delete
searched-update
SET Variable
SIGNAL
WHILE
Notes:
1 This option can only be used in the context of an SQL procedure.
Description:
label
Specifies the label for the FOR statement. If the beginning label is specified,
that label can be used in LEAVE and ITERATE statements. If the ending label
is specified, it must be the same as the beginning label.
for-loop-name
Specifies a label for the implicit compound statement generated to implement
the FOR statement. It follows the rules for the label of a compound statement
except that it cannot be used with an ITERATE or LEAVE statement within the
FOR statement. The for-loop-name is used to qualify the column names returned
by the specified select-statement.
cursor-name
| Names the cursor that is used to select rows from the result table of the
| SELECT statement. If not specified, DB2 generates a unique cursor name. For a
| description of the WITH HOLD clause, see the “DECLARE CURSOR”
| statement.
select-statement
Specifies the SELECT statement of the cursor. All columns in the select list
must have a name and there cannot be two columns with the same name.
In a trigger, function, method, or dynamic compound statement, the
select-statement must consist of only a fullselect with optional common table
expressions.
SQL-procedure-statement
Specifies one or more statements to be invoked for each row of the table.
SQL-procedure-statement is only applicable when in the context of an SQL
procedure. See SQL-procedure-statement in the description of the Compound
SQL (Procedure) statement.
SQL-function-statement
Specifies one or more statements to be invoked for each row of the table. A
searched-update, searched-delete, or INSERT operation on nicknames is not
supported. SQL-function-statement is only applicable when in the context of an
SQL function or SQL method.
Statements 521
FOR
Rules:
v The select list must consist of unique column names and the table specified in
the select list must exist when the procedure is created, or it must be a table
created in a previous SQL procedure statement.
v The cursor specified in a for-statement cannot be referenced outside the
for-statement and cannot be specified in an OPEN, FETCH, or CLOSE statement.
Examples:
In the following example, the for-statement is used to iterate over the entire
employee table. For each row in the table, the SQL variable fullname is set to the
last name of the employee, followed by a comma, the first name, a blank space,
and the middle initial. Each value for fullname is inserted into table tnames.
BEGIN ATOMIC
DECLARE fullname CHAR(40);
FOR vl AS
SELECT firstnme, midinit, lastname FROM employee
DO
SET fullname = lastname || ’,’ || firstnme ||’ ’ || midinit;
INSERT INTO tnames VALUES (fullname);
END FOR
END
Related reference:
v “DECLARE CURSOR” on page 448
v “Compound SQL (Procedure)” on page 127
Related samples:
v “dbinline.sqc -- How to use inline SQL Procedure Language (C)”
FREE LOCATOR
The FREE LOCATOR statement removes the association between a locator variable
and its value.
Invocation:
Authorization:
None required.
Syntax:
Description:
LOCATOR variable-name, ...
Identifies one or more locator variables that must be declared in accordance
with the rules for declaring locator variables.
The locator-variable must currently have a locator assigned to it. That is, a
locator must have been assigned during this unit of work (by a CALL, FETCH,
SELECT INTO, or VALUES INTO statement) and must not subsequently have
been freed (by a FREE LOCATOR statement); otherwise, an error is returned
(SQLSTATE 0F001).
If more than one locator is specified, all locators that can be freed will be freed,
regardless of errors detected in other locators in the list.
Example:
In a COBOL program, free the BLOB locator variables TKN-VIDEO and TKN-BUF
and the CLOB locator variable LIFE-STORY-LOCATOR.
EXEC SQL
FREE LOCATOR :TKN-VIDEO, :TKN-BUF, :LIFE-STORY-LOCATOR
END-EXEC.
Related samples:
v “dtlob.c -- How to read and write LOB data”
v “spserver.c -- Definition of various types of stored procedures”
v “dtlob.sqc -- How to use the LOB data type (C)”
v “spserver.sqc -- Definition of various types of stored procedures (C)”
v “dtlob.sqC -- How to use the LOB data type (C++)”
v “spserver.sqC -- Definition of various types of stored procedures (C++)”
v “lobeval.sqb -- Demonstrates how to use a Large Object (LOB) (MF COBOL)”
Statements 523
GET DIAGNOSTICS
GET DIAGNOSTICS
The GET DIAGNOSTICS statement is used to obtain information about the
previously executed SQL statement.
Invocation:
Authorization:
None required.
Syntax:
condition-information:
Description:
SQL-variable-name
| Identifies the variable that is the assignment target. If ROW_COUNT or
| DB2_RETURN_STATUS is specified, the variable must be an integer variable.
| Otherwise, the variable must be CHAR or VARCHAR. SQL variables can be
| defined in a compound statement.
ROW_COUNT
Identifies the number of rows associated with the previous SQL statement. If
the previous SQL statement is a DELETE, INSERT, or UPDATE statement,
ROW_COUNT identifies the number of rows that qualified for the operation. If
the previous statement is a PREPARE statement, ROW_COUNT identifies the
estimated number of result rows in the prepared statement.
| DB2_RETURN_STATUS
Identifies the status value returned from the stored procedure associated with
the previously executed SQL statement, provided that the statement was a
CALL statement invoking a procedure that returns a status. If the previous
statement is not such a statement, then the value returned has no meaning and
could be any integer.
condition-information
Specifies that the error or warning information for the previously executed
SQL statement is to be returned. If information about an error is needed, the
GET DIAGNOSTICS statement must be the first statement specified in the
handler that will handle the error. If information about a warning is needed,
and if the handler will get control of the warning condition, the GET
DIAGNOSTICS statement must be the first statement specified in that handler.
If the handler will not get control of the warning condition, the GET
Notes:
| v Compatibilities
| – For compatibility with previous versions of DB2:
| - RETURN_STATUS can be specified in place of DB2_RETURN_STATUS.
v The GET DIAGNOSTICS statement does not change the contents of the
diagnostics area (SQLCA). If an SQLSTATE or SQLCODE special variable is
declared in the SQL procedure, these are set to the SQLSTATE or SQLCODE
returned from issuing the GET DIAGNOSTICS statement.
Examples:
Within an SQL procedure, handle the returned status value from the invocation of
a stored procedure called TRYIT that could either explicitly RETURN a positive
value indicating a user failure, or encounter SQL errors that would result in a
negative return status value. If the procedure is successful, it returns a value of
zero.
CREATE PROCEDURE TESTIT ()
LANGUAGE SQL
A1:BEGIN
DECLARE RETVAL INTEGER DEFAULT 0;
...
CALL TRYIT;
| GET DIAGNOSTICS RETVAL = DB2_RETURN_STATUS;
IF RETVAL <> 0 THEN
...
LEAVE A1;
Statements 525
GET DIAGNOSTICS
ELSE
...
END IF;
END A1
GOTO
The GOTO statement is used to branch to a user-defined label within an SQL
procedure.
Invocation:
Authorization:
None required.
Syntax:
GOTO label
Description:
label
Specifies a labelled statement where processing is to continue. The labelled
statement and the GOTO statement must be in the same scope:
v If the GOTO statement is defined in a FOR statement, label must be defined
inside the same FOR statement, excluding a nested FOR statement or nested
compound statement
v If the GOTO statement is defined in a compound statement, label must be
defined inside the same compound statement, excluding a nested FOR
statement or nested compound statement
v If the GOTO statement is defined in a handler, label must be defined in the
same handler, following the other scope rules
v If the GOTO statement is defined outside of a handler, label must not be
defined within a handler.
If label is not defined within a scope that the GOTO statement can reach, an
error is returned (SQLSTATE 42736).
Notes:
v It is recommended that the GOTO statement be used sparingly. This statement
interferes with normal processing sequences, thus making a routine more
difficult to read and maintain. Before using a GOTO statement, determine
whether another statement, such as IF or LEAVE, can be used in place, to
eliminate the need for a GOTO statement.
Examples:
In the following compound statement, the parameters rating and v_empno are
passed into the procedure, which then returns the output parameter return_parm as
a date duration. If the employee’s time in service with the company is less than 6
months, the GOTO statement transfers control to the end of the procedure, and
new_salary is left unchanged.
CREATE PROCEDURE adjust_salary
(IN v_empno CHAR(6),
IN rating INTEGER)
OUT return_parm DECIMAL (8,2))
Statements 527
GOTO
Invocation:
Authorization:
Syntax:
TO authorization-name
USER
GROUP
PUBLIC
Description:
BINDADD
Grants the authority to create packages. The creator of a package automatically
has the CONTROL privilege on that package and retains this privilege even if
the BINDADD authority is subsequently revoked.
CONNECT
Grants the authority to access the database.
CREATETAB
Grants the authority to create base tables. The creator of a base table
automatically has the CONTROL privilege on that table. The creator retains
this privilege even if the CREATETAB authority is subsequently revoked.
There is no explicit authority required for view creation. A view can be created
at any time if the authorization ID of the statement used to create the view has
either CONTROL or SELECT privilege on each base table of the view.
CREATE_EXTERNAL_ROUTINE
Grants the authority to register external routines. Care must be taken that
Statements 529
GRANT (Database Authorities)
routines so registered will not have adverse side effects. (For more information,
see the description of the THREADSAFE clause on the CREATE or ALTER
routine statements.)
Once an external routine has been registered, it continues to exist, even if
CREATE_EXTERNAL_ROUTINE is subsequently revoked.
CREATE_NOT_FENCED_ROUTINE
Grants the authority to register routines that execute in the database manager’s
process. Care must be taken that routines so registered will not have adverse
side effects. (For more information, see the description of the FENCED clause
on the CREATE or ALTER routine statements.)
Once a routine has been registered as not fenced, it continues to run in this
manner, even if CREATE_NOT_FENCED_ROUTINE is subsequently revoked.
CREATE_EXTERNAL_ROUTINE is automatically granted to an
authorization-name that is granted CREATE_NOT_FENCED_ROUTINE
authority.
IMPLICIT_SCHEMA
Grants the authority to implicitly create a schema.
DBADM
Grants the database administrator authority and all other database authorities.
A database administrator has all privileges against all objects in the database,
and can grant these privileges to others.
Note: All other database authorities are implicitly and automatically granted to
an authorization-name that is granted DBADM authority.
LOAD
Grants the authority to load in this database. This authority gives a user the
right to use the LOAD utility in this database. SYSADM and DBADM also
have this authority by default. However, if a user only has LOAD authority
(not SYSADM or DBADM), the user is also required to have table-level
privileges. In addition to LOAD privilege, the user is required to have:
v INSERT privilege on the table for LOAD with mode INSERT, TERMINATE
(to terminate a previous LOAD INSERT), or RESTART (to restart a previous
LOAD INSERT)
v INSERT and DELETE privilege on the table for LOAD with mode
REPLACE, TERMINATE (to terminate a previous LOAD REPLACE), or
RESTART (to restart a previous LOAD REPLACE)
v INSERT privilege on the exception table, if such a table is used as part of
LOAD
QUIESCE_CONNECT
Grants the authority to access the database while it is quiesced.
TO
Specifies to whom the authorities are granted.
USER
Specifies that the authorization-name identifies a user.
GROUP
Specifies that the authorization-name identifies a group name.
authorization-name,...
Lists the authorization IDs of one or more users or groups.
Rules:
v If neither USER nor GROUP is specified, then
– If the authorization-name is defined in the operating system only as GROUP,
GROUP is assumed.
– If the authorization-name is defined in the operating system only as USER, or
if it is undefined, USER is assumed.
– If the authorization-name is defined in the operating system as both, an error
(SQLSTATE 56092) is returned.
Notes:
v Compatibilities
– For compatibility with previous versions of DB2:
- CREATE_NOT_FENCED can be specified in place of
CREATE_NOT_FENCED_ROUTINE
Examples:
Example 1: Give the users WINKEN, BLINKEN, and NOD the authority to
connect to the database.
GRANT CONNECT ON DATABASE TO USER WINKEN, USER BLINKEN, USER NOD
Observe that, the GROUP keyword must be specified; otherwise, an error will
occur since both a user and a group named D024 exist. Any member of the D024
group will be allowed to bind packages in the database, but the D024 user will not
be allowed (unless this user is also a member of the group D024, had been granted
BINDADD authority previously, or BINDADD authority had been granted to
another group of which D024 was a member).
Related reference:
v “GRANT (Index Privileges)” on page 533
v “GRANT (Package Privileges)” on page 535
v “GRANT (Schema Privileges)” on page 542
v “GRANT (Table, View, or Nickname Privileges)” on page 551
v “GRANT (Server Privileges)” on page 547
v “GRANT (Table Space Privileges)” on page 549
v “GRANT (Sequence Privileges)” on page 545
v “GRANT (Routine Privileges)” on page 538
Related samples:
v “dbauth.sqb -- How to grant and display authorities on a database (MF
COBOL)”
Statements 531
GRANT (Database Authorities)
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v DBADM authority
v SYSADM authority.
Syntax:
TO authorization-name
USER
GROUP
PUBLIC
Description:
CONTROL
Grants the privilege to drop the index. This is the CONTROL authority for
indexes, which is automatically granted to creators of indexes.
ON INDEX index-name
Identifies the index for which the CONTROL privilege is to be granted.
TO
Specifies to whom the privileges are granted.
USER
Specifies that the authorization-name identifies a user.
GROUP
Specifies that the authorization-name identifies a group name.
authorization-name,...
Lists the authorization IDs of one or more users or groups.
The list of authorization IDs cannot include the authorization ID of the
user issuing the statement (SQLSTATE 42502).
PUBLIC
Grants the privileges to all users.
Rules:
Statements 533
GRANT (Index Privileges)
Example:
GRANT CONTROL ON INDEX DEPTIDX TO USER USER4
Related reference:
v “GRANT (Database Authorities)” on page 529
v “GRANT (Package Privileges)” on page 535
v “GRANT (Schema Privileges)” on page 542
v “GRANT (Table, View, or Nickname Privileges)” on page 551
v “GRANT (Server Privileges)” on page 547
v “GRANT (Table Space Privileges)” on page 549
v “GRANT (Sequence Privileges)” on page 545
v “GRANT (Routine Privileges)” on page 538
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v CONTROL privilege on the referenced package
v The WITH GRANT OPTION for each identified privilege on package-name.
v SYSADM or DBADM authority.
Syntax:
GRANT BIND
CONTROL
(1)
EXECUTE
(2)
ON PACKAGE package-id
schema-name.
TO authorization-name
USER WITH GRANT OPTION
GROUP
PUBLIC
Notes:
1 RUN can be used as a synonym for EXECUTE.
2 PROGRAM can be used as a synonym for PACKAGE.
Description:
BIND
Grants the privilege to bind a package. The BIND privilege allows a user to
re-issue the BIND command against that package, or to issue the REBIND
command. It also allows a user to create a new version of an existing package.
Statements 535
GRANT (Package Privileges)
In addition to the BIND privilege, a user must hold the necessary privileges on
each table referenced by static DML statements contained in a program. This is
necessary, because authorization on static DML statements is checked at bind
time.
CONTROL
Grants the privilege to rebind, drop, or execute the package, and extend
package privileges to other users. The CONTROL privilege for packages is
automatically granted to creators of packages. A package owner is the package
binder, or the ID specified with the OWNER option at bind/precompile time.
BIND and EXECUTE are automatically granted to an authorization-name that is
granted CONTROL privilege.
CONTROL grants the ability to grant the above privileges (except for
CONTROL) to others.
EXECUTE
Grants the privilege to execute the package.
ON PACKAGE schema-name.package-id
Specifies the name of the package on which privileges are to be granted. If a
schema name is not specified, the package ID is implicitly qualified by the
default schema. The granting of a package privilege applies to all versions of
the package (that is, to all packages that share the same package ID and
package schema).
TO
Specifies to whom the privileges are granted.
USER
Specifies that the authorization-name identifies a user.
GROUP
Specifies that the authorization-name identifies a group name.
authorization-name,...
Lists the authorization IDs of one or more users or groups.
The list of authorization IDs cannot include the authorization ID of the
user issuing the statement (SQLSTATE 42502).
PUBLIC
Grants the privileges to all users.
WITH GRANT OPTION
Allows the specified authorization-name to GRANT the privileges to others.
If the specified privileges include CONTROL, the WITH GRANT OPTION
applies to all of the applicable privileges except for CONTROL (SQLSTATE
01516).
Rules:
v If neither USER nor GROUP is specified, then
– If the authorization-name is defined in the operating system only as GROUP,
then GROUP is assumed.
– If the authorization-name is defined in the operating system only as USER or if
it is undefined, USER is assumed.
– If the authorization-name is defined in the operating system as both, an error
(SQLSTATE 56092) is returned.
Notes:
v Package privileges apply to all versions of a package (that is, all packages that
share the same package ID and package schema). It is not possible to restrict
access to only one version. Because CONTROL privilege is implicitly granted to
the binder of a package, if two different users bind two versions of a package,
then both users will implicitly be granted access to each other’s package.
Examples:
or
GRANT EXECUTE ON PACKAGE
CORPDATA.PKGA TO USER EMPLOYEE
Related reference:
v “GRANT (Database Authorities)” on page 529
v “GRANT (Index Privileges)” on page 533
v “GRANT (Schema Privileges)” on page 542
v “GRANT (Table, View, or Nickname Privileges)” on page 551
v “GRANT (Server Privileges)” on page 547
v “GRANT (Table Space Privileges)” on page 549
v “GRANT (Sequence Privileges)” on page 545
v “GRANT (Routine Privileges)” on page 538
Statements 537
GRANT (Routine Privileges)
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v WITH GRANT OPTION for EXECUTE on the routine
v SYSADM or DBADM authority
To grant all routine EXECUTE privileges in the schema or type, the privileges held
by the authorization ID must include at least one of the following:
v WITH GRANT OPTION for EXECUTE on all existing and future routines (of the
specified type) in the specified schema
v SYSADM or DBADM authority
Syntax:
TO authorization-name
USER WITH GRANT OPTION
GROUP
PUBLIC
Description:
EXECUTE
Grants the privilege to run the identified user-defined function, method, or
stored procedure.
function-designator
Uniquely identifies the function.
FUNCTION schema.*
Identifies all the functions in the schema, including any functions that may be
created in the future. In dynamic SQL statements, if a schema is not specified,
the schema in the CURRENT SCHEMA special register will be used. In static
SQL statements, if a schema is not specified, the schema in the QUALIFIER
precompile/bind option will be used.
method-designator
Uniquely identifies the method.
METHOD *
Identifies all the methods for the type type-name, including any methods that
may be created in the future.
FOR type-name
Names the type in which the specified method is found. The name must
identify a type already described in the catalog (SQLSTATE 42704). In
dynamic SQL statements, the value of the CURRENT SCHEMA special
register is used as a qualifier for an unqualified type name. In static SQL
statements, the QUALIFIER precompile/bind option implicitly specifies the
qualifier for unqualified type names. An asterisk (*) can be used in place of
type-name to identify all types in the schema, including any types that may
be created in the future.
procedure-designator
Uniquely identifies the procedure.
PROCEDURE schema.*
Identifies all the procedures in the schema, including any procedures that may
be created in the future. In dynamic SQL statements, if a schema is not
specified, the schema in the CURRENT SCHEMA special register will be used.
In static SQL statements, if a schema is not specified, the schema in the
QUALIFIER precompile/bind option will be used.
TO
Specifies to whom the EXECUTE privilege is granted.
USER
Specifies that the authorization-name identifies a user.
GROUP
Specifies that the authorization-name identifies a group name.
authorization-name,...
Lists the authorization IDs of one or more users or groups.
PUBLIC
Grants the EXECUTE privilege to all users.
WITH GRANT OPTION
Allows the specified authorization-names to GRANT the EXECUTE privilege to
others.
If the WITH GRANT OPTION is omitted, the specified authorization-name can
only grant the EXECUTE privilege to others if they:
v have SYSADM or DBADM authority or
v received the ability to grant the EXECUTE privilege from some other source.
Rules:
v It is not possible to grant the EXECUTE privilege on a function or method
defined with schema ’SYSIBM’ or ’SYSFUN’ (SQLSTATE 42832).
Statements 539
GRANT (Routine Privileges)
Examples:
Related reference:
v “GRANT (Database Authorities)” on page 529
v “GRANT (Index Privileges)” on page 533
v “GRANT (Package Privileges)” on page 535
v “GRANT (Schema Privileges)” on page 542
v “GRANT (Table, View, or Nickname Privileges)” on page 551
v “GRANT (Server Privileges)” on page 547
v “GRANT (Table Space Privileges)” on page 549
Statements 541
GRANT (Schema Privileges)
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v WITH GRANT OPTION for each identified privilege on schema-name
v SYSADM or DBADM authority
Privileges cannot be granted on schema names SYSIBM, SYSCAT, SYSFUN and
SYSSTAT by any user (SQLSTATE 42501).
Syntax:
TO authorization-name
USER WITH GRANT OPTION
GROUP
PUBLIC
Description:
ALTERIN
Grants the privilege to alter or comment on all objects in the schema. The
owner of an explicitly created schema automatically receives ALTERIN
privilege.
CREATEIN
Grants the privilege to create objects in the schema. Other authorities or
privileges required to create the object (such as CREATETAB) are still required.
The owner of an explicitly created schema automatically receives CREATEIN
privilege. An implicitly created schema has CREATEIN privilege automatically
granted to PUBLIC.
DROPIN
Grants the privilege to drop all objects in the schema. The owner of an
explicitly created schema automatically receives DROPIN privilege.
ON SCHEMA schema-name
Identifies the schema on which the privileges are to be granted.
TO
Specifies to whom the privileges are granted.
USER
Specifies that the authorization-name identifies a user.
GROUP
Specifies that the authorization-name identifies a group name.
authorization-name,...
Lists the authorization IDs of one or more users or groups.
The list of authorization IDs cannot include the authorization ID of the
user issuing the statement (SQLSTATE 42502).
PUBLIC
Grants the privileges to all users.
WITH GRANT OPTION
Allows the specified authorization-names to GRANT the privileges to others.
If the WITH GRANT OPTION is omitted, the specified authorization-names can
only grant the privileges to others if they:
v have DBADM authority or
v received the ability to grant privileges from some other source.
Rules:
v If neither USER nor GROUP is specified, then
– If the authorization-name is defined in the operating system only as GROUP,
then GROUP is assumed.
– If the authorization-name is defined in the operating system only as USER or
if it is undefined, USER is assumed.
– If the authorization-name is defined in the operating system as both, an error
(SQLSTATE 56092) is returned.
v In general, the GRANT statement will process the granting of privileges that the
authorization ID of the statement is allowed to grant, returning a warning
(SQLSTATE 01007) if one or more privileges was not granted. If no privileges
were granted, an error is returned (SQLSTATE 42501). (If the package used for
processing the statement was precompiled with LANGLEVEL set to SQL92E for
MIA, a warning is returned (SQLSTATE 01007), unless the grantor has no
privileges on the object of the grant operation.)
Examples:
Example 2: Grant user IHAKES the ability to create and drop objects in schema
CORPDATA.
GRANT CREATEIN, DROPIN ON SCHEMA CORPDATA TO IHAKES
Related reference:
v “GRANT (Database Authorities)” on page 529
v “GRANT (Index Privileges)” on page 533
v “GRANT (Package Privileges)” on page 535
v “GRANT (Table, View, or Nickname Privileges)” on page 551
v “GRANT (Server Privileges)” on page 547
Statements 543
GRANT (Schema Privileges)
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
| v WITH GRANT OPTION for each identified privilege on sequence-name
| v SYSADM or DBADM authority
Syntax:
| ,
|
GRANT USAGE ON SEQUENCE sequence-name
ALTER
| ,
|
TO authorization-name
USER WITH GRANT OPTION
GROUP
PUBLIC
|
Description:
USAGE
Grants the privilege to reference a sequence using nextval-expression or
prevval-expression.
| ALTER
| Grants the privilege to alter sequence properties using the ALTER SEQUENCE
| statement.
ON SEQUENCE sequence-name
Identifies the sequence on which the specified privileges are to be granted. The
sequence name, including an implicit or explicit schema qualifier, must
uniquely identify an existing sequence at the current server. If no sequence by
this name exists, an error (SQLSTATE 42704) is returned.
TO
Specifies to whom the specified privileges are granted.
| USER
| Specifies that the authorization-name identifies a user.
| GROUP
| Specifies that the authorization-name identifies a group.
| authorization-name,...
| Lists the authorization IDs of one or more users or groups.
Statements 545
GRANT (Sequence Privileges)
PUBLIC
Grants the specified privileges to all users.
| WITH GRANT OPTION
| Allows the specified authorization-name to grant the specified privileges to
| others.
| If the WITH GRANT OPTION is omitted, the specified authorization-name can
| only grant the specified privileges to others if they:
| v have SYSADM or DBADM authority or
| v received the ability to grant the specified privileges from some other source.
| Rules:
| v If neither USER nor GROUP is specified, then:
| – If the authorization-name is defined in the operating system only as GROUP,
| then GROUP is assumed.
| – If the authorization-name is defined in the operating system only as USER or if
| it is undefined, then USER is assumed.
| – If the authorization-name is defined in the operating system as both USER and
| GROUP, an error (SQLSTATE 56092) is returned.
| v In general, the GRANT statement will process the granting of privileges that the
| authorization ID of the statement is allowed to grant, returning a warning
| (SQLSTATE 01007) if one or more privileges is not granted. If no privileges are
| granted, an error is returned (SQLSTATE 42501). (If the package used for
| processing the statement was precompiled with LANGLEVEL set to SQL92E or
| MIA, a warning is returned (SQLSTATE 01007), unless the grantor has no
| privileges on the object of the grant operation.)
Example:
Example 1: Grant any user the USAGE privilege on a sequence called ORG_SEQ.
GRANT USAGE ON SEQUENCE ORG_SEQ TO PUBLIC
| Example 2: Grant user BOBBY the ability to alter a sequence called GENERATE_ID,
| and to grant this privilege to others.
| GRANT ALTER ON SEQUENCE GENERATE_ID TO BOBBY WITH GRANT OPTION
Related reference:
v “GRANT (Database Authorities)” on page 529
v “GRANT (Index Privileges)” on page 533
v “GRANT (Package Privileges)” on page 535
v “GRANT (Schema Privileges)” on page 542
v “GRANT (Table, View, or Nickname Privileges)” on page 551
v “GRANT (Server Privileges)” on page 547
v “GRANT (Table Space Privileges)” on page 549
v “GRANT (Routine Privileges)” on page 538
Invocation:
Authorization:
Syntax:
authorization-name
USER
GROUP
PUBLIC
Description:
server-name
Names the data source for which the privilege to use in pass-through mode is
being granted. server-name must identify a data source that is described in the
catalog.
TO
Specifies to whom the privilege is granted.
USER
Specifies that the authorization-name identifies a user.
GROUP
Specifies that the authorization-name identifies a group name.
authorization-name,...
Lists the authorization IDs of one or more users or groups.
The list of authorization IDs cannot include the authorization ID of the
user issuing the statement (SQLSTATE 42502).
PUBLIC
Grants to all users the privilege to pass through to server-name.
Examples:
Example 1: Give R. Smith and J. Jones the privilege to pass through to data source
SERVALL. Their authorization IDs are RSMITH and JJONES.
Statements 547
GRANT (Server Privileges)
The GROUP keyword must be specified; otherwise, an error will occur because
D024 is a user’s ID as well as the specified group’s ID (SQLSTATE 56092). Any
member of group D024 will be allowed to pass through to EASTWING. Therefore,
if user D024 belongs to the group, this user will be able to pass through to
EASTWING.
Related reference:
v “GRANT (Database Authorities)” on page 529
v “GRANT (Index Privileges)” on page 533
v “GRANT (Package Privileges)” on page 535
v “GRANT (Schema Privileges)” on page 542
v “GRANT (Table, View, or Nickname Privileges)” on page 551
v “GRANT (Table Space Privileges)” on page 549
v “GRANT (Sequence Privileges)” on page 545
v “GRANT (Routine Privileges)” on page 538
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v WITH GRANT OPTION for use of the table space
v SYSADM, SYSCTRL, or DBADM authority
Syntax:
authorization-name
USER WITH GRANT OPTION
GROUP
PUBLIC
Description:
USE
Grants the privilege to specify or default to the table space when creating a
table. The creator of a table space automatically receives USE privilege with
grant option.
OF TABLESPACE tablespace-name
Identifies the table space on which the USE privilege is to be granted. The
table space cannot be SYSCATSPACE (SQLSTATE 42838) or a system
temporary table space (SQLSTATE 42809).
TO
Specifies to whom the USE privilege is granted.
USER
Specifies that the authorization-name identifies a user.
GROUP
Specifies that the authorization-name identifies a group name.
authorization-name
Lists the authorization IDs of one or more users or groups.
The list of authorization IDs cannot include the authorization ID of the
user issuing the statement (SQLSTATE 42502).
Statements 549
GRANT (Table Space Privileges)
PUBLIC
Grants the USE privilege to all users.
WITH GRANT OPTION
Allows the specified authorization-name to GRANT the USE privilege to others.
If the WITH GRANT OPTION is omitted, the specified authorization-name can
only GRANT the USE privilege to others if they:
v have SYSADM or DBADM authority or
v received the ability to GRANT the USE privilege from some other source.
Notes:
Examples:
Example 1: Grant user BOBBY the ability to create tables in table space PLANS
and to grant this privilege to others.
GRANT USE OF TABLESPACE PLANS TO BOBBY WITH GRANT OPTION
Related reference:
v “GRANT (Database Authorities)” on page 529
v “GRANT (Index Privileges)” on page 533
v “GRANT (Package Privileges)” on page 535
v “GRANT (Schema Privileges)” on page 542
v “GRANT (Table, View, or Nickname Privileges)” on page 551
v “GRANT (Server Privileges)” on page 547
v “GRANT (Sequence Privileges)” on page 545
v “GRANT (Routine Privileges)” on page 538
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v CONTROL privilege on the referenced table, view, or nickname
v The WITH GRANT OPTION for each identified privilege. If ALL is specified,
the authorization ID must have some grantable privilege on the identified table,
view, or nickname.
v SYSADM or DBADM authority.
Syntax:
PRIVILEGES
GRANT ALL
,
ALTER
CONTROL
DELETE
INDEX
INSERT
REFERENCES
,
( column-name )
SELECT
UPDATE
,
( column-name )
,
TABLE
ON table-name TO authorization-name
(1) USER
view-name GROUP
nickname PUBLIC
Statements 551
GRANT (Table, View, or Nickname Privileges)
WITH GRANT OPTION
Notes:
1 ALTER, INDEX, and REFERENCES privileges are not applicable to views.
Description:
ALL or ALL PRIVILEGES
Grants all the appropriate privileges, except CONTROL, on the base table,
view, or nickname named in the ON clause.
If the authorization ID of the statement has CONTROL privilege on the table,
view, or nickname, or DBADM or SYSADM authority, then all the privileges
applicable to the object (except CONTROL) are granted. Otherwise, the
privileges granted are all those grantable privileges that the authorization ID of
the statement has on the identified table, view, or nickname.
If ALL is not specified, one or more of the keywords in the list of privileges
must be specified.
ALTER
Grants the privilege to:
v Add columns to a base table definition.
v Create or drop a primary key or unique constraint on a base table.
v Create or drop a foreign key on a base table.
The REFERENCES privilege on each column of the parent table is also
required.
v Create or drop a check constraint on a base table.
v Create a trigger on a base table.
v Add, reset, or drop a column option for a nickname.
v Change a nickname column name or data type.
v Add or change a comment on a base table or a nickname.
CONTROL
Grants:
v All of the appropriate privileges in the list, that is:
– ALTER, CONTROL, DELETE, INSERT, INDEX, REFERENCES, SELECT,
and UPDATE to base tables
– CONTROL, DELETE, INSERT, SELECT, and UPDATE to views
– ALTER, CONTROL, INDEX, and REFERENCES to nicknames
v The ability to grant the above privileges (except for CONTROL) to others.
v The ability to drop the base table, view, or nickname.
This ability cannot be extended to others on the basis of holding CONTROL
privilege. The only way that it can be extended is by granting the
CONTROL privilege itself and that can only be done by someone with
SYSADM or DBADM authority.
v The ability to execute the RUNSTATS utility on the table and indexes.
| v The ability to execute the REORG utility on the table.
v The ability to issue the SET INTEGRITY statement against a base table,
materialized query table, or staging table.
The definer of a base table, materialized query table, staging table, or nickname
automatically receives the CONTROL privilege.
The definer of a view automatically receives the CONTROL privilege if the
definer holds the CONTROL privilege on all tables, views, and nicknames
identified in the fullselect.
DELETE
Grants the privilege to delete rows from the table or updatable view.
INDEX
Grants the privilege to create an index on a table, or an index specification on
a nickname. This privilege cannot be granted on a view. The creator of an
index or index specification automatically has the CONTROL privilege on the
index or index specification (authorizing the creator to drop the index or index
specification). In addition, the creator retains the CONTROL privilege even if
the INDEX privilege is revoked.
INSERT
Grants the privilege to insert rows into the table or updatable view and to run
the IMPORT utility.
REFERENCES
Grants the privilege to create and drop a foreign key referencing the table as
the parent.
If the authorization ID of the statement has one of:
v DBADM or SYSADM authority
v CONTROL privilege on the table
v REFERENCES WITH GRANT OPTION on the table
then the grantee(s) can create referential constraints using all columns of the
table as parent key, even those added later using the ALTER TABLE statement.
Otherwise, the privileges granted are all those grantable column REFERENCES
privileges that the authorization ID of the statement has on the identified table.
Statements 553
GRANT (Table, View, or Nickname Privileges)
PUBLIC
Grants the privileges to all users. (Previous restrictions on the use of
privileges granted to PUBLIC for static SQL statements and the CREATE
VIEW statement have been removed.)
WITH GRANT OPTION
Allows the specified authorization-names to GRANT the privileges to others.
If the specified privileges include CONTROL, the WITH GRANT OPTION
applies to all the applicable privileges except for CONTROL (SQLSTATE
01516).
Rules:
v If neither USER nor GROUP is specified, then
– If the authorization-name is defined in the operating system only as GROUP,
then GROUP is assumed.
– If the authorization-name is defined in the operating system only as USER or if
it is undefined, USER is assumed.
– If the authorization-name is defined in the operating system as both, an error
(SQLSTATE 56092) is returned.
v In general, the GRANT statement will process the granting of privileges that the
authorization ID of the statement is allowed to grant, returning a warning
(SQLSTATE 01007) if one or more privileges was not granted. If no privileges
were granted, an error is returned (SQLSTATE 42501). (If the package used for
processing the statement was precompiled with LANGLEVEL set to SQL92E or
MIA, a warning is returned (SQLSTATE 01007), unless the grantor has no
privileges on the object of the grant operation.) If CONTROL privilege is
specified, privileges will only be granted if the authorization ID of the statement
has SYSADM or DBADM authority (SQLSTATE 42501).
Notes:
v Compatibilities
– For compatibility with DB2 UDB for OS/390 and z/OS:
- The following syntax is tolerated and ignored:
v PUBLIC AT ALL LOCATIONS
v Privileges may be granted independently at every level of a table hierarchy. A
user with a privilege on a supertable may affect the subtables. For example, an
update specifying the supertable T may show up as a change to a row in the
subtable S of T done by a user with UPDATE privilege on T but without
UPDATE privilege on S. A user can only operate directly on the subtable if the
necessary privilege is held on the subtable.
v Granting nickname privileges has no effect on data source object (table or view)
privileges. Typically, data source privileges are required for the table or view
that a nickname references when attempting to retrieve data.
Examples:
Example 2: Grant the appropriate privileges on the CALENDAR table so that users
PHIL and CLAIRE can read it and insert new entries into it. Do not allow them to
change or remove any existing entries.
Statements 555
GRANT (Table, View, or Nickname Privileges)
Example 3: Grant all privileges on the COUNCIL table to user FRANK and the
ability to extend all privileges to others.
GRANT ALL ON COUNCIL
TO USER FRANK WITH GRANT OPTION
or
GRANT SELECT
ON CORPDATA.EMPLOYEE TO USER JOHN
or
GRANT SELECT ON CORPDATA.EMPLOYEE TO GROUP JOHN
Example 6: GRANT INSERT and SELECT on table T1 to both a group named D024
and a user named D024.
GRANT INSERT, SELECT ON TABLE T1
TO GROUP D024, USER D024
In this case, both the members of the D024 group and the user D024 would be
allowed to INSERT into and SELECT from the table T1. Also, there would be two
rows added to the SYSCAT.TABAUTH catalog view.
The result of this statement is a warning (SQLSTATE 01516) that CONTROL was
not given the WITH GRANT OPTION. Frank now has the ability to grant any
privilege on CALENDAR including INSERT and SELECT as required. FRANK
cannot grant CONTROL on CALENDAR to other users unless he has SYSADM or
DBADM authority.
Example 8: User JON created a nickname for an Oracle table that had no index.
The nickname is ORAREM1. Later, the Oracle DBA defined an index for this table.
User SHAWN now wants DB2 to know that this index exists, so that the optimizer
can devise strategies to access the table more efficiently. SHAWN can inform DB2
of the index by creating an index specification for ORAREM1. Give SHAWN the
index privilege on this nickname, so that he can create the index specification.
GRANT INDEX ON NICKNAME ORAREM1
TO USER SHAWN
Related reference:
v “ALTER TABLE” on page 40
v “GRANT (Database Authorities)” on page 529
Related samples:
v “tbpriv.sqc -- How to grant, display, and revoke privileges (C)”
v “tbpriv.sqC -- How to grant, display, and revoke privileges (C++)”
v “TbPriv.java -- How to grant, display and revoke privileges on a table (JDBC)”
v “TbPriv.sqlj -- How to grant, display and revoke privileges on a table (SQLj)”
Statements 557
IF
IF
The IF statement selects an execution path based on the evaluation of a condition.
Invocation:
Authorization:
Syntax:
ELSEIF search-condition THEN SQL-routine-statement
END IF
ELSE SQL-routine-statement
SQL-routine-statement:
SQL-procedure-statement ;
SQL-function-statement ;
Description:
search-condition
Specifies the condition for which an SQL statement should be invoked. If the
condition is unknown or false, processing continues to the next search
condition, until either a condition is true or processing reaches the ELSE
clause.
SQL-procedure-statement
Specifies the statement to be invoked if the preceding search-condition is true.
SQL-procedure-statement is only applicable when in the context of an SQL
procedure. See SQL-procedure-statement in the description of the Compound
SQL (Procedure) statement.
SQL-function-statement
Specifies the statement to be invoked if the preceding search-condition is true.
Examples:
Related reference:
v “Compound SQL (Procedure)” on page 127
Related samples:
v “dbinline.sqc -- How to use inline SQL Procedure Language (C)”
Statements 559
INCLUDE
INCLUDE
The INCLUDE statement inserts declarations into a source program.
Invocation:
Authorization:
None required.
Syntax:
INCLUDE SQLCA
SQLDA
name
Description:
SQLCA
Indicates the description of an SQL communication area (SQLCA) is to be
included.
SQLDA
Indicates the description of an SQL descriptor area (SQLDA) is to be included.
name
Identifies an external file containing text that is to be included in the source
program being precompiled. It may be an SQL identifier without a filename
extension or a literal in single quotes (' '). An SQL identifier assumes the
filename extension of the source file being precompiled. If a filename extension
is not provided by a literal in quotes then none is assumed.
Notes:
v When a program is precompiled, the INCLUDE statement is replaced by source
statements. Thus, the INCLUDE statement should be specified at a point in the
program such that the resulting source statements are acceptable to the compiler.
v The external source file must be written in the host language specified by the
name. If it is greater than 18 characters or contains characters not allowed in an
SQL identifier then it must be in single quotes. INCLUDE name statements may
be nested though not cyclical (for example, if A and B are modules and A
contains an INCLUDE name statement, then it is not valid for A to call B and
then B to call A).
v When the LANGLEVEL precompile option is specified with the SQL92E value,
INCLUDE SQLCA should not be specified. SQLSTATE and SQLCODE variables
may be defined within the host variable declare section.
Example:
while (SQLCODE==0) {
EXEC SQL FETCH C1 INTO :dnum, :dname, :mnum;
(Print results)
Related reference:
v “SQLDA (SQL descriptor area)” in the SQL Reference, Volume 1
v “SQLCA (SQL communications area)” in the SQL Reference, Volume 1
Related samples:
v “dbcfg.sqc -- Configure database and database manager configuration
parameters (C)”
v “dbinline.sqc -- How to use inline SQL Procedure Language (C)”
v “dtformat.sqc -- Load and import data format extensions (C)”
v “tbcreate.sqc -- How to create and drop tables (C)”
v “tbident.sqc -- How to use identity columns (C)”
v “dbcfg.sqC -- Configure database and database manager configuration
parameters (C++)”
v “tbcreate.sqC -- How to create and drop tables (C++)”
Statements 561
INSERT
INSERT
| The INSERT statement inserts rows into a table, nickname, or view, or the
| underlying tables, nicknames, or views of the specified fullselect. Inserting a row
into a nickname inserts the row into the data source object to which the nickname
refers. Inserting a row into a view also inserts the row into the table on which the
view is based, if no INSTEAD OF trigger is defined for the insert operation on this
view. If such a trigger is defined, the trigger will be executed instead.
Invocation:
Authorization:
In addition, for each table, view or nickname referenced in any fullselect used in
the INSERT statement, the privileges held by the authorization ID of the statement
must include at least one of the following:
v SELECT privilege
v CONTROL privilege
v SYSADM or DBADM authority.
If the target of the insert operation is a nickname, the privileges on the object at
the data source are not considered until the statement is executed at the data
source. At this time, the authorization ID that is used to connect to the data source
must have the privileges required for the operation on the object at the data
source. The authorization ID of the statement may be mapped to a different
authorization ID at the data source.
Syntax:
include-columns
VALUES expression
NULL WITH RR
DEFAULT RS
, CS
UR
( expression )
NULL
DEFAULT
fullselect
,
WITH common-table-expression
include-columns:
| ,
Description:
| INTO table-name, view-name, nickname, or (fullselect)
Identifies the object of the insert operation. The name must identify a table,
view or nickname that exists at the application server, but it must not identify
a catalog table, a system-maintained materialized query table, a view of a
catalog table, or a read-only view, unless an INSTEAD OF trigger is defined for
the insert operation on the subject view. Rows inserted into a nickname are
placed in the data source object to which the nickname refers.
| If the object of the insert operation is a fullselect, the fullselect must be
| insertable, as defined in the “Insertable views” Notes item in the description of
| the CREATE VIEW statement.
If no INSTEAD OF trigger exists for the insert operation on this view, a value
cannot be inserted into a view column that is derived from:
v A constant, expression, or scalar function
v The same base table column as some other column of the view
If the object of the insert operation is a view with such columns, a list of
column names must be specified, and the list must not identify these columns.
Statements 563
INSERT
| in the fullselect. The same column must not be identified more than once. A
column that cannot accept inserted values (for example, a column based on an
expression) must not be identified.
Omission of the column list is an implicit specification of a list in which every
| column of the table or view, or every item in the select-list of the fullselect is
identified in left-to-right order. This list is established when the statement is
prepared and, therefore, does not include columns that were added to a table
after the statement was prepared.
| include-columns
| Specifies a set of columns that are included, along with the columns of
| table-name or view-name, in the intermediate result table of the INSERT
| statement when it is nested in the FROM clause of a fullselect. The
| include-columns are appended at the end of the list of columns that are
| specified for table-name or view-name.
| INCLUDE
| Specifies a list of columns to be included in the intermediate result table of
| the INSERT statement. This clause can only be specified if the INSERT
| statement is nested in the FROM clause of a fullselect.
| column-name
| Specifies a column of the intermediate result table of the INSERT
| statement. The name cannot be the same as the name of another include
| column or a column in table-name or view-name (SQLSTATE 42711).
| data-type
| Specifies the data type of the include column. The data type must be one
| that is supported by the CREATE TABLE statement.
VALUES
Introduces one or more rows of values to be inserted.
Each host variable named must be described in the program in accordance
with the rules for declaring host variables.
| The number of values for each row must equal the number of names in the
| implicit or explicit column list and the columns identified in the INCLUDE
| clause. The first value is inserted in the first column in the list, the second
| value in the second column, and so on.
expression
An expression can be any expression defined in “Expressions”.
NULL
Specifies the null value and should only be specified for nullable columns.
DEFAULT
Specifies that the default value is to be used. The result of specifying
DEFAULT depends on how the column was defined, as follows:
v If the column was defined as a generated column based on an
expression, the column value is generated by the system, based on that
expression.
v If the IDENTITY clause is used, the value is generated by the database
manager.
v If the WITH DEFAULT clause is used, the value inserted is as defined
for the column (see default-clause in “CREATE TABLE”).
v If the NOT NULL clause is used and the GENERATED clause is not
used, or the WITH DEFAULT clause is not used or DEFAULT NULL is
used, the DEFAULT keyword cannot be specified for that column
(SQLSTATE 23502).
v When inserting into a nickname, the DEFAULT keyword will be passed
through the INSERT statement to the data source only if the data source
supports the DEFAULT keyword in its query language syntax.
WITH common-table-expression
Defines a common table expression for use with the fullselect that follows.
fullselect
Specifies a set of new rows in the form of the result table of a fullselect. There
may be one, more than one, or none. If the result table is empty, SQLCODE is
set to +100 and SQLSTATE is set to '02000'.
When the base object of the INSERT and the base object of the fullselect or any
subquery of the fullselect, are the same table, the fullselect is completely
evaluated before any rows are inserted.
The number of columns in the result table must equal the number of names in
the column list. The value of the first column of the result is inserted in the
first column in the list, the second value in the second column, and so on.
WITH
Specifies the isolation level at which the fullselect is executed.
RR
Repeatable Read
RS
Read Stability
CS
Cursor Stability
UR
Uncommitted Read
The default isolation level of the statement is the isolation level of the package
in which the statement is bound.
Rules:
v Triggers: INSERT statements may cause triggers to be executed. A trigger may
cause other statements to be executed, or may raise error conditions based on
the inserted values. If an insert operation into a view causes an INSTEAD OF
trigger to fire, validity, referential integrity, and constraints will be checked
against the updates that are performed in the trigger, and not against the view
that caused the trigger to fire, or its underlying tables.
v Default values: The value inserted in any column that is not in the column list is
either the default value of the column or null. Columns that do not allow null
values and are not defined with NOT NULL WITH DEFAULT must be included
in the column list. Similarly, if you insert into a view, the value inserted into any
column of the base table that is not in the view is either the default value of the
column or null. Hence, all columns of the base table that are not in the view
must have either a default value or allow null values. The only value that can be
inserted into a generated column defined with the GENERATED ALWAYS clause
is DEFAULT (SQLSTATE 428C9).
Statements 565
INSERT
Notes:
v After execution of an INSERT statement, the value of the third variable of the
SQLERRD(3) portion of the SQLCA indicates the number of rows that were
passed to the insert operation. In the context of an SQL procedure statement, the
value can be retrieved using the ROW_COUNT variable of the GET
DIAGNOSTICS statement. SQLERRD(5) contains the count of all triggered insert,
update and delete operations.
v Unless appropriate locks already exist, one or more exclusive locks are acquired
at the execution of a successful INSERT statement. Until the locks are released,
an inserted row can only be accessed by:
– The application process that performed the insert.
– Another application process using isolation level UR through a read-only
cursor, SELECT INTO statement, or subselect used in a subquery.
v For further information about locking, see the description of the COMMIT,
ROLLBACK, and LOCK TABLE statements.
v If an application is running against a partitioned database, and it is bound with
option INSERT BUF, then INSERT with VALUES statements which are not
processed using EXECUTE IMMEDIATE may be buffered. DB2 assumes that
such an INSERT statement is being processed inside a loop in the application’s
logic. Rather than execute the statement to completion, it attempts to buffer the
new row values in one or more buffers. As a result the actual insertions of the
rows into the table are performed later, asynchronous with the application’s
INSERT logic. Be aware that this asynchronous insertion may cause an error
related to an INSERT to be returned on some other SQL statement that follows
the INSERT in the application.
This has the potential to dramatically improve INSERT performance, but is best
used with clean data, due to the asynchronous nature of the error handling.
v When a row is inserted into a table that has an identity column, DB2 generates a
value for the identity column.
– For a GENERATED ALWAYS identity column, DB2 always generates the
value.
– For a GENERATED BY DEFAULT column, if a value is not explicitly specified
(with a VALUES clause, or subselect), DB2 generates a value.
The first value generated by DB2 is the value of the START WITH specification
for the identity column.
v When a value is inserted for a user-defined distinct type identity column, the
entire computation is done in the source type, and the result is cast to the
distinct type before the value is actually assigned to the column. (There is no
casting of the previous value to the source type prior to the computation.)
v When inserting into a GENERATED ALWAYS identity column, DB2 will always
generate a value for the column, and users must not specify a value at insertion
time. If a GENERATED ALWAYS identity column is listed in the column-list of
the INSERT statement, with a non-DEFAULT value in the VALUES clause, an
error occurs (SQLSTATE 428C9).
For example, assuming that EMPID is defined as an identity column that is
GENERATED ALWAYS, then the command:
INSERT INTO T2 (EMPID, EMPNAME, EMPADDR)
VALUES (:hv_valid_emp_id, :hv_name, :hv_addr)
In this example, EMPID is defined as an identity column, and thus the value
inserted into this column is generated by DB2.
v The rules for inserting into an identity column with a subselect are similar to
those for an insert with a VALUES clause. A value for an identity column may
only be specified if the identity column is defined as GENERATED BY
DEFAULT.
For example, assume T1 and T2 are tables with the same definition, both
containing columns intcol1 and identcol2 (both are type INTEGER and the second
column has the identity attribute). Consider the following insert:
INSERT INTO T2
SELECT *
FROM T1
Statements 567
INSERT
In both cases, the INSERT statement is providing an explicit value for the
identity column of T2. This explicit specification can be given a value for the
identity column, but the identity column in T2 must be defined as GENERATED
BY DEFAULT. Otherwise, an error will result (SQLSTATE 428C9).
If there is a table with a column defined as a GENERATED ALWAYS identity, it
is still possible to propagate all other columns from a table with the same
definition. For example, given the example tables T1 and T2 described above,
the intcol1 values from T1 to T2 can be propagated with the following SQL:
INSERT INTO T2 (intcol1)
SELECT intcol1
FROM T1
Note that, because identcol2 is not specified in the column-list, it will be filled in
with its default (generated) value.
v When inserting a row into a single column table where the column is defined as
a GENERATED ALWAYS identity column, it is possible to specify a VALUES
clause with the DEFAULT keyword. In this case, the application does not
provide any value for the table, and DB2 generates the value for the identity
column.
INSERT INTO IDTABLE
VALUES(DEFAULT)
Assuming the same single column table for which the column has the identity
attribute, to insert multiple rows with a single INSERT statement, the following
INSERT statement could be used:
INSERT INTO IDTABLE
VALUES (DEFAULT), (DEFAULT), (DEFAULT), (DEFAULT)
v When DB2 generates a value for an identity column, that generated value is
consumed; the next time that a value is needed, DB2 will generate a new value.
This is true even when an INSERT statement involving an identity column fails
or is rolled back.
For example, assume that a unique index has been created on the identity
column. If a duplicate key violation is detected in generating a value for an
identity column, an error occurs (SQLSTATE 23505) and the value generated for
the identity column is considered to be consumed. This can occur when the
identity column is defined as GENERATED BY DEFAULT and the system tries
to generate a new value, but the user has explicitly specified values for the
identity column in previous INSERT statements. Reissuing the same INSERT
statement in this case can lead to success. DB2 will generate the next value for
the identity column, and it is possible that this next value will be unique, and
that this INSERT statement will be successful.
v If the maximum value for the identity column is exceeded (or minimum value
for a descending sequence) in generating a value for an identity column, an
error occurs (SQLSTATE 23522). In this situation, the user would have to DROP
and CREATE a new table with an identity column having a larger range (that is,
change the data type or increment value for the column to allow for a larger
range of values).
For example, an identity column may have been defined with a data type of
SMALLINT, and eventually the column runs out of assignable values. To
redefine the identity column as INTEGER, the data would need to be unloaded,
the table would have to be dropped and recreated with a new definition for the
column, and then the data would be reloaded. When the table is redefined, it
needs to specify a START WITH value for the identity column such that the next
value generated by DB2 will be the next value in the original sequence. To
determine the end value, issue a query using MAX of the identity column (for
an ascending sequence), or MIN of the identity column (for a descending
sequence), before unloading the data.
Examples:
Example 1: Insert a new department with the following specifications into the
DEPARTMENT table:
v Department number (DEPTNO) is ‘E31’
v Department name (DEPTNAME) is ‘ARCHITECTURE’
v Managed by (MGRNO) a person with number ‘00390’
v Reports to (ADMRDEPT) department ‘E01’.
INSERT INTO DEPARTMENT
VALUES (’E31’, ’ARCHITECTURE’, ’00390’, ’E01’)
Example 3: Insert two new departments using one statement into the
DEPARTMENT table as in example 2, but do not assign a manager to the new
department.
INSERT INTO DEPARTMENT (DEPTNO, DEPTNAME, ADMRDEPT)
VALUES (’B11’, ’PURCHASING’, ’B01’),
(’E41’, ’DATABASE ADMINISTRATION’, ’E01’)
Example 4: Create a temporary table MA_EMP_ACT with the same columns as the
EMP_ACT table. Load MA_EMP_ACT with the rows from the EMP_ACT table
with a project number (PROJNO) starting with the letters ‘MA’.
CREATE TABLE MA_EMP_ACT
( EMPNO CHAR(6) NOT NULL,
PROJNO CHAR(6) NOT NULL,
ACTNO SMALLINT NOT NULL,
EMPTIME DEC(5,2),
EMSTDATE DATE,
EMENDATE DATE )
INSERT INTO MA_EMP_ACT
SELECT * FROM EMP_ACT
WHERE SUBSTR(PROJNO, 1, 2) = ’MA’
Statements 569
INSERT
Related reference:
v “Expressions” in the SQL Reference, Volume 1
v “CREATE TABLE” on page 316
v “CREATE VIEW” on page 432
v “SQL queries” in the SQL Reference, Volume 1
v “Assignments and comparisons” in the SQL Reference, Volume 1
Related samples:
v “dtlob.sqc -- How to use the LOB data type (C)”
v “tbident.sqc -- How to use identity columns (C)”
v “tbmod.sqc -- How to modify table data (C)”
v “tbtrig.sqc -- How to use a trigger on a table (C)”
v “dtlob.sqC -- How to use the LOB data type (C++)”
v “tbmod.sqC -- How to modify table data (C++)”
v “tbtrig.sqC -- How to use a trigger on a table (C++)”
v “DtLob.java -- How to use LOB data type (JDBC)”
v “TbIdent.java -- How to use Identity Columns (JDBC)”
v “TbMod.java -- How to modify table data (JDBC)”
v “TbTrig.java -- How to use triggers (JDBC)”
v “TbIdent.sqlj -- How to use Identity Columns (SQLj)”
v “TbMod.sqlj -- How to modify table data (SQLj)”
v “TbTrig.sqlj -- How to use triggers (SQLj)”
v “updat.sqb -- How to update, delete and insert table data (MF COBOL)”
ITERATE
The ITERATE statement causes the flow of control to return to the beginning of a
labelled loop.
Invocation:
Authorization:
None required.
Syntax:
ITERATE label
Description:
label
Specifies the label of the FOR, LOOP, REPEAT, or WHILE statement to which
DB2 passes the flow of control.
Examples:
This example uses a cursor to return information for a new department. If the
not_found condition handler was invoked, the flow of control passes out of the
loop. If the value of v_dept is 'D11', an ITERATE statement passes the flow of
control back to the top of the LOOP statement. Otherwise, a new row is inserted
into the DEPARTMENT table.
CREATE PROCEDURE ITERATOR()
LANGUAGE SQL
BEGIN
DECLARE v_dept CHAR(3);
DECLARE v_deptname VARCHAR(29);
DECLARE v_admdept CHAR(3);
DECLARE at_end INTEGER DEFAULT 0;
DECLARE not_found CONDITION FOR SQLSTATE ’02000’;
DECLARE c1 CURSOR FOR
SELECT deptno, deptname, admrdept
FROM department
ORDER BY deptno;
DECLARE CONTINUE HANDLER FOR not_found
SET at_end = 1;
OPEN c1;
ins_loop:
LOOP
FETCH c1 INTO v_dept, v_deptname, v_admdept;
IF at_end = 1 THEN
LEAVE ins_loop;
ELSEIF v_dept = ’D11’ THEN
ITERATE ins_loop;
END IF;
INSERT INTO department (deptno, deptname, admrdept)
VALUES (’NEW’, v_deptname, v_admdept);
END LOOP;
CLOSE c1;
END
Statements 571
LEAVE
LEAVE
The LEAVE statement transfers program control out of a loop or a compound
statement.
Invocation:
Authorization:
None required.
Syntax:
LEAVE label
Description:
label
Specifies the label of the compound, FOR, LOOP, REPEAT, or WHILE
statement to exit.
Notes:
v When a LEAVE statement transfers control out of a compound statement, all
open cursors in the compound statement, except cursors that are used to return
result sets, are closed.
Examples:
This example contains a loop that fetches data for cursor c1. If the value of SQL
variable at_end is not zero, the LEAVE statement transfers control out of the loop.
CREATE PROCEDURE LEAVE_LOOP(OUT counter INTEGER)
LANGUAGE SQL
BEGIN
DECLARE v_counter INTEGER;
DECLARE v_firstnme VARCHAR(12);
DECLARE v_midinit CHAR(1);
DECLARE v_lastname VARCHAR(15);
DECLARE at_end SMALLINT DEFAULT 0;
DECLARE not_found CONDITION FOR SQLSTATE ’02000’;
DECLARE c1 CURSOR FOR
SELECT firstnme, midinit, lastname
FROM employee;
DECLARE CONTINUE HANDLER for not_found
SET at_end = 1;
SET v_counter = 0;
OPEN c1;
fetch_loop:
LOOP
FETCH c1 INTO v_firstnme, v_midinit, v_lastname;
IF at_end <> 0 THEN LEAVE fetch_loop;
END IF;
SET v_counter = v_counter + 1;
END LOOP fetch_loop;
SET counter = v_counter;
CLOSE c1;
END
Related samples:
v “dbinline.sqc -- How to use inline SQL Procedure Language (C)”
Statements 573
LOCK TABLE
LOCK TABLE
The LOCK TABLE statement prevents concurrent application processes from using
or changing a table.
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v SELECT privilege on the table
v CONTROL privilege on the table
v SYSADM or DBADM authority.
Syntax:
Description:
table-name or nickname
Identifies the table or nickname. The table-name must identify a table that exists
at the application server, but it must not identify a catalog table. It cannot be a
declared temporary table (SQLSTATE 42995). If the table-name is a typed table,
it must be the root table of the table hierarchy (SQLSTATE 428DR). When a
nickname is specified, DB2 will lock the underlying object (that is, a table or
view) of the data source to which the nickname refers.
IN SHARE MODE
Prevents concurrent application processes from executing any but read-only
operations on the table.
IN EXCLUSIVE MODE
Prevents concurrent application processes from executing any operations on
the table. Note that EXCLUSIVE MODE does not prevent concurrent
application processes that are running at isolation level Uncommitted Read
(UR) from executing read-only operations on the table.
Notes:
v Locking is used to prevent concurrent operations. A lock is not necessarily
acquired during execution of the LOCK TABLE statement if a suitable lock
already exists. The lock that prevents concurrent operations is held at least until
termination of the unit of work.
v In a partitioned database, a table lock is first acquired at the first partition in the
database partition group (the partition with the lowest number) and then at
other partitions. If the LOCK TABLE statement is interrupted, the table may be
locked on some partitions but not on others. If this occurs, either issue another
LOCK TABLE statement to complete the locking on all partitions, or issue a
COMMIT or ROLLBACK statement to release the current locks.
Example:
Obtain a lock on the table EMP. Do not allow other programs to read or update the
table.
LOCK TABLE EMP IN EXCLUSIVE MODE
Statements 575
LOOP
LOOP
The LOOP statement repeats the execution of a statement or a group of statements.
Invocation:
Authorization:
Syntax:
SQL-routine-statement:
SQL-procedure-statement ;
SQL-function-statement ;
Description:
label
Specifies the label for the LOOP statement. If the beginning label is specified,
that label can be specified on LEAVE and ITERATE statements. If the ending
label is specified, a matching beginning label must be specified.
SQL-procedure-statement
Specifies the SQL statements that are to be invoked in the loop.
SQL-procedure-statement is only applicable when in the context of an SQL
procedure. See SQL-procedure-statement in the description of the Compound
SQL (Procedure) statement.
SQL-function-statement
Specifies the SQL statements that are to be invoked in the loop.
SQL-function-statement is only applicable when in the context of an SQL
function or SQL method. See SQL-function-statement in the description of the
FOR statement.
Examples:
This procedure uses a LOOP statement to fetch values from the employee table.
Each time the loop iterates, the OUT parameter counter is incremented and the
value of v_midinit is checked to ensure that the value is not a single space (' '). If
v_midinit is a single space, the LEAVE statement passes the flow of control outside
of the loop.
Related reference:
v “Compound SQL (Procedure)” on page 127
Statements 577
MERGE
| MERGE
| The MERGE statement updates a target (a table or view, or the underlying tables
| or views of a fullselect) using data from a source (result of a table reference). Rows
| in the target that match the source can be deleted or updated as specified, and
| rows that do not exist in the target can be inserted. Updating, deleting or inserting
| a row in a view updates, deletes or inserts the row in the tables on which the view
| is based.
| Invocation:
| Authorization:
| The privileges held by the authorization ID of the statement must include at least
| one of the following:
| v If an insert operation is specified, INSERT privilege on the table or view; if a
| delete operation is specified, DELETE privilege on the table or view; and if an
| update operation is specified, either:
| – UPDATE privilege on the table or view
| – UPDATE privilege on each column that is to be updated
| v CONTROL privilege on the table
| v SYSADM or DBADM authority
| The privileges held by the authorization ID of the statement must also include at
| least one of the following:
| v SELECT privilege on every table or view identified in the table-reference
| v CONTROL privilege on the tables or views identified in the table-reference
| v SYSADM or DBADM authority
| If an expression that refers to a function is specified, the privilege set must include
| any authority that is necessary to execute the function.
| Syntax:
|
|
WHEN matching-condition THEN modification-operation
signal-statement
| ELSE IGNORE
|
| correlation-clause:
| AS
correlation-name
,
( column-name )
|
| matching-condition:
| MATCHED
NOT AND search-condition
|
| modification-operation:
| assignment-clause:
| ,
column-name = expression
DEFAULT
NULL
, ,
( column-name ) = ( expression )
DEFAULT
NULL
|
Statements 579
MERGE
| insert-operation:
( expression )
DEFAULT
NULL
|
| Description:
| table-name, view-name, or (fullselect)
| Identifies the target of the update, delete, or insert operations of the merge.
| The name must identify a table or view that exists at the current server, but it
| must not identify a catalog table, a system-maintained materialized query
| table, a view of a catalog table, a read-only view, or a view that directly or
| indirectly contains a WHERE clause that references a subquery or a routine
| defined with NOT DETERMINISTIC or EXTERNAL ACTION (SQLSTATE
| 42807).
| If the target of the merge operation is a fullselect, the fullselect must be
| updatable, deletable, or insertable as defined in the “Updatable views”,
| “Deletable views”, or “Insertable views” Notes items in the description of the
| CREATE VIEW statement.
| correlation-clause
| Can be used within search-condition or on the right side of an assignment-clause
| to designate a table, view, or fullselect. For a description of correlation-clause,
| see “table-reference” in the description of “Subselect”.
| USING table-reference
| Specifies a set of rows as a result table to be merged into the target. If the
| result table is empty, a warning is returned (SQLSTATE 02000).
| ON search-condition
| Specifies which rows from table-reference are to be used in the update and
| delete operation of the merge, and which rows are to be used in the insert
| operation of the merge.
| Each column-name in the search condition, other than in a subquery, must name
| a column of the target table, view, or the table-reference. When the search
| condition includes a subquery in which the same table is the base object of
| both the MERGE and the subquery, the subquery is completely evaluated
| before any rows are updated or inserted.
| The search-condition is applied to each row of the target table and result table of
| the table-reference. For those rows of the result table of the table-reference where
| the result of the search-condition is true, the specified update or delete operation
| is performed. For those rows of the result table of the table-reference where the
| result of the search-condition is not true, the specified insert operation is
| performed.
| If the search-condition contains a subquery, the subquery is effectively executed
| each time the search condition is applied to a row of the result table of the
| table-reference, and the results used in applying the search condition. In fact, a
| subquery with no correlated references is executed only once, whereas a
| subquery with a correlated reference may have to be executed one or more
| times for each row of the result table of the table-reference.
| WHEN matching-condition
| Specifies the condition under which the modification-operation or the
| signal-statement is executed. Each matching-condition is evaluated in order of
| specification. Rows for which the matching-condition evaluates to true are not
| considered in subsequent matching conditions.
| MATCHED
| Indicates the operation to be performed on the rows where the ON search
| condition is true. Only UPDATE, DELETE, or signal-statement can be
| specified after THEN.
| AND search-condition
| Specifies a further search condition to be applied against the rows that
| matched the ON search condition for the operation to be performed
| after THEN.
| NOT MATCHED
| Indicates the operation to be performed on the rows where the ON search
| condition is false or unknown. Only INSERT or signal-statement can be
| specified after THEN.
| AND search-condition
| Specifies a further search condition to be applied against the rows that
| did not match the ON search condition for the operation to be
| performed after THEN.
| THEN modification-operation
| Specifies the operation to execute when the matching-condition evaluates to true.
| UPDATE SET
| Specifies the update operation to be executed for the rows where the
| matching-condition evaluates to true.
| assignment-clause
| Specifies a list of column updates.
| column-name
| Identifies a column to be updated. The column-name must identify
| a column of the specified table or view, but not a view column
| derived from a scalar function, constant, or expression. A column
| must not be specified more than once (SQLSTATE 42701).
| A view column derived from the same column as another column
| of the view can be updated, but both columns cannot be updated
| in the same MERGE statement (SQLSTATE 42701).
| expression
| Indicates the new value of the column. The expression must not
| include a column function (SQLSTATE 42903).
| An expression can contain references to columns of the table-name or
| view-name. For each row that is updated, the value of such a
| column in an expression is the value of the column in the row
| before the row is updated.
| DEFAULT
| The default value assigned to the column. DEFAULT can be
| specified only for columns that have a default value. For
| information about default values of data types, see the description
| of the DEFAULT clause in the “CREATE TABLE” statement.
Statements 581
MERGE
| NULL
| Specifies the null value as the value of the column. Specify NULL
| only for nullable columns (SQLSTATE 23502).
| signal-statement
| Specifies the SIGNAL statement that is to be executed to return an error when
| the matching-condition evaluates to true.
| ELSE IGNORE
| Specifies that no action is to be taken for the rows where no matching-condition
| evaluates to true.
| Rules:
| v More than one modification-operation (UPDATE SET, DELETE, or insert-operation),
| or signal-statement can be specified in a single MERGE statement.
| v Each row in the target can only be operated on once. A row in the target can
| only be identified as MATCHED with one row in the result table of the
| table-reference (SQLSTATE 21506). A nested SQL operation (RI or trigger except
| INSTEAD OF trigger) cannot specify the target table (or a table within the same
| table hierarchy) as a target of an UPDATE, DELETE, INSERT, or MERGE
| statement (SQLSTATE 27000).
| For other rules that affect the update, insert, or delete operation portion of the
| MERGE statement, see the ″Rules″ section of the corresponding statement
| description.
| Notes:
| v Order of processing:
| 1. Determine the set of rows to be processed from the source and target. If
| CURRENT TIMESTAMP is used in this statement, only one clock reading is
| done for the whole statement.
| 2. Use the ON clause to classify these rows as either MATCHED or NOT
| MATCHED.
| 3. Evaluate any matching-condition in the WHEN clauses.
| 4. Evaluate any expression in any assignment-clause and insert-operation.
| 5. Execute each signal-statement.
| 6. Apply each modification-operation to the applicable rows in the order of
| specification. The constraints and triggers activated by each
| modification-operation are executed for the modification-operation.
| Statement-level triggers are activated even if no rows satisfy the
| modification-operation. Each modification-operation can affect the triggers and
| referential constraints of each subsequent modification-operation.
| v Statement level atomicity: If an error occurs during execution of the MERGE
| statement, the whole statement is rolled back.
| v Number of rows updated: When a MERGE statement completes execution, the
| value of the ROW_COUNT item for GET DIAGNOSTICS and SQLERRD(3) in
| the SQLCA is the number of rows operated on by the MERGE statement,
| excluding rows identified by the ELSE IGNORE clause. The value in
| SQLERRD(3) does not include the number of rows that were operated on as a
| result of constraints or triggers. The value in SQLERRD(5) includes the number
| of these rows.
| v Inserted row cannot also be updated: No attempt is made to update a row in the
| target that did not already exist before the MERGE statement was executed; that
| is, there are no updates of rows that were inserted by the MERGE statement.
Statements 583
MERGE
| Examples:
| Example 1: For activities whose description has been changed, update the
| description in the archive table. For new activities, insert into the archive table. The
| archive and activities table both have activity as a primary key.
| MERGE INTO archive ar
| USING (SELECT activity, description FROM activities) ac
| ON (ar.activity = ac.activity)
| WHEN MATCHED THEN
| UPDATE SET
| description = ac.description
| WHEN NOT MATCHED THEN
| INSERT
| (activity, description)
| VALUES (ac.activity, ac.description)
| Example 2: Using the shipment table, merge rows into the inventory table,
| increasing the quantity by part count in the shipment table for rows that match;
| else insert the new partno into the inventory table.
| MERGE INTO inventory AS in
| USING (SELECT partno, description, count FROM shipment
| WHERE shipment.partno IS NOT NULL) AS sh
| ON (in.partno = sh.partno)
| WHEN MATCHED THEN
| UPDATE SET
| description = sh.description,
| quantity = in.quantity + sh.count
| WHEN NOT MATCHED THEN
| INSERT
| (partno, description, quantity)
| VALUES (sh.partno, sh.description, sh.count)
| Example 3: Using the transaction table, merge rows into the account table, updating
| the balance from the set of transactions against an account ID and inserting new
| accounts from the consolidated transactions where they do not already exist.
| MERGE INTO account AS a
| USING (SELECT id, sum(amount) sum_amount FROM transaction
| GROUP BY id) AS t
| ON a.id = t.id
| WHEN MATCHED THEN
| UPDATE SET
| balance = a.balance + t.sum_amount
| WHEN NOT MATCHED THEN
| INSERT
| (id, balance)
| VALUES (t.id, t.sum_amount)
| Example 4: Using the transaction_log table, merge rows into the employee_file
| table, updating the phone and office with the latest transaction_log row based on
| the transaction time, and inserting the latest new employee_file row where the row
| does not already exist.
| MERGE INTO employee_file AS e
| USING (SELECT empid, phone, office
| FROM (SELECT empid, phone, office,
| ROW_NUMBER() OVER (PARTITION BY empid
| ORDER BY transaction_time DESC) rn
| FROM transaction_log) AS nt
| WHERE rn = 1) AS t
| ON e.empid = t.empid
| WHEN MATCHED THEN
| UPDATE SET
| (phone, office) =
| (t.phone, t.office)
| WHEN NOT MATCHED THEN
| INSERT
| (empid, phone, office)
| VALUES (t.empid, t.phone, t.office)
| Example 5: Using dynamically supplied values for an employee row, update the
| master employee table if the data corresponds to an existing employee, or insert
| the row if the data is for a new employee. The following example is a fragment of
| code from a C program.
| hv1 =
| "MERGE INTO employee AS t
| USING TABLE(VALUES(CAST (? AS CHAR(6)), CAST (? AS VARCHAR(12)),
| CAST (? AS CHAR(1)), CAST (? AS VARCHAR(15)),
| CAST (? AS SMALLINT), CAST (? AS INTEGER)))
| s(empno, firstnme, midinit, lastname, edlevel, salary)
| ON t.empno = s.empno
| WHEN MATCHED THEN
| UPDATE SET
| salary = s.salary
| WHEN NOT MATCHED THEN
| INSERT
| (empno, firstnme, midinit, lastname, edlevel, salary)
| VALUES (s.empno, s.firstnme, s.midinit, s.lastname, s.edlevel,
| s.salary)";
| EXEC SQL PREPARE s1 FROM :hv1;
| EXEC SQL EXECUTE s1 USING ’000420’, ’SERGE’, ’K’, ’FIELDING’, 18, 39580;
| Example 6: Update the list of activities organised by Group A in the archive table.
| Delete all outdated activites and update the activities information (description and
| date) in the archive table if they have been changed. For new upcoming activities,
| insert into the archive. Signal an error if the date of the activity is not known. The
| date of the activities in the archive table must be specified. Each group has an
| activities table. For example, activities_groupA contains all activities that they
| organize, and the archive table contains all upcoming activities organized by
| different groups in a company. The archive table has (group, activity) as the
| primary key, and date is not nullable. All activities tables have activity as the
| primary key. The last_modified column in the archive is defined with CURRENT
| TIMESTAMP as the default value.
| MERGE INTO archive ar
| USING (SELECT activity, description, date, last_modified
| FROM activities_groupA) ac
| ON (ar.activity = ac.activity) AND ar.group = ’A’
| WHEN MATCHED AND ac.date IS NULL THEN
| SIGNAL SQLSTATE ’70001’
| SET MESSAGE_TEXT =
| ac.activity CONCAT ’ cannot be modified. Reason: Date is not known’
| WHEN MATCHED AND ac.date < CURRENT DATE THEN
| DELETE
| WHEN MATCHED AND ar.last_modified < ac.last_modified THEN
| UPDATE SET
| (description, date, last_modified) = (ac.description, ac.date, DEFAULT)
| WHEN NOT MATCHED AND ac.date IS NULL THEN
| SIGNAL SQLSTATE ’70002’
| SET MESSAGE_TEXT =
| ac.activity CONCAT ’ cannot be inserted. Reason: Date is not known’
| WHEN NOT MATCHED AND ac.date >= CURRENT DATE THEN
Statements 585
MERGE
| INSERT
| (group, activity, description, date)
| VALUES (’A’, ac.activity, ac.description, ac.date)
| ELSE IGNORE
| Related reference:
| v “Expressions” in the SQL Reference, Volume 1
| v “Search conditions” in the SQL Reference, Volume 1
| v “Subselect” in the SQL Reference, Volume 1
| v “CREATE TABLE” on page 316
| v “DELETE” on page 462
| v “INSERT” on page 562
| v “UPDATE” on page 712
| v “SQLCA (SQL communications area)” in the SQL Reference, Volume 1
OPEN
The OPEN statement opens a cursor so that it can be used to fetch rows from its
result table.
Invocation:
Although an interactive SQL facility might provide an interface that gives the
appearance of interactive execution, this statement can only be embedded within
an application program. It is an executable statement that cannot be dynamically
prepared.
Authorization:
Syntax:
OPEN cursor-name
,
USING host-variable
USING DESCRIPTOR descriptor-name
Description:
cursor-name
Names a cursor that is defined in a DECLARE CURSOR statement that was
stated earlier in the program. When the OPEN statement is executed, the
cursor must be in the closed state.
The DECLARE CURSOR statement must identify a SELECT statement, in one
of the following ways:
v Including the SELECT statement in the DECLARE CURSOR statement
v Including a statement-name that names a prepared SELECT statement.
| The result table of the cursor is derived by evaluating the SELECT statement.
| The evaluation uses the current values of any special registers or PREVIOUS
| VALUE expressions specified in the SELECT statement, and the current values
| of any host variables specified in the SELECT statement or the USING clause
| of the OPEN statement. The rows of the result table may be derived during the
| execution of the OPEN statement, and a temporary table may be created to
| hold them; or they may be derived during the execution of subsequent FETCH
| statements. In either case, the cursor is placed in the open state and positioned
| before the first row of its result table. If the table is empty, the state of the
| cursor is effectively “after the last row”.
USING
Introduces a list of host variables whose values are substituted for the
parameter markers (question marks) of a prepared statement. If the DECLARE
CURSOR statement names a prepared statement that includes parameter
markers, USING must be used. If the prepared statement does not include
parameter markers, USING is ignored.
host-variable
Identifies a variable described in the program in accordance with the rules
for declaring host variables. The number of variables must be the same as
Statements 587
OPEN
The SQLDA must have enough storage to contain all SQLVAR occurrences.
Therefore, the value in SQLDABC must be greater than or equal to 16 +
SQLN*(N), where N is the length of an SQLVAR occurrence.
SQLD must be set to a value greater than or equal to zero and less than or
equal to SQLN.
Rules:
v When the SELECT statement of the cursor is evaluated, each parameter marker
in the statement is effectively replaced by its corresponding host variable. For a
typed parameter marker, the attributes of the target variable are those specified
by the CAST specification. For an untyped parameter marker, the attributes of
the target variable are determined according to the context of the parameter
marker.
v Let V denote a host variable that corresponds to parameter marker P. The value
of V is assigned to the target variable for P in accordance with the rules for
assigning a value to a column. Thus:
– V must be compatible with the target.
| – If V is a string, its length (excluding trailing blanks for strings that are not
| long strings) must not be greater than the length attribute of the target.
– If V is a number, the absolute value of its integral part must not be greater
than the maximum absolute value of the integral part of the target.
– If the attributes of V are not identical to the attributes of the target, the value
is converted to conform to the attributes of the target.
When the SELECT statement of the cursor is evaluated, the value used in place
of P is the value of the target variable for P. For example, if V is CHAR(6), and
the target is CHAR(8), the value used in place of P is the value of V padded
with two blanks.
v The USING clause is intended for a prepared SELECT statement that contains
parameter markers. However, it can also be used when the SELECT statement of
the cursor is part of the DECLARE CURSOR statement. In this case the OPEN
statement is executed as if each host variable in the SELECT statement were a
parameter marker, except that the attributes of the target variables are the same
as the attributes of the host variables in the SELECT statement. The effect is to
override the values of the host variables in the SELECT statement of the cursor
with the values of the host variables specified in the USING clause.
| v SQL data change statements and routines that modify SQL data embedded in
| the cursor definition are completely executed, and the result set is stored in a
| temporary table when the cursor opens. If statement execution is successful, the
| SQLERRD(3) field contains the sum of the number of rows that qualified for
| insert, update, and delete operations. If an error occurs during execution of an
| OPEN statement involving a cursor that contains a data change statement within
| a fullselect, the results of that data change statement are rolled back.
| Explicit rollback of an OPEN statement, or rollback to a savepoint before an
| OPEN statement, closes the cursor. If the cursor definition contains a data
| change statement within the FROM clause of a fullselect, the results of the data
| change statement are rolled back.
| Changes to rows in a table that is targeted by a data change statement nested
| within a SELECT statement or a SELECT INTO statement are processed when
| the cursor opens, and are not undone if an error occurs during a fetch operation
| against that cursor.
Notes:
v Closed state of cursors: All cursors in a program are in the closed state when
the program is initiated and when it initiates a ROLLBACK statement.
All cursors, except open cursors declared WITH HOLD, are in a closed state
when a program issues a COMMIT statement.
A cursor can also be in the closed state because a CLOSE statement was
executed or an error was detected that made the position of the cursor
unpredictable.
v To retrieve rows from the result table of a cursor, execute a FETCH statement
when the cursor is open. The only way to change the state of a cursor from
closed to open is to execute an OPEN statement.
v Effect of temporary tables: In some cases, the result table of a cursor is derived
during the execution of FETCH statements. In other cases, the temporary table
method is used instead. With this method the entire result table is transferred to
a temporary table during the execution of the OPEN statement. When a
temporary table is used, the results of a program can differ in these ways:
– An error can occur during OPEN that would otherwise not occur until some
later FETCH statement.
– INSERT, UPDATE, and DELETE statements executed in the same transaction
while the cursor is open cannot affect the result table.
| – Any NEXT VALUE expressions in the SELECT statement are evaluated for
| every row of the result table during OPEN.
| Conversely, if a temporary table is not used, INSERT, UPDATE, and DELETE
| statements executed while the cursor is open can affect the result table if issued
| from the same unit of work, and any NEXT VALUE expressions in the SELECT
| statement are evaluated as each row is fetched. This result table can also be
| affected by operations executed by the same unit of work, and the effect of such
| operations is not always predictable. For example, if cursor C is positioned on a
| row of its result table defined as SELECT * FROM T, and a new row is inserted
| into T, the effect of that insert on the result table is not predictable because its
| rows are not ordered. Thus a subsequent FETCH C may or may not retrieve the
| new row of T.
v Statement caching affects cursors declared open by the OPEN statement.
Statements 589
OPEN
Examples:
Example 3: Code an OPEN statement as in example 2, but in this case the number
and data types of the parameter markers in the WHERE clause are not known.
EXEC SQL BEGIN DECLARE SECTION;
char stmt1_str[200];
EXEC SQL END DECLARE SECTION;
EXEC SQL INCLUDE SQLDA;
Related reference:
v “DECLARE CURSOR” on page 448
v “EXECUTE” on page 501
v “PREPARE” on page 592
v “SQLDA (SQL descriptor area)” in the SQL Reference, Volume 1
Related samples:
v “dynamic.sqb -- How to update table data with cursor dynamically (MF
COBOL)”
v “spserver.sqc -- Definition of various types of stored procedures (C)”
Statements 591
PREPARE
PREPARE
The PREPARE statement is used by application programs to dynamically prepare
an SQL statement for execution. The PREPARE statement creates an executable
SQL statement, called a prepared statement, from a character string form of the
statement, called a statement string.
Invocation:
Authorization:
Syntax:
PREPARE statement-name
OUTPUT
INTO result-descriptor-name
FROM host-variable
INPUT INTO input-descriptor-name
Description:
statement-name
Names the prepared statement. If the name identifies an existing prepared
statement, that previously prepared statement is destroyed. The name must not
identify a prepared statement that is the SELECT statement of an open cursor.
OUTPUT INTO
If OUTPUT INTO is used, and the PREPARE statement executes successfully,
information about the output parameter markers in the prepared statement is
placed in the SQLDA specified by result-descriptor-name.
result-descriptor-name
Specifies the name of an SQLDA. (The DESCRIBE statement may be used
as an alternative to this clause.)
INPUT INTO
If INPUT INTO is used, and the PREPARE statement executes successfully,
information about the input parameter markers in the prepared statement is
placed in the SQLDA specified by input-descriptor-name. Input parameter
markers are always considered nullable, regardless of usage.
input-descriptor-name
Specifies the name of an SQLDA. (The DESCRIBE statement may be used
as an alternative to this clause.)
FROM
Introduces the statement string. The statement string is the value of the
specified host variable.
host-variable
Specifies a host variable that is described in the program in accordance
with the rules for declaring character string variables. It must be a
fixed-length or varying-length character-string variable.
Rules:
v Rules for statement strings: The statement string must be an executable
statement that can be dynamically prepared. It must be one of the following SQL
statements:
– ALTER
– CALL
– COMMENT
– COMMIT
– CREATE
– DECLARE GLOBAL TEMPORARY TABLE
– DELETE
– DROP
– EXPLAIN
– FLUSH EVENT MONITOR
– FLUSH PACKAGE CACHE
– GRANT
– INSERT
– LOCK TABLE
– REFRESH TABLE
– RELEASE SAVEPOINT
– RENAME TABLE
– RENAME TABLESPACE
– REVOKE
– ROLLBACK
– SAVEPOINT
– select-statement
– SET CURRENT DEFAULT TRANSFORM GROUP
– SET CURRENT DEGREE
– SET CURRENT EXPLAIN MODE
– SET CURRENT EXPLAIN SNAPSHOT
– SET CURRENT MAINTAINED TABLE TYPES FOR OPTIMIZATION
– SET CURRENT QUERY OPTIMIZATION
– SET CURRENT REFRESH AGE
– SET ENCRYPTION PASSWORD
– SET EVENT MONITOR STATE
– SET INTEGRITY
Statements 593
PREPARE
– SET PASSTHRU
– SET PATH
– SET SCHEMA
– SET SERVER OPTION
– UPDATE
v Parameter markers: Although a statement string cannot include references to
host variables, it may include parameter markers. These can be replaced by the
values of host variables when the prepared statement is executed. In the case of
a CALL statement, a parameter marker can also be used for OUT and INOUT
arguments to the stored procedure. After the CALL is executed, the returned
value for the argument will be assigned to the host variable corresponding to
the parameter marker.
A parameter marker is a question mark (?) that is used where a host variable
could be used if the statement string were a static SQL statement. For an
explanation of how parameter markers are replaced by values, see “OPEN” and
“EXECUTE”.
There are two types of parameter markers:
Typed parameter marker
A parameter marker that is specified along with its target data type. It has
the general form:
CAST(? AS data-type)
This notation is not a function call, but a “promise” that the type of the
parameter at run time will be of the data type specified or some data type
that can be converted to the specified data type. For example, in:
UPDATE EMPLOYEE
SET LASTNAME = TRANSLATE(CAST(? AS VARCHAR(12)))
WHERE EMPNO = ?
Statements 595
PREPARE
Statements 597
PREPARE
Notes:
v When a PREPARE statement is executed, the statement string is parsed and
checked for errors. If the statement string is invalid, the error condition is
reported in the SQLCA. Any subsequent EXECUTE or OPEN statement that
references this statement will also receive the same error (due to an implicit
prepare done by the system) unless the error has been corrected.
v Prepared statements can be referred to in the following kinds of statements, with
the restrictions shown:
In... The prepared statement...
DESCRIBE can be any statement
DECLARE CURSOR must be SELECT
EXECUTE must not be SELECT
v A prepared statement can be executed many times. Indeed, if a prepared
statement is not executed more than once and does not contain parameter
markers, it is more efficient to use the EXECUTE IMMEDIATE statement rather
than the PREPARE and EXECUTE statements.
v Statement caching affects repeated preparations.
Examples:
SQLTYPE 452
SQLLEN 3
SQLDATA pointer to G01
SQLIND (See note 2.)
SQLNAME
SQLTYPE 449
SQLLEN 29
SQLDATA pointer to COMPLAINTS
SQLIND pointer to 0
SQLNAME
SQLTYPE 453
SQLLEN 6
Statements 599
PREPARE
SQLTYPE 453
SQLLEN 3
SQLDATA pointer to A00
SQLIND pointer to 0
SQLNAME
Notes:
1. This value is for a PREPARE done from a 32-bit application. If the PREPARE was done
in a 64-bit application, then SQLDABC would have the value 240.
2. The value in SQLIND for this SQLVAR is ignored because the SQLTYPE identifies a
non-nullable data type.
3. The value in SQLDATA for this SQLVAR is ignored because the value of SQLIND
indicates this is a NULL value.
Related reference:
v “Identifiers” in the SQL Reference, Volume 1
v “LIKE predicate” in the SQL Reference, Volume 1
v “DESCRIBE” on page 469
v “EXECUTE” on page 501
v “OPEN” on page 587
v “Rules for result data types” in the SQL Reference, Volume 1
Related samples:
v “inpsrv.sqb -- A stored procedure using the GENERAL parameter style (MF
COBOL)”
v “trigsql.sqb -- How to use a trigger on a table (MF COBOL)”
v “tbread.sqc -- How to read tables (C)”
v “tut_use.sqc -- How to modify a database (C)”
v “tbread.sqC -- How to read tables (C++)”
v “tut_use.sqC -- How to modify a database (C++)”
REFRESH TABLE
The REFRESH TABLE statement refreshes the data in a materialized query table.
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v SYSADM or DBADM authority
v CONTROL privilege on the table.
Syntax:
Description:
table-name
Identifies the table to be refreshed.
The name, including the implicit or explicit schema, must identify a table that
already exists at the current server. The table must allow the REFRESH TABLE
statement (SQLSTATE 42809). This includes materialized query tables defined
with:
v REFRESH IMMEDIATE
v REFRESH DEFERRED
INCREMENTAL
Specifies an incremental refresh for the table by considering only the appended
portion (if any) of its underlying tables or the content of an associated staging
table (if one exists and its contents are consistent). If such a request cannot be
satisfied (that is, the system detects that the materialized query table definition
needs to be fully recomputed), an error (SQLSTATE 55019) is returned.
NOT INCREMENTAL
Specifies a full refresh for the table by recomputing the materialized query
table definition.
Statements 601
REFRESH TABLE
Notes:
v If REFRESH TABLE is issued on a materialized query table that references one
or more nicknames, the issuer must have authority to select from the remote
tables (SQLSTATE 42501).
v When the statement is used to refresh a REFRESH IMMEDIATE materialized
query table whose underlying tables have been loaded, the system may choose
to incrementally refresh the materialized query table with the appended portions
of its underlying tables. When the statement is used to refresh a REFRESH
DEFERRED materialized query table with a supporting staging table, the system
may choose to incrementally refresh the materialized query table with the
appended portions of its underlying tables that have been captured in the
staging table. However, there are some situations in which this optimization is
not possible, and a full refresh (that is, a recomputation of the materialized
query table definition) is necessary to ensure data integrity. The user can
explicitly request incremental maintenance by specifying the INCREMENTAL
option; if this optimization is not possible, the system returns an error. There are
certain scenarios in which the system will use incremental processing while
placing the responsibility for consistency on the user.
v If the materialized query table has an associated staging table, the staging table
is pruned when the refresh is successfully performed.
Related reference:
v “SET INTEGRITY” on page 679
v “CREATE USER MAPPING” on page 430
RELEASE (Connection)
The RELEASE (Connection) statement places one or more connections in the
release-pending state.
Invocation:
Although an interactive SQL facility might provide an interface that gives the
appearance of interactive execution, this statement can only be embedded within
an application program. It is an executable statement that cannot be dynamically
prepared.
Authorization:
None Required.
Syntax:
(1)
RELEASE server-name
host-variable
CURRENT
SQL
ALL
Notes:
1 Note that an application server named CURRENT or ALL can only be
identified by a host variable or a delimited identifier.
Description:
server-name or host-variable
Identifies the application server by the specified server-name or a host-variable
which contains the server-name.
If a host-variable is specified, it must be a character string variable with a length
attribute that is not greater than 8, and it must not include an indicator
variable. The server-name that is contained within the host-variable must be
left-justified and must not be delimited by quotation marks.
Note that the server-name is a database alias identifying the application server.
It must be listed in the application requester’s local directory.
The specified database-alias or the database-alias contained in the host variable
must identify an existing connection of the application process. If the
database-alias does not identify an existing connection, an error (SQLSTATE
08003) is raised.
CURRENT
Identifies the current connection of the application process. The application
process must be in the connected state. If not, an error (SQLSTATE 08003) is
raised.
ALL or ALL SQL
Identifies all existing connections of the application process. This form of the
RELEASE statement places all existing connections of the application process
in the release-pending state. All connections will therefore be destroyed during
Statements 603
RELEASE (Connection)
Examples:
RELEASE SAVEPOINT
The RELEASE SAVEPOINT statement is used to indicate that the application no
longer wishes to have the named savepoint maintained. After this statement has
been invoked, rollback to the savepoint is no longer possible.
Invocation:
Authorization:
None required.
Syntax:
TO
RELEASE SAVEPOINT savepoint-name
Description:
savepoint-name
| Specifies the savepoint that is to be released. Any savepoints nested within the
| named savepoint are also released. Rollback to that savepoint, or any savepoint
| nested within it, is no longer possible. If the named savepoint does not exist in
| the current savepoint level (see the “Rules” section in the description of the
| SAVEPOINT statement), an error is returned (SQLSTATE 3B001). The specified
| savepoint-name cannot begin with ’SYS’ (SQLSTATE 42939).
Notes:
v The name of the savepoint that was released can now be reused in another
SAVEPOINT statement, regardless of whether the UNIQUE keyword was
specified on an earlier SAVEPOINT statement specifying this same savepoint
name.
Example:
Related reference:
v “SAVEPOINT” on page 643
Statements 605
RENAME
RENAME
The RENAME statement renames an existing table or index.
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include either
SYSADM or DBADM authority, CONTROL privilege on the table or index, or
ALTERIN privilege on the schema.
Syntax:
TABLE
RENAME source-table-name TO target-identifier
INDEX source-index-name
Description:
TABLE source-table-name
Names the existing table that is to be renamed. The name, including the
schema name, must identify a table that already exists in the database
(SQLSTATE 42704). It must not be the name of a catalog table (SQLSTATE
42832), a materialized query table, a typed table (SQLSTATE 42997), a declared
global temporary table (SQLSTATE 42995), a nickname, or an object other than
a table or an alias (SQLSTATE 42809). The TABLE keyword is optional.
INDEX source-index-name
Names the existing index that is to be renamed. The name, including the
schema name, must identify an index that already exists in the database
(SQLSTATE 42704). It must not be the name of an index on a declared global
temporary table (SQLSTATE 42995). The schema name must not be SYSIBM,
SYSCAT, SYSFUN, or SYSSTAT (SQLSTATE 42832).
target-identifier
Specifies the new name for the table or index without a schema name. The
schema name of the source object is used to qualify the new name for the
object. The qualified name must not identify a table, view, alias, or index that
already exists in the database (SQLSTATE 42710).
Rules:
An error (SQLSTATE 42986) is returned if the source table violates one or more of
these conditions.
Notes:
v Catalog entries are updated to reflect the new table or index name.
v All authorizations associated with the source table or index name are transferred
to the new table or index name (the authorization catalog tables are updated
appropriately).
v Indexes defined over the source table are transferred to the new table (the index
catalog tables are updated appropriately).
v RENAME TABLE invalidates any packages that are dependent on the source
table. RENAME INDEX invalidates any packages that are dependent on the
source index.
v If an alias is used for the source-table-name, it must resolve to a table name. The
table is renamed within the schema of this table. The alias is not changed by the
RENAME statement and continues to refer to the old table name.
v A table with primary key or unique constraints can be renamed if none of the
primary key or unique constraints are referenced by any foreign key.
Examples:
Statements 607
RENAME TABLESPACE
RENAME TABLESPACE
The RENAME TABLESPACE statement renames an existing table space.
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include either
SYSADM or SYSCTRL authority.
Syntax:
Description:
source-tablespace-name
Specifies the existing table space that is to be renamed, as a one-part name. It
is an SQL identifier (either ordinary or delimited). The table space name must
identify a table space that already exists in the catalog (SQLSTATE 42704).
target-tablespace-name
Specifies the new name for the table space, as a one-part name. It is an SQL
identifier (either ordinary or delimited). The new table space name must not
identify a table space that already exists in the catalog (SQLSTATE 42710), and
it cannot start with ’SYS’ (SQLSTATE 42939).
Rules:
v The SYSCATSPACE table space cannot be renamed (SQLSTATE 42832).
v Any table spaces with ″rollforward pending″ or ″rollforward in progress″ states
cannot be renamed (SQLSTATE 55039)
Notes:
v Renaming a table space will update the minimum recovery time of a table space
to the point in time when the rename took place. This implies that a roll forward
at the table space level must be to at least this point in time.
v The new table space name must be used when restoring a table space from a
backup image, where the rename was done after the backup was created.
Example:
REPEAT
The REPEAT statement executes a statement or group of statements until a search
condition is true.
Invocation:
Authorization:
Syntax:
END REPEAT
label
SQL-routine-statement:
SQL-procedure-statement ;
SQL-function-statement ;
Description:
label
Specifies the label for the REPEAT statement. If the beginning label is specified,
that label can be specified on LEAVE and ITERATE statements. If an ending
label is specified, a matching beginning label also must be specified.
SQL-procedure-statement
Specifies the SQL statements to execute within the loop. SQL-procedure-
statement is only applicable when in the context of an SQL procedure. See
SQL-procedure-statement in the description of the Compound SQL (Procedure)
statement.
SQL-function-statement
Specifies the SQL statements to execute within the loop. SQL-function-statement
is only applicable when in the context of an SQL function or SQL method. See
SQL-function-statement in the description of the FOR statement.
search-condition
| The search-condition is evaluated after each execution of the REPEAT loop. If
| the condition is true, the loop will exit. If the condition is unknown or false,
| the looping continues.
Examples:
Statements 609
REPEAT
A REPEAT statement fetches rows from a table until the not_found condition
handler is invoked.
CREATE PROCEDURE REPEAT_STMT(OUT counter INTEGER)
LANGUAGE SQL
BEGIN
DECLARE v_counter INTEGER DEFAULT 0;
DECLARE v_firstnme VARCHAR(12);
DECLARE v_midinit CHAR(1);
DECLARE v_lastname VARCHAR(15);
DECLARE at_end SMALLINT DEFAULT 0;
DECLARE not_found CONDITION FOR SQLSTATE ’02000’;
DECLARE c1 CURSOR FOR
SELECT firstnme, midinit, lastname
FROM employee;
DECLARE CONTINUE HANDLER FOR not_found
SET at_end = 1;
OPEN c1;
fetch_loop:
REPEAT
FETCH c1 INTO v_firstnme, v_midinit, v_lastname;
SET v_counter = v_counter + 1;
UNTIL at_end > 0
END REPEAT fetch_loop;
SET counter = v_counter;
CLOSE c1;
END
Related reference:
v “Compound SQL (Procedure)” on page 127
RESIGNAL
The RESIGNAL statement is used to resignal an error or warning condition. It
causes an error or warning to be returned with the specified SQLSTATE, along
with optional message text.
Invocation:
Authorization:
None required.
Syntax:
RESIGNAL
|
VALUE
SQLSTATE sqlstate-string-constant
variable-name signal-information
condition-name
signal-information:
Description:
SQLSTATE VALUE sqlstate-string-constant
The specified string constant represents an SQLSTATE. It must be a character
string constant with exactly 5 characters that follow the rules for SQLSTATEs:
v Each character must be from the set of digits ('0' through '9') or non-accented
upper case letters ('A' through 'Z')
v The SQLSTATE class (first two characters) cannot be '00', since this
represents successful completion.
If the SQLSTATE does not conform to these rules, an error is raised
(SQLSTATE 428B3).
| SQLSTATE VALUE variable-name
| The specified variable name must be of type CHAR(5). Its value at statement
| execution time must conform to the same rules that are described for
| sqlstate-string-constant. If the SQLSTATE does not conform to these rules, an
| error is returned (SQLSTATE 428B3).
condition-name
Specifies the name of the condition.
SET MESSAGE_TEXT =
Specifies a string that describes the error or warning. The string is returned in
the sqlerrmc field of the SQLCA. If the actual string is longer than 70 bytes, it
is truncated without warning.
Statements 611
RESIGNAL
variable-name
Identifies an SQL variable that must be declared within the compound
statement. The SQL variable must be defined as a CHAR or VARCHAR
data type.
diagnostic-string-constant
Specifies a character string constant that contains the message text.
Notes:
v If the RESIGNAL statement is specified without an SQLSTATE clause or a
condition-name, the identical condition that invoked the handler is returned. The
SQLSTATE, SQLCODE and the SQLCA associated with the condition are
unchanged.
v If a RESIGNAL statement is issued, and an SQLSTATE or condition-name was
specified, the SQLCODE returned is based on the SQLSTATE value as follows:
– If the specified SQLSTATE class is either ’01’ or ’02’, a warning or not found
condition is returned and the SQLCODE is set to +438.
– Otherwise, an exception condition is returned and the SQLCODE is set to
-438.
The other fields of the SQLCA are set as follows:
– sqlerrd fields are set to zero
– sqlwarn fields are set to blank
– sqlerrmc is set to the first 70 bytes of MESSAGE_TEXT
– sqlerrml is set to the length of sqlerrmc, or to zero if no SET MESSAGE_TEXT
clause is specified
– sqlerrp is set to ROUTINE.
v Refer to the ″Notes″ section under ″SIGNAL statement″ for further information
on SQLSTATE values.
Example:
This example detects a division by zero error. The IF statement uses a SIGNAL
statement to invoke the overflow condition handler. The condition handler uses a
RESIGNAL statement to return a different SQLSTATE value to the client
application.
| CREATE PROCEDURE divide ( IN numerator INTEGER,
| IN denominator INTEGER,
| OUT result INTEGER)
| LANGUAGE SQL
| BEGIN
| DECLARE overflow CONDITION FOR SQLSTATE ’22003’;
| DECLARE CONTINUE HANDLER FOR overflow
| RESIGNAL SQLSTATE '22375';
| IF denominator = 0 THEN
| SIGNAL overflow;
| ELSE
| SET result = numerator / denominator;
| END IF;
| END
Related reference:
v “SIGNAL” on page 709
RETURN
The RETURN statement is used to return from a routine. For SQL functions or
methods, it returns the result of the function or method. For an SQL procedure, it
optionally returns an integer status value.
Invocation:
Authorization:
Syntax:
RETURN
expression
NULL
fullselect
,
WITH common-table-expression
Description:
expression
Specifies a value that is returned from the routine:
v If the routine is a function or method, one of expression, NULL, or fullselect
must be specified (SQLSTATE 42630) and the data type of the result must be
assignable to the RETURNS type of the routine (SQLSTATE 42866).
v If the routine is a table function, a scalar expression (other than a scalar
fullselect) cannot be specified (SQLSTATE 428F1).
v If the routine is a procedure, the data type of expression must be INTEGER
(SQLSTATE 428E2). A procedure cannot return NULL or a fullselect.
NULL
Specifies that the function or method returns a null value of the data type
defined in the RETURNS clause. NULL cannot be specified for a RETURN
from a procedure.
WITH common-table-expression
Defines a common table expression for use with the fullselect that follows.
fullselect
Specifies the row or rows to be returned for the function. The number of
columns in the fullselect must match the number of columns in the function
result (SQLSTATE 42811). In addition, the static column types of the
fullselect must be assignable to the declared column types of the function
result, using the rules for assignment to columns (SQLSTATE 42866).
The fullselect cannot be specified for a RETURN from a procedure.
If the routine is a scalar function or method, then the fullselect must return
one column (SQLSTATE 42823) and, at most, one row (SQLSTATE 21000).
Statements 613
RETURN
Rules:
v The execution of an SQL function or method must end with a RETURN
statement (SQLSTATE 42632).
v In an SQL table or row function using a dynamic-compound-statement, the only
RETURN statement allowed is the one at the end of the compound statement.
(SQLSTATE 429BD).
Notes:
v When a value is returned from a procedure, the caller may access the value:
– using the GET DIAGNOSTICS statement to retrieve the RETURN_STATUS
when the SQL procedure was called from another SQL procedure
– using the parameter bound for the return value parameter marker in the
escape clause CALL syntax (?=CALL...) in a CLI application
– directly from the sqlerrd[0] field of the SQLCA, after processing the CALL of
an SQL procedure. This field is only valid if the SQLCODE is zero or positive
(assume a value of −1 otherwise).
Examples:
Use a RETURN statement to return from an SQL stored procedure with a status
value of zero if successful, and −200 if not.
BEGIN
...
GOTO FAIL
...
SUCCESS: RETURN 0
FAIL: RETURN -200
END
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v DBADM authority
v SYSADM authority
Syntax:
,
BY ALL
FROM authorization-name
USER
GROUP
PUBLIC
Description:
BINDADD
Revokes the authority to create packages. The creator of a package
automatically has the CONTROL privilege on that package and retains this
privilege even if his BINDADD authority is subsequently revoked.
The BINDADD authority cannot be revoked from an authorization-name holding
DBADM authority without also revoking the DBADM authority.
CONNECT
Revokes the authority to access the database.
Revoking the CONNECT authority from a user does not affect any privileges
that were granted to that user on objects in the database. If the user is
Statements 615
REVOKE (Database Authorities)
CAUTION:
Revoking DBADM authority does not automatically revoke any privileges
that were held by the authorization-name on objects in the database, nor does
it revoke any of the other database authorities that were implicitly and
automatically granted when DBADM authority was originally granted.
LOAD
Revokes the authority to LOAD in this database.
QUIESCE_CONNECT
Revokes the authority to access the database while it is quiesced.
FROM
Indicates from whom the authorities are revoked.
USER
Specifies that the authorization-name identifies a user.
GROUP
Specifies that the authorization-name identifies a group name.
authorization-name,...
Lists one or more authorization IDs.
The authorization ID of the REVOKE statement itself cannot be used
(SQLSTATE 42502). It is not possible to revoke the authorities from an
authorization-name that is the same as the authorization ID of the REVOKE
statement.
PUBLIC
Revokes the authorities from PUBLIC.
BY ALL
Revokes each named privilege from all named users who were explicitly
granted those privileges, regardless of who granted them. This is the default
behavior.
Rules:
v If neither USER nor GROUP is specified, then:
– If all rows for the grantee in the SYSCAT.DBAUTH catalog view have a
GRANTEETYPE of U, then USER will be assumed.
– If all rows have a GRANTEETYPE of G, then GROUP will be assumed.
– If some rows have U and some rows have G, then an error (SQLSTATE 56092)
is raised.
Notes:
v Compatibilities
For compatibility with versions earlier than Version 8, the option
CREATE_NOT_FENCED can be substituted for
CREATE_NOT_FENCED_ROUTINE.
v Revoking a specific privilege does not necessarily revoke the ability to perform
an action. A user may proceed with a task if other privileges are held by
PUBLIC or a group, or if the user has a higher level authority, such as DBADM.
Examples:
Example 1: Given that USER6 is only a user and not a group, revoke the privilege
to create tables from the user USER6.
REVOKE CREATETAB ON DATABASE FROM USER6
In this case, the GROUP keyword must be specified; otherwise an error will occur
(SQLSTATE 56092).
Related reference:
v “REVOKE (Index Privileges)” on page 619
v “REVOKE (Package Privileges)” on page 621
Statements 617
REVOKE (Database Authorities)
Related samples:
v “dbauth.sqc -- How to grant, display, and revoke authorities at database level
(C)”
v “dbauth.sqC -- How to grant, display, and revoke authorities at database level
(C++)”
v “DbAuth.java -- Grant, display or revoke privileges on database (JDBC)”
v “DbAuth.sqlj -- Grant, display or revoke privileges on database (SQLj)”
Invocation:
Authorization:
Syntax:
,
BY ALL
FROM authorization-name
USER
GROUP
PUBLIC
Description:
CONTROL
Revokes the privilege to drop the index. This is the CONTROL privilege for
indexes, which is automatically granted to creators of indexes.
ON INDEX index-name
Specifies the name of the index on which the CONTROL privilege is to be
revoked.
FROM
Indicates from whom the privileges are revoked.
USER
Specifies that the authorization-name identifies a user.
GROUP
Specifies that the authorization-name identifies a group name.
authorization-name,...
Lists one or more authorization IDs.
The authorization ID of the REVOKE statement itself cannot be used
(SQLSTATE 42502). It is not possible to revoke the privileges from an
authorization-name that is the same as the authorization ID of the REVOKE
statement.
PUBLIC
Revokes the privileges from PUBLIC.
Statements 619
REVOKE (Index Privileges)
BY ALL
Revokes the privilege from all named users who were explicitly granted that
privilege, regardless of who granted it. This is the default behavior.
Rules:
v If neither USER nor GROUP is specified, then:
– If all rows for the grantee in the SYSCAT.INDEXAUTH catalog view have a
GRANTEETYPE of U, then USER will be assumed.
– If all rows have a GRANTEETYPE of G, then GROUP will be assumed.
– If some rows have U and some rows have G, then an error (SQLSTATE 56092)
is raised.
Notes:
v Revoking a specific privilege does not necessarily revoke the ability to perform
the action. A user may proceed with their task if other privileges are held by
PUBLIC or a group, or if they have authorities such as ALTERIN on the schema
of an index.
Examples:
Example 1: Given that USER4 is only a user and not a group, revoke the privilege
to drop an index DEPTIDX from the user USER4.
REVOKE CONTROL ON INDEX DEPTIDX FROM USER4
Example 2: Revoke the privilege to drop an index LUNCHITEMS from the user
CHEF and the group WAITERS.
REVOKE CONTROL ON INDEX LUNCHITEMS
FROM USER CHEF, GROUP WAITERS
Related reference:
v “REVOKE (Database Authorities)” on page 615
v “REVOKE (Package Privileges)” on page 621
v “REVOKE (Schema Privileges)” on page 627
v “REVOKE (Table, View, or Nickname Privileges)” on page 635
v “REVOKE (Server Privileges)” on page 631
v “REVOKE (Table Space Privileges)” on page 633
v “REVOKE (Routine Privileges)” on page 624
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v CONTROL privilege on the referenced package
v SYSADM or DBADM authority.
Syntax:
REVOKE BIND
CONTROL
(1)
EXECUTE
(2)
ON PACKAGE package-id
schema-name.
,
BY ALL
FROM authorization-name
USER
GROUP
PUBLIC
Notes:
1 RUN can be used as a synonym for EXECUTE.
2 PROGRAM can be used as a synonym for PACKAGE.
Description:
BIND
Revokes the privilege to execute BIND or REBIND on—or to add a new
version of— the referenced package.
The BIND privilege cannot be revoked from an authorization-name that holds
CONTROL privilege on the package, without also revoking the CONTROL
privilege.
Statements 621
REVOKE (Package Privileges)
CONTROL
Revokes the privilege to drop the package and to extend package privileges to
other users.
Revoking CONTROL does not revoke the other package privileges.
EXECUTE
Revokes the privilege to execute the package.
The EXECUTE privilege cannot be revoked from an authorization-name that
holds CONTROL privilege on the package without also revoking the
CONTROL privilege.
ON PACKAGE schema-name.package-id
Specifies the name of the package on which privileges are to be revoked. If a
schema name is not specified, the package ID is implicitly qualified by the
default schema. The revoking of a package privilege applies to all versions of
the package.
FROM
Indicates from whom the privileges are revoked.
USER
Specifies that the authorization-name identifies a user.
GROUP
Specifies that the authorization-name identifies a group name.
authorization-name,...
Lists one or more authorization IDs.
The authorization ID of the REVOKE statement itself cannot be used
(SQLSTATE 42502). It is not possible to revoke the privileges from an
authorization-name that is the same as the authorization ID of the REVOKE
statement.
PUBLIC
Revokes the privileges from PUBLIC.
BY ALL
Revokes each named privilege from all named users who were explicitly
granted those privileges, regardless of who granted them. This is the default
behavior.
Rules:
v If neither USER nor GROUP is specified, then:
– If all rows for the grantee in the SYSCAT.PACKAGEAUTH catalog view have
a GRANTEETYPE of U, then USER will be assumed.
– If all rows have a GRANTEETYPE of G, then GROUP will be assumed.
– If some rows have U and some rows have G, then an error (SQLSTATE 56092)
is raised.
Notes:
v Revoking a specific privilege does not necessarily revoke the ability to perform
the action. A user may proceed with their task if other privileges are held by
PUBLIC or a group, or if they have privileges such as ALTERIN on the schema
of a package.
Examples:
Example 2: Revoke CONTROL authority on the RRSP_PKG package for the user
FRANK and for PUBLIC.
REVOKE CONTROL
ON PACKAGE RRSP_PKG
FROM USER FRANK, PUBLIC
Related reference:
v “REVOKE (Database Authorities)” on page 615
v “REVOKE (Index Privileges)” on page 619
v “REVOKE (Schema Privileges)” on page 627
v “REVOKE (Table, View, or Nickname Privileges)” on page 635
v “REVOKE (Server Privileges)” on page 631
v “REVOKE (Table Space Privileges)” on page 633
v “REVOKE (Routine Privileges)” on page 624
Statements 623
REVOKE (Routine Privileges)
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v SYSADM or DBADM authority
Syntax:
,
BY ALL
FROM authorization-name RESTRICT
USER
GROUP
PUBLIC
Description:
EXECUTE
Revokes the privilege to run the identified user-defined function, method, or
stored procedure.
function-designator
Uniquely identifies the function.
FUNCTION schema.*
Identifies the explicit grant for all the existing and future functions in the
schema. Revoking the schema.* privilege does not revoke any privileges that
were granted on a specific function. In dynamic SQL statements, if a schema is
not specified, the schema in the CURRENT SCHEMA special register will be
used. In static SQL statements, if a schema is not specified, the schema in the
QUALIFIER precompile/bind option will be used.
method-designator
Uniquely identifies the method.
METHOD *
Identifies the explicit grant for all the existing and future methods for the type
type-name. Revoking the * privilege does not revoke any privileges that were
granted on a specific method.
FOR type-name
Names the type in which the specified method is found. The name must
identify a type already described in the catalog (SQLSTATE 42704). In
dynamic SQL statements, the value of the CURRENT SCHEMA special
register is used as a qualifier for an unqualified type name. In static SQL
statements, the QUALIFIER precompile/bind option implicitly specifies the
qualifier for unqualified type names. An asterisk (*) can be used in place of
type-name to identify the explicit grant on all existing and future methods
for all existing and future types in the schema. Revoking the privilege
using an asterisk for method and type-name does not revoke any privileges
that were granted on a specific method or on all methods for a specific
type.
procedure-designator
Uniquely identifies the procedure.
PROCEDURE schema.*
Identifies the explicit grant for all the existing and future procedures in the
schema. Revoking the schema.* privilege does not revoke any privileges that
were granted on a specific procedure. In dynamic SQL statements, if a schema
is not specified, the schema in the CURRENT SCHEMA special register will be
used. In static SQL statements, if a schema is not specified, the schema in the
QUALIFIER precompile/bind option will be used.
FROM
Specifies from whom the EXECUTE privilege is revoked.
USER
Specifies that the authorization-name identifies a user.
GROUP
Specifies that the authorization-name identifies a group name.
authorization-name,...
Lists the authorization IDs of one or more users or groups. The list of
authorization IDs cannot include the authorization ID of the user issuing
the statement (SQLSTATE 42502).
PUBLIC
Revokes the EXECUTE privilege from all users.
BY ALL
Revokes the EXECUTE privilege from all named users who were explicitly
granted the privilege, regardless of who granted it. This is the default behavior.
RESTRICT
Specifies that the EXECUTE privilege cannot be revoked if both of the
following are true (SQLSTATE 42893):
v The specified routine is used in a view, trigger, constraint, index extension,
SQL function, SQL method, transform group, or is referenced as the
SOURCE of a sourced function.
Statements 625
REVOKE (Routine Privileges)
v The loss of the EXECUTE privilege would cause the definer of the view,
trigger, constraint, index extension, SQL function, SQL method, transform
group, or sourced function to no longer be able to execute the specified
routine.
Rules:
v It is not possible to revoke the EXECUTE privilege on a function or method
defined with schema ’SYSIBM’ or ’SYSFUN’ (SQLSTATE 42832).
v If neither USER nor GROUP is specified, then:
– If all rows for the grantee in the SYSCAT.ROUTINEAUTH catalog views have
a GRANTEETYPE of U, then USER is assumed.
– If all rows have a GRANTEETYPE of G, then GROUP is assumed.
– If some rows have U and some rows have G, an error (SQLSTATE 56092) is
raised.
Examples:
Related reference:
v “REVOKE (Database Authorities)” on page 615
v “REVOKE (Index Privileges)” on page 619
v “REVOKE (Package Privileges)” on page 621
v “REVOKE (Schema Privileges)” on page 627
v “REVOKE (Table, View, or Nickname Privileges)” on page 635
v “REVOKE (Server Privileges)” on page 631
v “REVOKE (Table Space Privileges)” on page 633
v “Common syntax elements” on page viii
Invocation:
Authorization:
Syntax:
,
BY ALL
FROM authorization-name
USER
GROUP
PUBLIC
Description:
ALTERIN
Revokes the privilege to alter or comment on objects in the schema.
CREATEIN
Revokes the privilege to create objects in the schema.
DROPIN
Revokes the privilege to drop objects in the schema.
ON SCHEMA schema-name
Specifies the name of the schema on which privileges are to be revoked.
FROM
Indicates from whom the privileges are revoked.
USER
Specifies that the authorization-name identifies a user.
GROUP
Specifies that the authorization-name identifies a group name.
authorization-name,...
Lists one or more authorization IDs.
The authorization ID of the REVOKE statement itself cannot be used
(SQLSTATE 42502). It is not possible to revoke the privileges from an
authorization-name that is the same as the authorization ID of the REVOKE
statement.
Statements 627
REVOKE (Schema Privileges)
PUBLIC
Revokes the privileges from PUBLIC.
BY ALL
Revokes each named privilege from all named users who were explicitly
granted those privileges, regardless of who granted them. This is the default
behavior.
Rules:
v If neither USER nor GROUP is specified, then:
– If all rows for the grantee in the SYSCAT.SCHEMAAUTH catalog view have a
GRANTEETYPE of U, then USER will be assumed.
– If all rows have a GRANTEETYPE of G, then GROUP will be assumed.
– If some rows have U and some rows have G, then an error (SQLSTATE 56092)
is raised.
Notes:
v Revoking a specific privilege does not necessarily revoke the ability to perform
the action. A user may proceed with their task if other privileges are held by
PUBLIC or a group, or if they have a higher level authority such as DBADM.
Examples:
Example 1: Given that USER4 is only a user and not a group, revoke the privilege
to create objects in schema DEPTIDX from the user USER4.
REVOKE CREATEIN ON SCHEMA DEPTIDX FROM USER4
Example 2: Revoke the privilege to drop objects in schema LUNCH from the user
CHEF and the group WAITERS.
REVOKE DROPIN ON SCHEMA LUNCH
FROM USER CHEF, GROUP WAITERS
Related reference:
v “REVOKE (Database Authorities)” on page 615
v “REVOKE (Index Privileges)” on page 619
v “REVOKE (Package Privileges)” on page 621
v “REVOKE (Table, View, or Nickname Privileges)” on page 635
v “REVOKE (Server Privileges)” on page 631
v “REVOKE (Table Space Privileges)” on page 633
v “REVOKE (Routine Privileges)” on page 624
| Invocation:
| Authorization:
| Syntax:
| ,
|
REVOKE ALTER ON SEQUENCE sequence-name
USAGE
| ,
| RESTRICT
FROM authorization-name
USER
GROUP
PUBLIC
|
| Description:
| ALTER
| Revokes the privilege to change the properties of a sequence or to restart
| sequence number generation using the ALTER SEQUENCE statement.
| USAGE
| Revokes the privilege to reference a sequence using nextval-expression or
| prevval-expression.
| ON SEQUENCE sequence-name
| Identifies the sequence on which the specified privileges are to be revoked. The
| sequence name, including an implicit or explicit schema qualifier, must
| uniquely identify an existing sequence at the current server. If no sequence by
| this name exists, an error is returned (SQLSTATE 42704).
| FROM
| Specifies from whom the privileges are revoked.
| USER
| Specifies that the authorization-name identifies a user.
| GROUP
| Specifies that the authorization-name identifies a group.
| authorization-name,...
| Lists the authorization IDs of one or more users or groups. The
| authorization ID of the REVOKE statement itself cannot be specified
| (SQLSTATE 42502).
Statements 629
REVOKE (Schema Privileges)
| PUBLIC
| Revokes the specified privileges from all users.
| RESTRICT
| This optional keyword indicates that the statement will fail if any objects
| depend on the privilege being revoked.
| Rules:
| v If neither USER nor GROUP is specified, then:
| – If all rows for the grantee in the SYSCAT.SEQUENCEAUTH catalog view
| have a GRANTEETYPE of U, then USER is assumed.
| – If all rows have a GRANTEETYPE of G, then GROUP is assumed.
| – If some rows have U and some rows have G, an error is returned (SQLSTATE
| 56092).
| Notes:
| v Revoking a specific privilege does not necessarily remove the ability to perform
| an action. A user can proceed if other privileges are held by PUBLIC or by a
| group to which the user belongs, or if the user has a higher level of authority,
| such as DBADM.
| Examples:
| Related reference:
| v “REVOKE (Database Authorities)” on page 615
| v “REVOKE (Index Privileges)” on page 619
| v “REVOKE (Package Privileges)” on page 621
| v “REVOKE (Schema Privileges)” on page 627
| v “REVOKE (Table, View, or Nickname Privileges)” on page 635
| v “REVOKE (Server Privileges)” on page 631
| v “REVOKE (Table Space Privileges)” on page 633
| v “GRANT (Sequence Privileges)” on page 545
| v “REVOKE (Routine Privileges)” on page 624
Invocation:
Authorization:
Syntax:
,
BY ALL
authorization-name
USER
GROUP
PUBLIC
Description:
SERVER server-name
Names the data source for which the privilege to use in pass-through mode is
being revoked. server-name must identify a data source that is described in the
catalog.
FROM
Specifies from whom the privilege is revoked.
USER
Specifies that the authorization-name identifies a user.
GROUP
Specifies that the authorization-name identifies a group name.
authorization-name,...
Lists the authorization IDs of one or more users or groups.
The authorization ID of the REVOKE statement itself cannot be used
(SQLSTATE 42502). It is not possible to revoke the privileges from an
authorization-name that is the same as the authorization ID of the REVOKE
statement.
PUBLIC
Revokes from all users the privilege to pass through to server-name.
BY ALL
Revokes the privilege from all named users who were explicitly granted that
privilege, regardless of who granted it. This is the default behavior.
Statements 631
REVOKE (Server Privileges)
Examples:
The members of group D024 will no longer be able to use their group ID to pass
through to EASTWING. But if any members have the privilege to pass through to
EASTWING under their own user IDs, they will retain this privilege.
Related reference:
v “REVOKE (Database Authorities)” on page 615
v “REVOKE (Index Privileges)” on page 619
v “REVOKE (Package Privileges)” on page 621
v “REVOKE (Schema Privileges)” on page 627
v “REVOKE (Table, View, or Nickname Privileges)” on page 635
v “REVOKE (Table Space Privileges)” on page 633
v “REVOKE (Routine Privileges)” on page 624
Invocation:
Authorization:
Syntax:
,
BY ALL
authorization-name
USER
GROUP
PUBLIC
Description:
USE
Revokes the privilege to specify or default to the table space when creating a
table.
OF TABLESPACE tablespace-name
Specifies the table space on which the USE privilege is to be revoked. The table
space cannot be SYSCATSPACE (SQLSTATE 42838) or a SYSTEM
TEMPORARY table space (SQLSTATE 42809).
FROM
Indicates from whom the USE privilege is revoked.
USER
Specifies that the authorization-name identifies a user.
GROUP
Specifies that the authorization-name identifies a group name.
authorization-name
Lists one or more authorization IDs.
The authorization ID of the REVOKE statement itself cannot be used
(SQLSTATE 42502). It is not possible to revoke the privileges from an
authorization-name that is the same as the authorization ID of the REVOKE
statement.
PUBLIC
Revokes the USE privilege from PUBLIC.
Statements 633
REVOKE (Table Space Privileges)
BY ALL
Revokes the privilege from all named users who were explicitly granted that
privilege, regardless of who granted it. This is the default behavior.
Rules:
v If neither USER nor GROUP is specified, then:
– If all rows for the grantee in the SYSCAT.TBSPACEAUTH catalog view have a
GRANTEETYPE of U, then USER will be assumed.
– If all rows have a GRANTEETYPE of G, then GROUP will be assumed.
– If some rows have U and some rows have G, then an error results
(SQLSTATE 56092).
Notes:
v Revoking the USE privilege does not necessarily revoke the ability to create
tables in that table space. A user may still be able to create tables in that table
space if the USE privilege is held by PUBLIC or a group, or if the user has a
higher level authority, such as DBADM.
Examples:
Example 1: Revoke the privilege to create tables in table space PLANS from the
user BOBBY.
Related reference:
v “REVOKE (Database Authorities)” on page 615
v “REVOKE (Index Privileges)” on page 619
v “REVOKE (Package Privileges)” on page 621
v “REVOKE (Schema Privileges)” on page 627
v “REVOKE (Table, View, or Nickname Privileges)” on page 635
v “REVOKE (Server Privileges)” on page 631
v “REVOKE (Routine Privileges)” on page 624
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v SYSADM or DBADM authority
v CONTROL privilege on the referenced table, view, or nickname.
To revoke the privileges on catalog tables and views, either SYSADM or DBADM
authority is required.
Syntax:
PRIVILEGES TABLE
REVOKE ALL ON table-name
, view-name
nickname
ALTER
CONTROL
DELETE
INDEX
INSERT
REFERENCES
SELECT
UPDATE
,
BY ALL
FROM authorization-name
USER
GROUP
PUBLIC
Description:
ALL or ALL PRIVILEGES
Revokes all privileges (except CONTROL) held by an authorization-name for
the specified tables, views, or nicknames.
Statements 635
REVOKE (Table, View, or Nickname Privileges)
If ALL is not used, one or more of the keywords listed below must be used.
Each keyword revokes the privilege described, but only as it applies to the
tables, views, or nicknames named in the ON clause. The same keyword must
not be specified more than once.
ALTER
Revokes the privilege to add columns to the base table definition; create or
drop a primary key or unique constraint on the table; create or drop a foreign
key on the table; add/change a comment on the table, view, or nickname;
create or drop a check constraint; create a trigger; add, reset, or drop a column
option for a nickname; or, change nickname column names or data types.
CONTROL
Revokes the ability to drop the table, view, or nickname, and the ability to
execute the RUNSTATS utility on the table and indexes.
Revoking CONTROL privilege from an authorization-name does not revoke
other privileges granted to the user on that object.
DELETE
Revokes the privilege to delete rows from the table, updatable view, or
nickname.
INDEX
Revokes the privilege to create an index on the table or an index specification
on the nickname. The creator of an index or index specification automatically
has the CONTROL privilege over the index or index specification (authorizing
the creator to drop the index or index specification). In addition, the creator
retains this privilege even if the INDEX privilege is revoked.
INSERT
Revokes the privileges to insert rows into the table, updatable view, or
nickname, and to run the IMPORT utility.
REFERENCES
Revokes the privilege to create or drop a foreign key referencing the table as
the parent. Any column level REFERENCES privileges are also revoked.
SELECT
Revokes the privilege to retrieve rows from the table or view, to create a view
on a table, and to run the EXPORT utility against the table or view.
Revoking SELECT privilege may cause some views to be marked inoperative.
(For information on inoperative views, see “CREATE VIEW”.)
UPDATE
Revokes the privilege to update rows in the table, updatable view, or
nickname. Any column level UPDATE privileges are also revoked.
ON TABLE table-name or view-name or nickname
Specifies the table, view, or nickname on which privileges are to be revoked.
The table-name cannot be a declared temporary table (SQLSTATE 42995).
FROM
Indicates from whom the privileges are revoked.
USER
Specifies that the authorization-name identifies a user.
GROUP
Specifies that the authorization-name identifies a group name.
authorization-name,...
Lists one or more authorization IDs.
The ID of the REVOKE statement itself cannot be used (SQLSTATE 42502).
It is not possible to revoke the privileges from an authorization-name that is
the same as the authorization ID of the REVOKE statement.
PUBLIC
Revokes the privileges from PUBLIC.
BY ALL
Revokes each named privilege from all named users who were explicitly
granted those privileges, regardless of who granted them. This is the default
behavior.
Rules:
v If neither USER nor GROUP is specified, then:
– If all rows for the grantee in the SYSCAT.TABAUTH and SYSCAT.COLAUTH
catalog views have a GRANTEETYPE of U, then USER will be assumed.
– If all rows have a GRANTEETYPE of G, then GROUP will be assumed.
– If some rows have U and some rows have G, then an error (SQLSTATE 56092)
is raised.
Notes:
v If a privilege is revoked from the authorization-name used to create a view (this is
called the view’s DEFINER in SYSCAT.VIEWS), that privilege is also revoked
from any dependent views.
v If the DEFINER of the view loses a SELECT privilege on some object on which
the view definition depends (or an object upon which the view definition
depends is dropped, or made inoperative in the case of another view), the view
will be made inoperative.
However, if a DBADM or SYSADM explicitly revokes all privileges on the view
from the DEFINER, then the record of the DEFINER will not appear in
SYSCAT.TABAUTH but nothing will happen to the view - it remains operative.
v Privileges on inoperative views cannot be revoked.
v All packages dependent upon an object for which a privilege is revoked are
marked invalid. A package remains invalid until a bind or rebind operation on
the application is successfully executed, or the application is executed and the
database manager successfully rebinds the application (using information stored
in the catalogs). Packages marked invalid due to a revoke may be successfully
rebound without any additional grants.
For example, if a package owned by USER1 contains a SELECT from table T1
and the SELECT privilege for table T1 is revoked from USER1, then the package
will be marked invalid. If SELECT authority is re-granted, or if the user holds
DBADM authority, the package is successfully rebound when executed.
v Packages, triggers or views that include the use of OUTER(Z) in the FROM
clause, are dependent on having SELECT privilege on every subtable or subview
of Z. Similarly, packages, triggers, or views that include the use of DEREF(Y)
where Y is a reference type with a target table or view Z, are dependent on
having SELECT privilege on every subtable or subview of Z. If one of these
SELECT privileges is revoked, such packages are invalidated and such triggers
or views are made inoperative.
Statements 637
REVOKE (Table, View, or Nickname Privileges)
Examples:
REVOKE UPDATE
ON EMPLOYEE
FROM PUBLIC
Example 3: Revoke all privileges on table EMPLOYEE from users PELLOW and
MLI and from group PLANNERS.
REVOKE ALL
ON EMPLOYEE
FROM USER PELLOW, USER MLI, GROUP PLANNERS
or
REVOKE SELECT
ON CORPDATA.EMPLOYEE FROM USER JOHN
Note that an attempt to revoke the privilege from GROUP JOHN would result in
an error, since the privilege was not previously granted to GROUP JOHN.
or
REVOKE SELECT
ON CORPDATA.EMPLOYEE FROM GROUP JOHN
Related reference:
v “CREATE TABLE” on page 316
v “CREATE VIEW” on page 432
v “DROP” on page 476
v “REVOKE (Database Authorities)” on page 615
v “REVOKE (Index Privileges)” on page 619
v “REVOKE (Package Privileges)” on page 621
v “REVOKE (Schema Privileges)” on page 627
v “REVOKE (Server Privileges)” on page 631
v “REVOKE (Table Space Privileges)” on page 633
v “REVOKE (Routine Privileges)” on page 624
Related samples:
v “tbpriv.sqc -- How to grant, display, and revoke privileges (C)”
v “tbpriv.sqC -- How to grant, display, and revoke privileges (C++)”
v “TbPriv.java -- How to grant, display and revoke privileges on a table (JDBC)”
v “TbPriv.sqlj -- How to grant, display and revoke privileges on a table (SQLj)”
Statements 639
ROLLBACK
ROLLBACK
The ROLLBACK statement is used to back out of the database changes that were
made within a unit of work or a savepoint.
Invocation:
Authorization:
None required.
Syntax:
WORK
ROLLBACK
TO SAVEPOINT
savepoint-name
Description:
The unit of work in which the ROLLBACK statement is executed is terminated and
a new unit of work is initiated. All changes made to the database during the unit
of work are backed out.
The following statements, however, are not under transaction control, and changes
made by them are independent of the ROLLBACK statement:
v SET CONNECTION
v SET CURRENT DEFAULT TRANSFORM GROUP
v SET CURRENT DEGREE
v SET CURRENT EXPLAIN MODE
v SET CURRENT EXPLAIN SNAPSHOT
| v SET CURRENT LOCK TIMEOUT
v SET CURRENT MAINTAINED TABLE TYPES FOR OPTIMIZATION
v SET CURRENT PACKAGESET
v SET CURRENT QUERY OPTIMIZATION
v SET CURRENT REFRESH AGE
v SET ENCRYPTION PASSWORD
v SET EVENT MONITOR STATE
v SET PASSTHRU
Note: Although the SET PASSTHRU statement is not under transaction control,
the passthru session initiated by the statement is under transaction
control.
v SET PATH
v SET SCHEMA
v SET SERVER OPTION
The generation of sequence and identity values is not under transaction control.
Values generated and consumed by the nextval-expression or by inserting rows into
a table that has an identity column are independent of issuing the ROLLBACK
statement. Also, issuing the ROLLBACK statement does not affect the value
returned by the prevval-expression, nor the IDENTITY_VAL_LOCAL function.
TO SAVEPOINT
| Specifies that a partial rollback (ROLLBACK TO SAVEPOINT) is to be
| performed. If no savepoint is active in the current savepoint level (see the
| “Rules” section in the description of the SAVEPOINT statement), an error is
| returned (SQLSTATE 3B502). After a successful rollback, the savepoint
| continues to exist, but any nested savepoints are released and no longer exist.
| The nested savepoints, if any, are considered to have been rolled back and then
| released as part of the rollback to the current savepoint. If a savepoint-name is
| not provided, rollback occurs to the most recently set savepoint within the
| current savepoint level.
| If this clause is omitted, the ROLLBACK statement rolls back the entire
| transaction. Furthermore, savepoints within the transaction are released.
savepoint-name
| Specifies the savepoint that is to be used in the rollback operation. The
| specified savepoint-name cannot begin with ’SYS’ (SQLSTATE 42939). After a
successful rollback operation, the named savepoint continues to exist. If the
savepoint name does not exist, an error (SQLSTATE 3B001) is returned. Data
and schema changes made since the savepoint was set are undone.
Notes:
v All locks held are released on a ROLLBACK of the unit of work. All open
cursors are closed. All LOB locators are freed.
v Executing a ROLLBACK statement does not affect either the SET statements that
change special register values or the RELEASE statement.
v If the program terminates abnormally, the unit of work is implicitly rolled back.
v Statement caching is affected by the rollback operation.
v The impact on cursors resulting from a ROLLBACK TO SAVEPOINT depends
on the statements within the savepoint
– If the savepoint contains DDL on which a cursor is dependent, the cursor is
marked invalid. Attempts to use such a cursor results in an error (SQLSTATE
57007).
– Otherwise:
- If the cursor is referenced in the savepoint, the cursor remains open and is
positioned before the next logical row of the result table. (A FETCH must
be performed before a positioned UPDATE or DELETE statement is issued.)
- Otherwise, the cursor is not affected by the ROLLBACK TO SAVEPOINT (it
remains open and positioned).
v Dynamically prepared statement names are still valid, although the statement
may be implicitly prepared again, as a result of DDL operations that are rolled
back within the savepoint.
v A ROLLBACK TO SAVEPOINT operation will drop any declared temporary
tables named within the savepoint. If a declared temporary table is modified
within the savepoint, then all rows in the table are deleted.
v All locks are retained after a ROLLBACK TO SAVEPOINT statement.
v All LOB locators are preserved following a ROLLBACK TO SAVEPOINT
operation.
Statements 641
ROLLBACK
Example:
Delete the alterations made since the last commit point or rollback.
ROLLBACK WORK
Related reference:
v “EXECUTE” on page 501
v “SAVEPOINT” on page 643
Related samples:
v “delet.sqb -- How to delete table data (MF COBOL)”
v “spclient.sqc -- Call various stored procedures (C)”
v “tut_use.sqc -- How to modify a database (C)”
v “spclient.sqC -- Call various stored procedures (C++)”
v “tut_use.sqC -- How to modify a database (C++)”
SAVEPOINT
Use the SAVEPOINT statement to set a savepoint within a transaction.
Invocation:
Authorization:
None required.
Syntax:
Description:
savepoint-name
Specifies the name of a savepoint. The specified savepoint-name cannot begin
| with ’SYS’ (SQLSTATE 42939). If a savepoint by this name has already been
| defined as UNIQUE within this savepoint level, an error is returned
| (SQLSTATE 3B501).
UNIQUE
Specifies that the application does not intend to reuse this savepoint name
| while the savepoint is active within the current savepoint level. If
| savepoint-name already exists within this savepoint level, an error is returned
| (SQLSTATE 3B501).
ON ROLLBACK RETAIN CURSORS
Specifies system behavior upon rollback to this savepoint with respect to open
cursor statements processed after the SAVEPOINT statement. This clause
| indicates that, whenever possible, the cursors are unaffected by a rollback to
savepoint operation. For situations where the cursors are affected by the
rollback to savepoint, see “ROLLBACK”.
ON ROLLBACK RETAIN LOCKS
Specifies system behavior upon rollback to this savepoint with respect to locks
acquired after the setting of the savepoint. Locks acquired since the savepoint
are not tracked, and are not rolled back (released) upon rollback to the
savepoint.
Rules:
| v Savepoint-related statements must not be used within trigger definitions
| (SQLSTATE 42987).
| v A new savepoint level starts when one of the following occurs:
| – A new unit of work (UOW) starts.
| – A procedure defined with the NEW SAVEPOINT LEVEL clause is called.
Statements 643
SAVEPOINT
Notes:
| v Once a SAVEPOINT statement has been issued, insert, update, or delete
| operations on nicknames are not allowed.
| v Omitting the UNIQUE clause specifies that savepoint-name can be reused within
| the savepoint level by another savepoint. If a savepoint of the same name
| already exists within the savepoint level, the existing savepoint is destroyed and
| a new savepoint with the same name is created at the current point in
| processing. The new savepoint is considered to be the last savepoint established
| by the application. Note that the destruction of a savepoint through the reuse of
| its name by another savepoint simply destroys that one savepoint and does not
| release any savepoints established after the destroyed savepoint. These
| subsequent savepoints can only be released by means of the RELEASE
| SAVEPOINT statement, which releases the named savepoint and all savepoints
| established after the named savepoint.
| v If the UNIQUE clause is specified, savepoint-name can only be reused after an
| existing savepoint with the same name has been released.
| v Within a savepoint, if a utility, SQL statement, or DB2 command performs
| intermittent commits during processing, the savepoint will be implicitly released.
| v If the SET INTEGRITY statement is rolled back within the savepoint,
| dynamically prepared statement names are still valid, although the statement
| might be implicitly prepared again.
| v If inserts are buffered (that is, the application was precompiled with the INSERT
| BUF option), the buffer will be flushed when SAVEPOINT, ROLLBACK, or
| RELEASE TO SAVEPOINT statements are issued.
| Example:
| Example 1: Perform a rollback operation for nested savepoints. First, create a table
| named DEPARTMENT. Insert a row before starting SAVEPOINT1; insert another
| row and start SAVEPOINT2; then, insert a third row and start SAVEPOINT3.
| CREATE TABLE DEPARTMENT (
| DEPTNO CHAR(6),
| DEPTNAME VARCHAR(20),
| MGRNO INTEGER)
|
| INSERT INTO DEPARTMENT VALUES (’A20’, ’MARKETING’, 301)
|
| SAVEPOINT SAVEPOINT1 ON ROLLBACK RETAIN CURSORS
|
| INSERT INTO DEPARTMENT VALUES (’B30’, ’FINANCE’, 520)
|
| SAVEPOINT SAVEPOINT2 ON ROLLBACK RETAIN CURSORS
|
| INSERT INTO DEPARTMENT VALUES (’C40’, ’IT SUPPORT’, 430)
|
| SAVEPOINT SAVEPOINT3 ON ROLLBACK RETAIN CURSORS
|
| INSERT INTO DEPARTMENT VALUES (’R50’, ’RESEARCH’, 150)
| At this point, the DEPARTMENT table exists with rows A20, B30, C40, and R50. If
| you now issue:
| ROLLBACK TO SAVEPOINT SAVEPOINT3
| the DEPARTMENT table still exists, but the rows inserted since SAVEPOINT1 was
| established (B30 and C40) are no longer in the table.
Related reference:
v “ROLLBACK” on page 640
Statements 645
SELECT
SELECT
The SELECT statement is a form of query. It can be embedded in an application
program or issued interactively.
Related reference:
v “Subselect” in the SQL Reference, Volume 1
v “Select-statement” in the SQL Reference, Volume 1
Related samples:
v “dynamic.sqb -- How to update table data with cursor dynamically (MF
COBOL)”
v “static.sqb -- Get table data using static SQL statement (MF COBOL)”
v “tbread.c -- How to read data from tables”
v “tut_read.c -- How to read data from tables”
v “tbread.sqc -- How to read tables (C)”
v “tut_read.sqc -- How to read tables (C)”
v “tbread.sqC -- How to read tables (C++)”
v “tut_read.sqC -- How to read tables (C++)”
v “TbRead.java -- How to read table data (JDBC)”
v “TutRead.java -- Read data in a table (JDBC)”
v “TbRead.sqlj -- How to read table data (SQLj)”
v “TutRead.sqlj -- Read data in a table (SQLj)”
SELECT INTO
The SELECT INTO statement produces a result table consisting of at most one row,
and assigns the values in that row to host variables. If the table is empty, the
statement assigns +100 to SQLCODE and '02000' to SQLSTATE and does not assign
values to the host variables. If more than one row satisfies the search condition,
statement processing is terminated, and an error occurs (SQLSTATE 21000).
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v SELECT privilege on the table, view, or nickname
v CONTROL privilege on the table, view, or nickname
v SYSADM or DBADM authority
GROUP privileges are not checked for static SELECT INTO statements.
If the target of the SELECT INTO statement is a nickname, the privileges on the
object at the data source are not considered until the statement is executed at the
data source. At this time, the authorization ID that is used to connect to the data
source must have the privileges required for the operation on the object at the data
source. The authorization ID of the statement may be mapped to a different
authorization ID at the data source.
Syntax:
group-by-clause having-clause order-by-clause
|
fetch-first-clause isolation-clause
Description:
For a description of the select-clause, from-clause, where-clause, group-by-clause,
| having-clause, order-by-clause, fetch-first-clause, and isolation-clause, see “Queries” in
the SQL Reference, Volume 1.
INTO
Introduces a list of host variables.
Statements 647
SELECT INTO
host-variable
Identifies a variable that is described in the program under the rules for
declaring host variables.
The first value in the result row is assigned to the first variable in the list,
the second value to the second variable, and so on. If the number of host
variables is less than the number of column values, the value 'W' is
assigned to the SQLWARN3 field of the SQLCA.
Each assignment to a variable is made in sequence through the list. If an
error occurs, no value is assigned to any host variable.
Examples:
Example 1: This C example puts the maximum salary in the EMP table into the host
variable MAXSALARY.
EXEC SQL SELECT MAX(SALARY)
INTO :MAXSALARY
FROM EMP;
Example 2: This C example puts the row for employee 528671 (from the EMP table)
into host variables.
EXEC SQL SELECT * INTO :h1, :h2, :h3, :h4
FROM EMP
WHERE EMPNO = ’528671’;
| Example 3: This SQLJ example puts the row for employee 528671 (from the EMP
| table) into host variables. That row will later be updated using a searched update,
| and should be locked when the query executes.
| #sql { SELECT * INTO :FIRSTNAME, :LASTNAME, :EMPNO, :SALARY
| FROM EMP
| WHERE EMPNO = ’528671’
| WITH RS USE AND KEEP EXCLUSIVE LOCKS };
Related reference:
v “SQLCA (SQL communications area)” in the SQL Reference, Volume 1
v “SQL queries” in the SQL Reference, Volume 1
v “Assignments and comparisons” in the SQL Reference, Volume 1
Related samples:
v “dbauth.sqc -- How to grant, display, and revoke authorities at database level
(C)”
v “dtlob.sqc -- How to use the LOB data type (C)”
v “spclient.sqc -- Call various stored procedures (C)”
v “spserver.sqc -- Definition of various types of stored procedures (C)”
v “tbreorg.sqc -- How to reorganize a table and update its statistics (C)”
v “dbauth.sqC -- How to grant, display, and revoke authorities at database level
(C++)”
v “dtlob.sqC -- How to use the LOB data type (C++)”
v “spclient.sqC -- Call various stored procedures (C++)”
v “spserver.sqC -- Definition of various types of stored procedures (C++)”
v “tbreorg.sqC -- How to reorganize a table and update its statistics (C++)”
SET CONNECTION
The SET CONNECTION statement changes the state of a connection from dormant
to current, making the specified location the current server. It is not under
transaction control.
Invocation:
Although an interactive SQL facility might provide an interface that gives the
appearance of interactive execution, this statement can only be embedded within
an application program. It is an executable statement that cannot be dynamically
prepared.
Authorization:
None Required.
Syntax:
Description:
server-name or host-variable
Identifies the application server by the specified server-name or a host-variable
which contains the server-name.
If a host-variable is specified, it must be a character string variable with a length
attribute that is not greater than 8, and it must not include an indicator
variable. The server-name that is contained within the host-variable must be
left-justified and must not be delimited by quotation marks.
Note that the server-name is a database alias identifying the application server.
It must be listed in the application requester’s local directory.
The server-name or the host-variable must identify an existing connection of the
application process. If they do not identify an existing connection, an error
(SQLSTATE 08003) is raised.
If SET CONNECTION is to the current connection, the states of all connections
of the application process are unchanged.
Successful Connection
If the SET CONNECTION statement executes successfully:
v No connection is made. The CURRENT SERVER special register is updated
with the specified server-name.
v The previously current connection, if any, is placed into the dormant state
(assuming a different server-name is specified).
v The CURRENT SERVER special register and the SQLCA are updated in the
same way as documented under “CONNECT (Type 1)”.
Unsuccessful Connection
Statements 649
SET CONNECTION
Notes:
v The use of type 1 CONNECT statements does not preclude the use of SET
CONNECTION, but the statement will always fail (SQLSTATE 08003), unless the
SET CONNECTION statement specifies the current connection, because dormant
connections cannot exist.
v The SQLRULES(DB2) connection option (see “Options that Govern Distributed
Unit of Work Semantics”) does not preclude the use of SET CONNECTION, but
the statement is unnecessary, because type 2 CONNECT statements can be used
instead.
v When a connection is used, made dormant, and then restored to the current
state in the same unit of work, that connection reflects its last use by the
application process with regard to the status of locks, cursors, and prepared
statements.
Examples:
Note that the first CONNECT statement creates the IBMSTHDB connection, the
second CONNECT statement places it in the dormant state, and the SET
CONNECTION statement returns it to the current state.
Related concepts:
v “Distributed relational databases” in the SQL Reference, Volume 1
Related reference:
v “CONNECT (Type 1)” on page 135
Related samples:
v “dbmcon.sqc -- How to use multiple databases (C)”
v “dbmcon.sqC -- How to use multiple databases (C++)”
Invocation:
Authorization:
Syntax:
CURRENT =
SET DEFAULT TRANSFORM GROUP group-name
Description:
group-name
Specifies a one-part name that identifies a transform group defined for all
structured types. This name can be referenced in subsequent statements (or
until the special register value is changed again using another SET CURRENT
DEFAULT TRANSFORM GROUP statement).
The name must be an SQL identifier, up to 18 characters in length (SQLSTATE
42815). No validation that the group-name is defined for any structured type is
made when the special register is set. Only when a structured type is
specifically referenced is the definition of the named transform group checked
for validity.
Rules:
v If the value specified does not conform to the rules for a group-name, an error is
raised (SQLSTATE 42815)
v The TO SQL and FROM SQL functions defined in the group-name transform
group are used for exchanging user-defined structured type data with a host
program.
Notes:
v The initial value of the CURRENT DEFAULT TRANSFORM GROUP special
register is the empty string.
Examples:
Example 1: Set the default transform group to MYSTRUCT1. The TO SQL and
FROM SQL functions defined in the MYSTRUCT1 transform group will be used
for exchanging user-defined structured type variables with the current host
program.
SET CURRENT DEFAULT TRANSFORM GROUP = MYSTRUCT1
Related reference:
Statements 651
SET CURRENT DEFAULT TRANSFORM GROUP
Invocation:
Authorization:
Syntax:
=
SET CURRENT DEGREE string-constant
host-variable
Description:
The value of CURRENT DEGREE is replaced by the value of the string constant or
host variable. The value must be a character string that is not longer than 5 bytes.
The value must be the character string representation of an integer between 1 and
32 767 inclusive or ’ANY’.
Notes:
The degree of intra-partition parallelism for static SQL statements can be controlled
using the DEGREE option of the PREP or BIND command.
Statements 653
SET CURRENT DEGREE
The actual runtime degree of intra-partition parallelism will be the lower of:
v Maximum query degree (max_querydegree) configuration parameter
v Application runtime degree
v SQL statement compilation degree
Example:
Invocation:
Authorization:
Syntax:
| =
SET CURRENT EXPLAIN MODE NO
YES
EXPLAIN
REOPT
RECOMMEND INDEXES
EVALUATE INDEXES
RECOMMEND PARTITIONINGS
EVALUATE PARTITIONINGS
host-variable
Description:
NO
Disables the Explain facility. No Explain information is captured. NO is the
initial value of the special register.
YES
Enables the Explain facility and causes Explain information to be inserted into
the Explain tables for eligible dynamic SQL statements. All dynamic SQL
statements are compiled and executed normally.
EXPLAIN
Enables the Explain facility and causes Explain information to be captured for
any eligible dynamic SQL statement that is prepared. However, dynamic
statements are not executed.
REOPT
Enables the Explain facility and causes Explain information to be captured for
a static or dynamic SQL statement during statement reoptimization at
execution time; that is, when actual values for the host variables, special
registers, or parameter markers are available.
RECOMMEND INDEXES
Enables the SQL compiler to recommend indexes. All queries that are executed
in this explain mode will populate the ADVISE_INDEX table with
recommended indexes. In addition, Explain information will be captured in the
Explain tables to reveal how the recommended indexes are used, but the
statements are neither compiled nor executed.
EVALUATE INDEXES
Enables the SQL compiler to evaluate indexes. The indexes to be evaluated are
read from the ADVISE_INDEX table, and must be marked with EVALUATE =
Statements 655
SET CURRENT EXPLAIN MODE
Y. The optimizer generates virtual indexes based on the values from the
catalogs. All queries that are executed in this explain mode will be compiled
and optimized using estimated statistics based on the virtual indexes. The
statements are not executed.
| RECOMMEND PARTITIONINGS
| Specifies that the compiler is to recommend the best partition for each table
| that is accessed by a specific query. The best partitions are then written to an
| ADVISE_PARTITION table. The query is not executed.
| EVALUATE PARTITIONINGS
| Specifies that the compiler is to obtain the estimated performance of a query
| using the virtual partitions specified in the ADVISE_PARTITION table.
host-variable
The host-variable must be of data type CHAR or VARCHAR and the length
must not exceed 254. If a longer field is provided, an error will be returned
(SQLSTATE 42815). The value specified must be NO, YES, EXPLAIN,
RECOMMEND INDEXES, or EVALUATE INDEXES. If the actual value
provided is larger than the replacement value specified, the input must be
padded on the right with blanks. Leading blanks are not allowed (SQLSTATE
42815). All input values are treated as being case-insensitive. If a host-variable
has an associated indicator variable, the value of that indicator variable must
not indicate a null value (SQLSTATE 42815).
Notes:
v Explain information for static SQL statements can be captured by using the
EXPLAIN option of the PREP or BIND command. If the ALL value of the
EXPLAIN option is specified, and the CURRENT EXPLAIN MODE register
value is NO, explain information will be captured for dynamic SQL statements
at run time. If the value of the CURRENT EXPLAIN MODE register is not NO,
the value of the EXPLAIN bind option is ignored.
v RECOMMEND INDEXES and EVALUATE INDEXES are special modes which
can only be set with the SET CURRENT EXPLAIN MODE statement. These
modes cannot be set using PREP or BIND options, and they do not work with
the SET CURRENT EXPLAIN SNAPSHOT statement.
v If the Explain facility is activated, the current authorization ID must have
INSERT privilege for the Explain tables, or an error (SQLSTATE 42501) is raised.
v When SQL statements are explained from a routine, the routine must be defined
with an SQL data access indicator of MODIFIES SQL DATA (SQLSTATE 42985).
| v If the special register is set to REOPT, and the SQL statement does not qualify
| for reoptimization at execution time (that is, if the statement does not have input
| variables, or if the REOPT bind option is set to NONE), then no Explain
| information will be captured. If the REOPT bind option is set to ONCE, Explain
| information will be captured only once when the statement is initially
| reoptimized. After the statement is cached, no further Explain information will
| be acquired for this statement on subsequent executions.
| v If the Explain facility is enabled, the REOPT bind option is set to ONCE, and
| you attempt to execute an SQL statement that is already cached, the statement
| will be compiled and reoptimized with the current values of the input variables,
| and the Explain tables will be populated accordingly. The newly generated
| access plan for this statement will not be cached or executed. Other applications
| that are concurrently executing this cached statement will continue to execute,
| and new requests to execute this statement will pick up the already cached
| access plan.
Example:
The following statement sets the CURRENT EXPLAIN MODE special register, so
that Explain information will be captured for any subsequent eligible dynamic SQL
statements and the statement will not be executed.
SET CURRENT EXPLAIN MODE = EXPLAIN
Related reference:
v “Explain register values” in the SQL Reference, Volume 1
Statements 657
SET CURRENT EXPLAIN SNAPSHOT
Invocation:
Authorization:
Syntax:
| =
SET CURRENT EXPLAIN SNAPSHOT NO
YES
EXPLAIN
REOPT
host-variable
Description:
NO
Disables the Explain snapshot facility. No snapshot is taken. NO is the initial
value of the special register.
YES
Enables the Explain snapshot facility, creating a snapshot of the internal
representation for each eligible dynamic SQL statement. This information is
inserted in the SNAPSHOT column of the EXPLAIN_STATEMENT table.
The EXPLAIN SNAPSHOT facility is intended for use with Visual Explain.
EXPLAIN
Enables the Explain snapshot facility, creating a snapshot of the internal
representation for each eligible dynamic SQL statement that is prepared.
However, dynamic statements are not executed.
REOPT
Enables the Explain facility and causes Explain information to be captured for
a static or dynamic SQL statement during statement reoptimization at
execution time; that is, when actual values for the host variables, special
registers, or parameter markers are available.
host-variable
The host-variable must be of data type CHAR or VARCHAR and the length of
its contents must not exceed 8. If a longer field is provided, an error will be
returned (SQLSTATE 42815). The value contained in this register must be either
NO, YES, or EXPLAIN. If the actual value provided is larger than the
replacement value specified, the input must be padded on the right with
blanks. Leading blanks are not allowed (SQLSTATE 42815). All input values are
treated as being case-insensitive. If host-variable has an associated indicator
variable, the value of that indicator variable must not indicate a null value
(SQLSTATE 42815).
Notes:
v Explain snapshots for static SQL statements can be captured by using the
EXPLSNAP option of the PREP or BIND command. If the ALL value of the
EXPLSNAP option is specified, and the CURRENT EXPLAIN SNAPSHOT
register value is NO, Explain snapshots will be captured for dynamic SQL
statements at run time. If the value of the CURRENT EXPLAIN SNAPSHOT
register is not NO, the EXPLSNAP option is ignored.
v If the Explain snapshot facility is activated, the current authorization ID must
have INSERT privilege for the Explain tables or an error (SQLSTATE 42501) is
raised.
v When SQL statements are explained from a routine, the routine must be defined
with an SQL data access indicator of MODIFIES SQL DATA (SQLSTATE 42985).
| v If the special register is set to REOPT, and the SQL statement does not qualify
| for reoptimization at execution time (that is, if the statement does not have input
| variables, or if the REOPT bind option is set to NONE), then no Explain
| information will be captured. If the REOPT bind option is set to ONCE, Explain
| snapshot information will be captured only once when the statement is initially
| reoptimized. After the statement is cached, no further Explain information will
| be acquired for this statement on subsequent executions.
| v If the Explain facility is enabled, the REOPT bind option is set to ONCE, and
| you attempt to execute a reoptimizable SQL statement that is already cached, the
| statement will be compiled and reoptimized with the current values of the input
| variables, and the Explain snapshot will be captured accordingly. The newly
| generated access plan for this statement will not be cached or executed. Other
| applications that are concurrently executing this cached statement will continue
| to execute, and new requests to execute this statement will pick up the already
| cached access plan.
| v The value REOPT for the CURRENT EXPLAIN MODE and CURRENT
| EXPLAIN SNAPSHOT special registers will override the value of the EXPLAIN
| and EXPLSNAP bind options at bind time if a static or dynamic SQL statement
| has input variables, and the REOPT bind option is set to ONCE or ALWAYS.
Examples:
Example 2: The following example retrieves the current value of the CURRENT
EXPLAIN SNAPSHOT special register into the host variable called SNAP.
EXEC SQL VALUES (CURRENT EXPLAIN SNAPSHOT) INTO :SNAP;
Related reference:
v “Explain register values” in the SQL Reference, Volume 1
v “EXPLAIN_STATEMENT table” in the SQL Reference, Volume 1
Statements 659
SET CURRENT ISOLATION
| Invocation:
| Authorization:
| Syntax:
| CURRENT =
SET ISOLATION UR
CS
RR
RS
RESET
|
| Description:
| The value of the CURRENT ISOLATION special register is replaced by the
| specified value or set to blanks if RESET is specified.
| Notes:
| v Compatibilities
| – The following syntax is also supported:
| - TO can be specified in place of the equal sign (=)
| - DIRTY READ can be specified in place of UR
| - READ UNCOMMITTED can be specified in place of UR
| - READ COMMITTED is recognized and upgraded to CS
| - CURSOR STABILITY can be specified in place of CS
| - REPEATABLE READ can be specified in place of RR
| - SERIALIZABLE can be specified in place of RR
| Related concepts:
| v “Isolation levels” in the SQL Reference, Volume 1
| Related reference:
| v “CURRENT ISOLATION special register” in the SQL Reference, Volume 1
| Invocation:
| Authorization:
| Syntax:
| CURRENT =
SET LOCK TIMEOUT WAIT
NOT WAIT
NULL
WAIT
integer-constant
host-variable
|
| Description:
| The specified value must be an integer between -1 and 32767, inclusive (SQLSTATE
| 428B7), or the null value.
| WAIT
| Specifies a CURRENT LOCK TIMEOUT value of -1, which means that the
| database manager is to wait until a lock is released, or a deadlock is detected
| (SQLSTATE 40001 or SQLSTATE 57033).
| NOT WAIT
| Specifies a CURRENT LOCK TIMEOUT value of 0, which means that the
| database manager is not to wait for locks that cannot be obtained, and an error
| (SQLSTATE 40001 or SQLSTATE 57033) will be returned.
| NULL
| Specifies that the CURRENT LOCK TIMEOUT value is to be unset, and that
| the value of the locktimeout database configuration parameter is to be used
| when waiting for a lock. The value that is returned for the special register will
| change as the value of locktimeout changes.
| WAIT integer-constant
| Specifies an integer value between -1 and 32767. A value of -1 is equivalent to
| specifying the WAIT keyword without an integer value. A value of 0 is
| equivalent to specifying the NOT WAIT clause. If the value is between 1 and
| 32767, the database manager will wait that number of seconds (if a lock cannot
| be obtained) before an error (SQLSTATE 40001 or SQLSTATE 57033) is
| returned.
| host-variable
| A variable of type INTEGER. The value must be between -1 and 32767. If
| host-variable has an associated indicator variable, and the value of that indicator
| variable specifies a null value, the CURRENT LOCK TIMEOUT value is unset.
| This is equivalent to specifying the NULL keyword.
Statements 661
SET CURRENT LOCK TIMEOUT
| Notes:
| v Compatibilities
| – For compatibility with Informix:
| - MODE can be specified in place of TIMEOUT.
| - TO can be specified in place of the equals (=) operator.
| - SET LOCK WAIT can be specified in place of SET CURRENT LOCK
| TIMEOUT WAIT.
| - SET LOCK NO WAIT can be specified in place of SET CURRENT LOCK
| TIMEOUT NOT WAIT.
| v An updated value of the special register takes effect immediately upon
| successful execution of this statement. Because the special register value that is
| to be used during statement execution is fixed at the beginning of statement
| execution, an updated value of the CURRENT LOCK TIMEOUT special register
| will only be returned by statements that start execution after the SET LOCK
| TIMEOUT statement has completed successfully.
| Examples:
| Example 1: Set the lock timeout value to wait for 30 seconds before returning an
| error.
| SET CURRENT LOCK TIMEOUT 30
| Example 2: Unset the lock timeout value, so that the locktimeout database
| configuration parameter value will be used instead.
| SET CURRENT LOCK TIMEOUT NULL
| Related reference:
| v “CURRENT LOCK TIMEOUT special register” in the SQL Reference, Volume 1
Invocation:
Authorization:
Syntax:
| ALL
| NONE
host-variable
,
FEDERATED_TOOL
SYSTEM
USER
TABLE FOR OPTIMIZATION
CURRENT MAINTAINED TYPES
|
Description:
ALL
Specifies that all possible types of maintained tables controlled by this special
register, now and in the future, are to be considered when optimizing the
processing of dynamic SQL queries.
NONE
Specifies that none of the object types that are controlled by this special
register are to be considered when optimizing the processing of dynamic SQL
queries.
| FEDERATED_TOOL
| Specifies that refresh-deferred materialized query tables that are maintained by
| a federated tool can be considered to optimize the processing of dynamic SQL
| queries, provided the value of the CURRENT QUERY OPTIMIZATION special
| register is 2 or greater than 5.
SYSTEM
Specifies that system-maintained refresh-deferred materialized query tables can
be considered to optimize the processing of dynamic SQL queries. (Immediate
materialized query tables are always available.)
USER
Specifies that user-maintained refresh-deferred materialized query tables can be
considered to optimize the processing of dynamic SQL queries.
Statements 663
SET CURRENT MAINTAINED TABLE TYPES FOR OPTIMIZATION
Notes:
v The initial value of the CURRENT MAINTAINED TABLE TYPES FOR
OPTIMIZATION special register is SYSTEM.
v The CURRENT REFRESH AGE special register must be set to a value other than
zero for the specified table types to be considered when optimizing the
processing of dynamic SQL queries.
Examples:
| Invocation:
| Authorization:
| Syntax:
| ,
=
SET CURRENT PACKAGE PATH schema-name
CURRENT PACKAGE PATH
CURRENT PATH
CURRENT_PATH
CURRENT USER
CURRENT_USER
SESSION_USER
SYSTEM_USER
USER
host-variable
string-constant
|
| Description:
| schema-name
| Identifies a schema. The name must not be a delimited identifier that is empty
| or that contains only blanks (SQLSTATE 42815).
| CURRENT PACKAGE PATH
| The value of the CURRENT PACKAGE PATH special register before this
| statement executes.
| CURRENT PATH
| The value of the CURRENT PATH special register.
| CURRENT USER
| The value of the CURRENT USER special register.
| SESSION_USER
| The value of the SESSION_USER special register.
| SYSTEM_USER
| The value of the SYSTEM_USER special register.
| USER
| The value of the USER special register.
| host-variable
| Contains one or more schema names, separated by commas. The host variable
| must:
Statements 665
SET CURRENT PACKAGE PATH
| Rules:
| v If the same schema appears more than once in the list, the first occurrence of the
| schema is used (SQLSTATE 01625).
| v The number of schemas that can be specified is limited by the total length of the
| CURRENT PACKAGE PATH special register. The special register string is built
| by taking each specified schema name and removing trailing blanks, delimiting
| the name with double quotation marks, and separating the schema names with
| commas. The length of the resulting list cannot exceed the maximum length of
| the special register (SQLSTATE 0E000).
| v A schema name that does not conform to the rules for an ordinary identifier (for
| example, a schema name that contains lowercase characters or characters that
| cannot be specified in an ordinary identifier), must be specified as a delimited
| schema name, and must not be specified within a host variable or string
| constant.
| v To indicate that the current value of a special register (specified as a single
| keyword) is to be used in the package path, specify the name of the special
| register as a keyword. If the name of the special register is specified as a
| delimited identifier instead (for example, ″USER″), it is interpreted as a schema
| name of that value (’USER’).
| v The following rules are used to determine whether a value specified in a SET
| CURRENT PACKAGE PATH statement is a variable or a schema name:
| – If name is the same as a parameter or SQL variable in the SQL procedure,
| name is interpreted as a parameter or SQL variable, and the value in name is
| assigned to the package path.
| – If name is not the same as a parameter or SQL variable in the SQL procedure,
| name is interpreted as a schema name, and the value in name is assigned to
| the package path.
| Notes:
| v Transaction Considerations: The SET CURRENT PACKAGE PATH statement is
| not a commitable operation. ROLLBACK has no effect on the CURRENT
| PACKAGE PATH special register.
| v Existence Checking of Schemas: No validation that the specified schemas exist is
| made at the time that the CURRENT PACKAGE PATH special register is set. For
| example, a schema that is misspelled is not detected, which could affect the way
| subsequent SQL operates. At package execution time, authorization to a
| matching package is checked, and if this authorization check fails, an error is
| returned (SQLSTATE 42501).
| v Contents of Host Variable or String Constant: The contents of a host variable or
| a string constant are interpreted as a list of schema names. If multiple schema
| names are specified, they must be separated by commas. Each schema name in
| the list must conform to the rules for forming an ordinary identifier, or be
| specified as a delimited identifier. The contents of the host variable or string
| constant are not folded to uppercase.
| v Restrictions specific to embedded SQL for COBOL applications: A maximum of
| ten literal (non-host variable) values can appear on the right side of a SET
| CURRENT PACKAGE PATH statement. Such values can have a maximum
| length of 130 (non-delimited) or 128 (delimited).
| Examples:
| Example 1: Set the CURRENT PACKAGE PATH special register to the following list
| of schemas: MYPKGS, ’ABC E’, SYSIBM
| SET CURRENT PACKAGE PATH = MYPKGS, ’ABC E’, SYSIBM
| The following statement sets a host variable to the value of the resulting list:
| SET :hvpklist = CURRENT PACKAGE PATH
| The value of the host variable is: ″MYPKGS″, ″ABC E″, ″SYSIBM″.
| Example 2: Set the CURRENT PACKAGE PATH special register to the following list
| of schemas: ″SCH4″,″SCH5″, where :hvar1 contains ’SCH4,SCH5’.
| SET CURRENT PACKAGE PATH :hvar1
| The value of the CURRENT PACKAGE PATH special register after this statement
| executes is: ″SCH4″,″SCH5″.
| Example 3: Set the CURRENT PACKAGE PATH special register to the following list
| of schemas: ″SCH1″,″SCH#2″,″SCH3″,″SCH4″,″SCH5″, where :hvar1 contains
| ’SCH4,SCH5’.
| SET CURRENT PACKAGE PATH = SCH1,’SCH#2’,"SCH3",:hvar1
| The value of the CURRENT PACKAGE PATH special register after this statement
| executes is: ″SCH1″,″SCH#2″,″SCH3″,″SCH4″,″SCH5″.
Statements 667
SET CURRENT PACKAGE PATH
| register for execution of the SUMMARIZE procedure. Then, switch the CURRENT
| PACKAGE PATH special register back to its previous value.
| SET :oldCPP = CURRENT PACKAGE PATH
|
| SET CURRENT PACKAGE PATH = CURRENT PACKAGE PATH,:prodschema,:prod2schema
|
| CALL SUMMARIZE(:V1,:V2)
|
| SET CURRENT PACKAGE PATH = :oldCPP
| Related reference:
| v “CURRENT PACKAGE PATH special register” in the SQL Reference, Volume 1
Invocation:
Authorization:
None required.
Syntax:
=
SET CURRENT PACKAGESET string-constant
host-variable
Description:
string-constant
A character string constant. If the value exceeds 30 bytes, only the first 30 bytes
are used.
host-variable
A variable of type CHAR or VARCHAR. It cannot be set to null. If the value
exceeds 30 bytes, only the first 30 bytes are used.
Notes:
v This statement allows an application to specify the schema name used when
selecting a package for an executable SQL statement. The statement is processed
at the client and does not flow to the application server.
v The COLLECTION bind option can be used to create a package with a specified
schema name.
v Unlike DB2 UDB for OS/390 and z/OS, the SET CURRENT PACKAGESET
statement is implemented without support for a special register called
CURRENT PACKAGESET.
Example:
This creates two packages called TRYIT. The first bind command created the
package in the schema named ’PRODUSA’. The second bind command created the
package in the schema named ’PRODEUR’ based on the COLLECTION option.
Statements 669
SET CURRENT PACKAGESET
Invocation:
Authorization:
Syntax:
=
SET CURRENT QUERY OPTIMIZATION 0
1
2
3
5
7
9
host-variable
Description:
optimization-class
optimization-class can be specified either as an integer constant or as the name
of a host variable that will contain the appropriate value at run time. An
overview of the classes follows.
0 Specifies that a minimal amount of optimization is performed
to generate an access plan. This class is most suitable for
simple dynamic SQL access to well-indexed tables.
1 Specifies that optimization roughly comparable to DB2 Version
1 is performed to generate an access plan.
2 Specifies a level of optimization higher than that of DB2
Version 1, but at significantly less optimization cost than levels
3 and above, especially for very complex queries.
3 Specifies that a moderate amount of optimization is performed
to generate an access plan.
5 Specifies a significant amount of optimization is performed to
generate an access plan. For complex dynamic SQL queries,
heuristic rules are used to limit the amount of time spent
selecting an access plan. Where possible, queries will use
materialized query tables instead of the underlying base tables.
7 Specifies a significant amount of optimization is performed to
generate an access plan. Similar to 5 but without the heuristic
rules.
Statements 671
SET CURRENT QUERY OPTIMIZATION
Notes:
v When the CURRENT QUERY OPTIMIZATION register is set to a particular
value, a set of query rewrite rules are enabled, and certain optimization
variables take on particular values. This class of optimization techniques is then
used during preparation of dynamic SQL statements.
v In general, changing the optimization class impacts the execution time of the
application, the compilation time, and resources required. Most statements will
be adequately optimized using the default query optimization class. Lower
query optimization classes, especially classes 1 and 2, may be appropriate for
dynamic SQL statements for which the resources consumed by the dynamic
PREPARE are a significant portion of those required to execute the query. Higher
optimization classes should be chosen only after considering the additional
resources that may be consumed and verifying that a better access plan has been
generated.
v Query optimization classes must be in the range 0 to 9. Classes outside this
range will return an error (SQLSTATE 42815). Unsupported classes within this
range will return a warning (SQLSTATE 01608) and will be replaced with the
next lowest query optimization class. For example, a query optimization class of
6 will be replaced by 5.
v Dynamically prepared statements use the class of optimization that was set by
the most recently executed SET CURRENT QUERY OPTIMIZATION statement.
In cases where a SET CURRENT QUERY OPTIMIZATION statement has not yet
been executed, the query optimization class is determined by the value of the
database configuration parameter, dft_queryopt.
v Statically bound statements do not use the CURRENT QUERY OPTIMIZATION
special register; therefore this statement has no effect on them. The QUERYOPT
option is used during preprocessing or binding to specify the desired class of
optimization for statically bound statements. If QUERYOPT is not specified then,
the default value specified by the database configuration parameter,
dft_queryopt, is used.
v The results of executing the SET CURRENT QUERY OPTIMIZATION statement
are not rolled back if the unit of work in which it is executed is rolled back.
Examples:
Example 1: This example shows how the highest degree of optimization can be
selected.
SET CURRENT QUERY OPTIMIZATION 9
Using the SYSCAT.PACKAGES catalog view, find all plans that were bound with
the same setting as the current value of the CURRENT QUERY OPTIMIZATION
special register.
EXEC SQL DECLARE C1 CURSOR FOR
SELECT PKGNAME, PKGSCHEMA FROM SYSCAT.PACKAGES
WHERE QUERYOPT = CURRENT QUERY OPTIMIZATION
Statements 673
SET CURRENT REFRESH AGE
Invocation:
Authorization:
Syntax:
=
SET CURRENT REFRESH AGE numeric-constant
ANY
host-variable
Description:
numeric-constant
A DECIMAL(20,6) value representing a timestamp duration. The value must be
0 or 99 999 999 999 999 (the microseconds portion of the value is ignored and
can therefore be any value).
ANY
This is a shorthand for 99 999 999 999 999.
host-variable
A variable of type DECIMAL(20,6) or another type that is assignable to
DECIMAL(20,6). It cannot be set to null. If host-variable has an associated
indicator variable, the value of that indicator variable must not indicate a null
value (SQLSTATE 42815). The value of host-variable must be 0 or
99 999 999 999 999.
Notes:
v The initial value of the CURRENT REFRESH AGE special register is zero.
v The value of CURRENT REFRESH AGE is replaced by the specified value. The
value must be 0 or 99 999 999 999 999. The value 99 999 999 999 999 represents
9999 years, 99 months, 99 days, 99 hours, 99 minutes, and 99 seconds.
If the value of CURRENT REFRESH AGE is 0, the materialized query tables
affected by this special register will not be used to optimize the processing of a
query. If the value of CURRENT REFRESH AGE is 99 999 999 999 999, the
materialized query tables affected by this special register can be used to
optimize the processing of a query, but only if the value of CURRENT
MAINTAINED TABLE TYPES FOR OPTIMIZATION special register includes
them, and the CURRENT QUERY OPTIMIZATION special register is set to 2 or
a value greater than or equal to 5. The materialized query tables affected by this
special register are REFRESH DEFERRED MAINTAINED BY USER and
REFRESH DEFERRED MAINTAINED BY SYSTEM.
Examples:
Example 1: The following statement sets the CURRENT REFRESH AGE special
register.
SET CURRENT REFRESH AGE ANY
Example 2: The following example retrieves the value of the CURRENT REFRESH
AGE special register into a host variable called CURMAXAGE. The value, set by
the previous example, is 99999999999999.000000.
EXEC SQL VALUES (CURRENT REFRESH AGE) INTO :CURMAXAGE;
Statements 675
SET ENCRYPTION PASSWORD
Invocation:
Authorization:
Syntax:
=
SET ENCRYPTION PASSWORD host-variable
string-constant
Description:
The ENCRYPTION PASSWORD can be used by the ENCRYPT, DECRYPT_BIN,
and DECRYPT_CHAR built-in functions for password based encryption. The
length must be between 6 and 127 bytes. All characters must be specified in the
exact case intended as there is no automatic conversion to uppercase characters.
host-variable
A variable of type CHAR or VARCHAR. The length of the host-variable must be
between 6 and 127 bytes (SQLSTATE 428FC). It cannot be set to null. All
characters are specified in the exact case intended, as there is no conversion to
uppercase characters.
string-constant
A character string constant. The length must be between 6 and 127 bytes
(SQLSTATE 428FC).
Notes:
v The initial value of the ENCRYPTION PASSWORD is the empty string ('').
v The host-variable or string-constant is transmitted to the database server using
normal DB2 mechanisms.
Examples:
Related reference:
v “DECRYPT_BIN and DECRYPT_CHAR scalar functions” in the SQL Reference,
Volume 1
v “ENCRYPT scalar function” in the SQL Reference, Volume 1
Invocation:
Authorization:
Syntax:
=
SET EVENT MONITOR event-monitor-name STATE 0
1
host-variable
Description:
event-monitor-name
Identifies the event monitor to activate or deactivate. The name must identify
an event monitor that exists in the catalog (SQLSTATE 42704).
new-state
new-state can be specified either as an integer constant or as the name of a host
variable that will contain the appropriate value at run time. The following may
be specified:
0 Indicates that the specified event monitor should be
deactivated.
1 Indicates that the specified event monitor should be activated.
The event monitor should not already be active; otherwise a
warning (SQLSTATE 01598) is issued.
host-variable The data type is INTEGER. The value specified must be 0 or 1
(SQLSTATE 42815). If host-variable has an associated indicator
variable, the value of that indicator variable must not indicate
a null value (SQLSTATE 42815).
Rules:
v Although an unlimited number of event monitors may be defined, there is a
limit of 32 event monitors that can be simultaneously active (SQLSTATE 54030).
v In order to activate an event monitor, the transaction in which the event monitor
was created must have been committed (SQLSTATE 55033). This rule prevents
(in one unit of work) creating an event monitor, activating the monitor, then
rolling back the transaction.
Statements 677
SET EVENT MONITOR STATE
v If the number or size of the event monitor files exceeds the values specified for
MAXFILES or MAXFILESIZE on the CREATE EVENT MONITOR statement, an
error (SQLSTATE 54031) is raised.
v If the target path of the event monitor (that was specified on the CREATE
EVENT MONITOR statement) is already in use by another event monitor, an
error (SQLSTATE 51026) is raised.
Notes:
v Activating an event monitor performs a reset of any counters associated with it.
| v When a WRITE TO TABLE event monitor is started using SET EVENT
| MONITOR STATE, it updates the EVMON_ACTIVATES column of the
| SYSCAT.EVENTMONITORS catalog view. If the unit of work in which the set
| operation was performed is rolled back for any reason, that catalog update is
| lost. When the event monitor is restarted, it will reuse the EVMON_ACTIVATES
| value that was rolled back.
Example:
SET INTEGRITY
The SET INTEGRITY statement is used to:
v Turn off integrity checking for one or more tables. This includes check constraint
and referential constraint checking, DATALINK integrity checking, and
generation of values for generated columns. If the table is a materialized query
table defined with REFRESH IMMEDIATE, or a staging table with the
PROPAGATE IMMEDIATE attribute, immediate refreshing of the data is turned
off. This puts the table in check pending state, in which only limited access by a
restricted set of statements and commands is allowed. Primary key and unique
constraints continue to be checked.
v Turn integrity checking back on and carry out all deferred checking for one or
more tables. If the table is a system-maintained materialized query table or a
staging table, the data is refreshed as necessary. If the materialized query table is
defined with the REFRESH IMMEDIATE attribute, or the staging table is defined
with the PROPAGATE IMMEDIATE attribute, immediate refreshing of the data
is turned on. The descendent foreign key tables, descendent immediate
materialized query tables, and descendent immediate staging tables for tables
that were put into check pending state using the CASCADE DEFERRED option
are put (if necessary) into check pending no access state.
v Turn integrity checking on for one or more tables without first carrying out any
deferred integrity checking. If the table is a materialized query table defined
with the REFRESH IMMEDIATE attribute, or a staging table defined with the
PROPAGATE IMMEDIATE attribute, immediate refreshing of the data is turned
on. The descendent foreign key tables, descendent immediate materialized query
tables, and descendent immediate staging tables for tables that were put into
check pending state using the CASCADE DEFERRED option are put (if
necessary) into check pending no access state.
v Place the table in check pending state if the table is already in DataLink
Reconcile Pending (DRP) or DataLink Reconcile Not Possible (DRNP) state. If a
table is not in either of those states, then unconditionally set the table to DRP
state and check pending state.
v Put one or more tables from the no data movement mode back to the full access
mode.
v Prune the contents of one or more staging tables.
When the statement is used to check integrity for a table after it has been loaded,
the system can incrementally process the table by checking only the appended
portion for constraint violations. If the subject table is a materialized query table or
a staging table, and the load operations are performed on its underlying tables, the
system can incrementally refresh the materialized query table or incrementally
propagate the staging table with only the appended portions of its underlying
tables. However, there are some situations in which the system will not be able to
perform such optimizations and will instead fully process to ensure data integrity.
Full processing is done by checking the entire table for constraints violations,
recomputing a materialized query table’s definition, or marking a staging table as
inconsistent. The latter implies that a full refresh of its associated materialized
query table is required. There is also a situation in which the user may want to
explicitly request incremental processing by specifying the INCREMENTAL option.
Invocation:
Statements 679
SET INTEGRITY
Authorization:
The privileges required to execute SET INTEGRITY depend on the use of the
statement, as outlined below:
v Turn off integrity checking.
The privileges of the authorization ID of the statement must include at least one
of the following:
– CONTROL privilege on:
- The specified tables, and
- The descendent foreign key tables that will have integrity checking turned
off by the statement, and
- The descendent immediate materialized query tables that will have
integrity checking turned off by the statement, and
- The descendent immediate staging tables that will have integrity checking
turned off by the statement.
– SYSADM or DBADM authority
– LOAD authority
v Both turn on integrity checking and carry out checking.
The privileges of the authorization ID of the statement must include at least one
of the following:
– SYSADM or DBADM authority
– CONTROL privilege on the tables that are being checked and, if exceptions
are being posted to one or more tables, INSERT privilege on the exception
tables. CONTROL privilege on all descendent foreign key tables, descendent
immediate materialized query tables, and descendent immediate staging
tables that will implicitly be placed in check pending state by the statement.
– LOAD authority and, if exceptions are being posted to one or more tables:
- SELECT and DELETE privilege on each table being checked; and
- INSERT privilege on the exception tables.
v Turn on integrity checking without first carrying out checking.
The authorization ID of the statement must have at least one of the following:
– SYSADM or DBADM authority
– CONTROL privilege on the tables that are being checked. CONTROL
privilege on each descendent foreign key table, descendent immediate
materialized query table, and descendent immediate staging table that will
implicitly be placed in check pending state by the statement
– LOAD authority
v Bring the table from no data movement mode to full access mode.
The authorization ID of the statement must have at least one of the following:
– SYSADM or DBADM authority
– CONTROL privilege on the tables that are moving from no data movement
mode to full access mode.
– LOAD authority
v Prune a staging table.
The authorization ID of the statement must have at least one of the following:
– SYSADM or DBADM authority
– CONTROL privilege on the table being pruned.
Syntax:
SET INTEGRITY
access-mode-clause:
NO ACCESS
READ ACCESS
cascade-clause:
CASCADE DEFERRED
to-descendent-types:
TO ALL TABLES
check-options:
* incremental-options * *
FORCE GENERATED PRUNE
* *
FULL ACCESS exception-clause
Statements 681
SET INTEGRITY
incremental-options:
INCREMENTAL
NOT INCREMENTAL
exception-clause:
in-table-use-clause:
table-unchecked-options:
table-name integrity-options
FULL ACCESS
integrity-options:
ALL
,
FOREIGN KEY
CHECK
DATALINK RECONCILE PENDING
MATERIALIZED QUERY
GENERATED COLUMN
STAGING
Description:
FOR table-name
Identifies one or more tables for integrity processing. It must be a table
described in the catalog and must not be a view, catalog table, or typed table.
OFF
Specifies that the tables are to have their foreign key constraints, check
constraints, and column generation turned off and are, therefore to be placed
in check pending state. If it is a materialized query table or a staging table,
immediate refreshing is turned off (if applicable), and the materialized query
table or the staging table is placed in check pending state.
Note that it is possible that a table may already be in check pending state with
only one type of integrity checking turned off; in such a situation, the other
type of integrity checking will also be turned off.
Only very limited activity is allowed on a table that is in check pending state.
access-mode-clause
Specifies the readability of the table while it is in check pending state.
NO ACCESS
Specifies that the table is to be put in check pending no access state, which
does not allow read or write access to the table.
READ ACCESS
Specifies that the table is to be put in check pending read state, which
allows read access to the non-appended portion of the table. This option is
not allowed on a table that is in check pending no access state (SQLSTATE
428FH).
Statements 683
SET INTEGRITY
DATALINK values are not checked, even if the table is in DRP or DRNP state.
The RECONCILE command or API should be used to perform the
reconciliation of DATALINK values. The table is taken out of check pending
state, but continues to have the DRP or DRNP flag set. The table is usable,
because the reconciliation of DATALINK values is deferred.
check-options
incremental-options
INCREMENTAL
Specifies the application of integrity checks on the appended
portion (if any) of the table. If such a request cannot be satisfied
(that is, the system detects that the whole table needs to be
checked for data integrity), an error (SQLSTATE 55019) is returned.
NOT INCREMENTAL
Specifies the application of integrity checks on the whole table. If
the table is a materialized query table, the materialized query table
definition is recomputed. If the table has at least one constraint
defined on it, this option forces full processing of descendent
foreign key tables and descendent immediate materialized query
tables. If the table is a staging table, it is set to inconsistent state.
Statements 685
SET INTEGRITY
content of the staging table is to be pruned, and that the staging table
is to be set to an inconsistent state. If any table in the table-name list is
not a staging table, an error is returned (SQLSTATE 428FH). If the
INCREMENTAL check option is also specified, an error is returned
(SQLSTATE 428FH).
FULL ACCESS
Specifies that the tables are to become fully accessible after the SET
INTEGRITY statement executes. This option can be specified in both
the IMMEDIATE CHECKED and IMMEDIATE UNCHECKED clause.
When an underlying table in the invocation list is incrementally
processed, and has dependent immediate materialized query tables or
dependent immediate staging tables, the underlying table will be
placed, as required, in the no data movement mode after the SET
INTEGRITY statement. When all incrementally refreshable dependent
immediate materialized query tables and staging tables are taken out
of check pending state, the underlying table will automatically be
brought out of the no data movement mode into the full access mode.
If the FULL ACCESS option is specified in the IMMEDIATE CHECKED
or IMMEDIATE UNCHECKED clause, the underlying table will bypass
the no data movement mode and go directly into the full access mode.
Dependent immediate materialized query tables that have not been
refreshed may undergo a full recomputation in the subsequent
REFRESH statement, and dependent immediate staging tables that
have not had the appended portions of the table propagated to them
may be flagged as inconsistent.
When an underlying table in the invocation list requires full
processing, or does not have dependent immediate materialized query
tables, or dependent immediate staging tables, the underlying table
will go directly into the full access mode after the SET INTEGRITY
statement, regardless of whether the FULL ACCESS option is specified.
Specifying the FULL ACCESS option in the IMMEDIATE
UNCHECKED clause will result in an error (SQLSTATE 428FH) if the
statement does not bring the table out of check pending state.
exception-clause
FOR EXCEPTION
Indicates that any row that is in violation of a foreign key
constraint or a check constraint will be copied to an exception table
and deleted from the original table. Even if errors are detected the
constraints are turned back on again, and the table is taken out of
check pending state. A warning (SQLSTATE 01603) is issued to
indicate that one or more rows have been moved to the exception
tables.
If the FOR EXCEPTION clause is not specified and any constraints
are violated, only the first violation detected is returned to the user
(SQLSTATE 23514). In the case of a violation in any table, all of the
tables are left in check pending state, as they were before the
execution of the statement.
IN table-name
Specifies the table from which rows that violate constraints are to
be copied. There must be one exception table specified for each
table being checked. This clause cannot be specified if the table is a
materialized query table or a staging table (SQLSTATE 428A7).
USE table-name
Specifies the exception table into which error rows are to be
copied.
FULL ACCESS
If the FULL ACCESS option is specified as the only operation of the statement,
the table will be brought out of the no data movement mode into the full
access mode. The table is not rechecked for integrity violations. However,
dependent immediate materialized query tables that have not been refreshed
may require a full recomputation in subsequent REFRESH statements, and
dependent immediate staging tables that have not had the appended portions
of the table propagated to them may be changed to incomplete state. This
option can only be specified for a table that is in the no data movement mode
(SQLSTATE 428FH).
PRUNE
This option can be specified for staging tables only. Specifies that the content of
the staging table is to be pruned, and that the staging table is to be set to an
inconsistent state. If any table in the table-name list is not a staging table, an
error is returned (SQLSTATE 428FH).
table-unchecked-options
table-name
Identifies one or more tables for integrity processing. It must be a table
described in the catalog and must not be a view, catalog table, or typed
table.
integrity-options
Used to define the integrity options that are set to IMMEDIATE
UNCHECKED.
ALL
All integrity options will be turned on, and the table will be brought
out of check pending state.
FOREIGN KEY
Foreign key constraints will be turned on when the table is brought
out of check pending state.
CHECK
Check constraints will be turned on when the table is brought out of
check pending state.
DATALINK RECONCILE PENDING
DATALINK integrity constraints will be turned on when the table is
brought out of check pending state.
MATERIALIZED QUERY
Immediate refreshing will be turned on for a materialized query table
with the REFRESH IMMEDIATE attribute.
GENERATED COLUMN
Generated columns will be turned on when the table is brought out of
check pending state.
STAGING
Immediate propagation will be turned on for the staging table.
FULL ACCESS
Specifies that the tables are to become fully accessible after the SET
Statements 687
SET INTEGRITY
Notes:
v Compatibilities
– For compatibility with previous versions of DB2:
- SET CONSTRAINTS can be specified in place of SET INTEGRITY
- SUMMARY can be specified in place of MATERIALIZED QUERY
v Effects on tables in one of the check pending states:
– Use of INSERT, UPDATE, or DELETE is disallowed on a table that is in check
pending read or no access state. Furthermore, any statement that requires
such a modification to a table that is in check pending state will be rejected.
Statements 689
SET INTEGRITY
The fact that integrity checking was turned on without doing deferred
checking will be recorded in the catalog (the value in the CONST_CHECKED
column in the SYSCAT.TABLES view will be set to ’U’). This indicates that the
user has assumed responsibility for data integrity with respect to the specific
constraints. This value remains unchanged until either:
- The table is put back into check pending state (by referencing the table in a
SET INTEGRITY statement with the OFF clause), at which time ’U’ values
in the CONST_CHECKED column are changed to ’W’ values, indicating
that the user had previously assumed responsibility for data integrity, and
the system needs to verify the data.
- All unchecked constraints for the table are dropped.
The ’W’ state differs from the ’N’ state in that it records the fact that integrity
was previously checked by the user, but not yet by the system. If the user
issues the SET INTEGRITY ... IMMEDIATE CHECKED statement with the
NOT INCREMENTAL option, the system rechecks the whole table for data
integrity (or performs a full refresh on a materialized query table), and then
changes the ’W’ state to the ’Y’ state. If IMMEDIATE UNCHECKED is
specified, or if NOT INCREMENTAL is not specified, the ’W’ state is changed
back to the ’U’ state to record the fact that some data has still not been
verified by the system. In the latter case (when the NOT INCREMENTAL is
not specified), a warning (SQLSTATE 01636) is returned.
If an underlying table’s integrity has been checked using the IMMEDIATE
UNCHECKED clause, the ’U’ values in the CONST_CHECKED column of the
underlying table will be propagated to the corresponding CONST_CHECKED
column of:
- Dependent immediate materialized query tables
- Dependent deferred materialized query tables
- Dependent staging tables
For a dependent immediate materialized query table, this propagation is done
whenever the underlying table is brought out of check pending state, and
whenever the materialized query table is refreshed. For a dependent deferred
materialized query table, this propagation is done whenever the materialized
query table is refreshed. For dependent staging tables, this propagation is
done whenever the underlying table is brought out of check pending state.
These propagated ’U’ values in the CONST_CHECKED columns of dependent
materialized query tables and staging tables record the fact that these
materialized query tables and staging tables depend on some underlying table
whose integrity has been checked using the IMMEDIATE UNCHECKED
clause.
For a materialized query table, the ’U’ value in the CONST_CHECKED
column that was propagated by the underlying table will remain until the
materialized query table is fully refreshed and none of its underlying tables
have a ’U’ value in their corresponding CONST_CHECKED column. After
such a refresh, the ’U’ value in the CONST_CHECKED column for the
materialized query table will be changed to ’Y’.
For a staging table, the ’U’ value in the CONST_CHECKED column that was
propagated by the underlying table will remain until the corresponding
deferred materialized query table of the staging table is refreshed. After such
a refresh, the ’U’ value in the CONST_CHECKED column for the staging
table will be changed to ’Y’.
– If a child table and its parent table are checked in the same SET INTEGRITY
... IMMEDIATE CHECKED statement, and the parent table requires full
checking of its constraints, the child table will have its foreign key constraints
checked, independently of whether or not the child table has a ’U’ value in
the CONST_CHECKED column for foreign key constraints.
v After appending data using LOAD INSERT, the SET INTEGRITY ... IMMEDIATE
CHECKED statement checks the table for constraints violations. The system
determines whether incremental processing on the table is possible. If so, only
the appended portion is checked for integrity violations. If not, the system
checks the whole table for integrity violations.
v Consider the statement:
SET INTEGRITY FOR T IMMEDIATE CHECKED
Situations in which the system will require a full refresh, or will check the whole
table for integrity (the INCREMENTAL option cannot be specified) are:
– When new constraints have been added to T itself
– When a LOAD REPLACE operation against T, it parents, or its underlying
tables has taken place
– When the NOT LOGGED INITIALLY WITH EMPTY TABLE option has been
activated after the last integrity check on T, its parents, or its underlying
tables
– The cascading effect of full processing, when any parent of T (or underlying
table, if T is a materialized query table or a staging table) has been checked
for integrity non-incrementally
– If the table was in check pending state before migration, full processing is
required the first time the table is checked for integrity after migration
– If the table space containing the table or its parent (or underlying table of a
materialized query table or a staging table) has been rolled forward to a point
in time, and the table and its parent (or underlying table if the table is a
materialized query table or a staging table) reside in different table spaces
– When T is a materialized query table, and a LOAD REPLACE or LOAD
INSERT operation directly into T has taken place after the last refresh
v If the conditions for full processing described in the previous bullet are not
satisfied, the system will attempt to check only the appended portion for
integrity, or perform an incremental refresh (if it is a materialized query table)
when the user does not specify the NOT INCREMENTAL option for the
statement SET INTEGRITY FOR T IMMEDIATE CHECKED.
v A table that is in DataLink Reconcile Not Possible (DRNP) state requires
corrective action to be taken (possibly outside of the database). Once corrective
action is completed, the table is taken out of DRNP state using the IMMEDIATE
UNCHECKED option. The RECONCILE command or API should then be used
to check the DATALINK integrity constraints.
v While integrity is being checked, an exclusive lock is held on each table specified
during SET INTEGRITY invocation. A shared lock is acquired on each table that
is not specified during SET INTEGRITY invocation, but that is a parent or
underlying table of one of the dependent tables being checked.
v If an error occurs during integrity checking, all the effects of the checking
(including deleting from the original and inserting into the exception tables) will
be rolled back.
v If a SET INTEGRITY statement issued with the FORCE GENERATED option
fails because of a lack of log space, increase available active log space and
reissue the SET INTEGRITY statement. Alternatively, use the SET INTEGRITY
GENERATED COLUMN IMMEDIATE UNCHECKED statement to bypass
generated column checking for the table. Then, issue a SET INTEGRITY
IMMEDIATE CHECKED statement without the FORCE GENERATED option to
Statements 691
SET INTEGRITY
check the table for other integrity violations (if applicable) and to bring it out of
check pending state. Once the table is out of check pending state, the generated
columns can be updated to their default (generated) values by assigning them to
the keyword DEFAULT in an UPDATE statement. This is accomplished by using
either multiple searched update statements based on ranges (each followed by a
commit), or a cursor-based approach using intermittent commits. A “with hold”
cursor should be used if locks are to be retained after intermittent commits using
the cursor-based approach.
v A table that was put into check pending state using the CASCADE DEFERRED
option (of the SET INTEGRITY statement or the LOAD command), and that is
checked for integrity violations using the IMMEDIATE CHECKED option of the
SET INTEGRITY statement, will have its descendent foreign key tables,
descendent immediate materialized query tables, and descendent immediate
staging tables put in check pending no access state, as required:
– If the entire table is checked for integrity violations, its descendent foreign
key tables, descendent immediate materialized query tables, and descendent
immediate staging tables will be put in check pending no access state.
– If the table is checked for integrity violations incrementally, its descendent
immediate materialized query tables and staging tables will be put in check
pending no access state, and its descendent foreign key tables will remain in
their original states.
– If the table requires no checking at all, its descendent immediate materialized
query tables, descendent staging tables, and descendent foreign key tables
will remain in their original states.
v A table that was put in check pending state using the CASCADE DEFERRED
option (of the SET INTEGRITY statement or the LOAD command), and that is
brought out of check pending state using the IMMEDIATE UNCHECKED option
of the SET INTEGRITY statement, will have its descendent foreign key tables,
descendent immediate materialized query tables, and descendent immediate
staging tables put in check pending no access state, as required:
– If the table has been loaded using the REPLACE mode, its descendent foreign
key tables, descendent immediate materialized query tables, and descendent
immediate staging tables will be put in check pending no access state.
– If the table has been loaded using the INSERT mode, its descendent
immediate materialized query tables and staging tables will be put in check
pending no access state, and its descendent foreign key tables will remain in
their original states.
– If the table has not been loaded, its descendent immediate materialized query
tables, descendent staging tables, and its descendent foreign key tables will
remain in their original states.
Examples:
Example 2: Set tables T1 and T2 to check pending no access state, and immediately
cascade the check pending state to their descendants.
SET INTEGRITY FOR T1, T2 OFF NO ACCESS CASCADE IMMEDIATE
Example 3: Set parent table T1 to check pending read state without immediately
cascading the check pending state to its child table T2.
SET INTEGRITY FOR T1 OFF READ ACCESS CASCADE DEFERRED
Example 4: Check integrity for T1, and get the first violation only.
SET INTEGRITY FOR T1 IMMEDIATE CHECKED
Example 5: Check integrity for T1 and T2, and put the violating rows into exception
tables E1 and E2.
SET INTEGRITY FOR T1, T2 IMMEDIATE CHECKED
FOR EXCEPTION IN T1 USE E1,
IN T2 USE E2
Example 6: Enable FOREIGN KEY constraint checking in T1, and CHECK constraint
checking in T2, to be bypassed with the IMMEDIATE UNCHECKED option.
SET INTEGRITY FOR T1 FOREIGN KEY,
T2 CHECK IMMEDIATE UNCHECKED
Example 7: Add a check constraint and a foreign key to the EMP_ACT table, using
two ALTER TABLE statements. To perform constraints checking in a single pass of
the table, integrity checking is turned off before the ALTER statements are invoked,
and turned on after the statements are executed.
SET INTEGRITY FOR EMP_ACT OFF;
ALTER TABLE EMP_ACT ADD CHECK (EMSTDATE <= EMENDATE);
ALTER TABLE EMP_ACT ADD FOREIGN KEY (EMPNO) REFERENCES EMPLOYEE;
SET INTEGRITY FOR EMP_ACT IMMEDIATE CHECKED
Related reference:
v “Exception tables” in the SQL Reference, Volume 1
Related samples:
v “TbGenCol.java -- How to use generated columns (JDBC)”
Statements 693
SET PASSTHRU
SET PASSTHRU
The SET PASSTHRU statement opens and closes a session for submitting a data
source’s native SQL directly to that data source. The statement is not under
transaction control.
Invocation:
Authorization:
Syntax:
Description:
server-name
Names the data source for which a pass-through session is to be opened.
server-name must identify a data source that is described in the catalog.
RESET
Closes a pass-through session.
Notes:
v The following restrictions apply to Microsoft SQL Server, Sybase, and Oracle
data sources:
– User-defined transactions cannot be used for Microsoft SQL Server and
Sybase data sources in pass-through mode, because Microsoft SQL Server and
Sybase restrict which SQL statements can be specified within a user-defined
transaction. Because SQL statements that are processed in pass-through mode
are not parsed by DataJoiner, it is not possible to detect whether the user
specified an SQL statement that is permitted within a user-defined
transaction.
– The COMPUTE clause is not supported on Microsoft SQL Server and Sybase
data sources.
– DDL statements are not subject to transaction semantics on Microsoft SQL
Server, Oracle and Sybase data sources. The operation, when complete, is
automatically committed by Microsoft SQL Server, Oracle or Sybase. If a
rollback occurs, the DDL is not rolled back.
Examples:
Example 5: Open a session to pass through to a data source, create a clustered index
for a table at this data source, and close the pass-through session.
strcpy (PASS_THRU,"SET PASSTHRU BACKEND");
EXEC SQL EXECUTE IMMEDIATE :PASS_THRU;
EXEC SQL PREPARE STMT pass-through mode
FROM "CREATE UNIQUE
CLUSTERED INDEX TABLE_INDEX
ON USER2.TABLE table is not an
WITH IGNORE DUP KEY"; alias
EXEC SQL EXECUTE STMT;
strcpy (PASS_THRU_RESET,"SET PASSTHRU RESET");
EXEC SQL EXECUTE IMMEDIATE :PASS_THRU_RESET;
Statements 695
SET PATH
SET PATH
The SET PATH statement changes the value of the CURRENT PATH special
register. It is not under transaction control.
Invocation:
Authorization:
Syntax:
| ,
CURRENT =
SET PATH schema-name
CURRENT_PATH SYSTEM PATH
USER
CURRENT PATH
CURRENT_PATH
CURRENT PACKAGE PATH
host-variable
string-constant
Description:
schema-name
This one-part name identifies a schema that exists at the application server. No
validation that the schema exists is made at the time that the path is set. If a
schema-name is, for example, misspelled, the error will not be caught, and it
could affect the way subsequent SQL operates.
SYSTEM PATH
This value is the same as specifying the schema names
″SYSIBM″,″SYSFUN″,″SYSPROC″.
USER
The value of the USER special register.
CURRENT PATH
The value of the CURRENT PATH special register before this statement
executes.
| CURRENT PACKAGE PATH
| The value of the CURRENT PACKAGE PATH special register.
host-variable
A variable of type CHAR or VARCHAR. The length of the contents of the
host-variable must not exceed 30 bytes (SQLSTATE 42815). It cannot be set to
null. If host-variable has an associated indicator variable, the value of that
indicator variable must not indicate a null value (SQLSTATE 42815).
The characters of the host-variable must be left justified. When specifying the
schema-name with a host-variable, all characters must be specified in the exact
case intended as there is no conversion to uppercase characters.
string-constant
A character string constant with a maximum length of 30 bytes.
Rules:
v A schema name cannot appear more than once in the function path (SQLSTATE
42732).
v The number of schemas that can be specified is limited by the total length of the
CURRENT PATH special register. The special register string is built by taking
each schema name specified and removing trailing blanks, delimiting with
double quotes, doubling quotes within the schema name as necessary, and then
separating each schema name by a comma. The length of the resulting string
cannot exceed 254 bytes (SQLSTATE 42907).
Notes:
v Compatibilities
– For compatibility with previous versions of DB2:
- CURRENT FUNCTION PATH can be specified in place of CURRENT
PATH
v The initial value of the CURRENT PATH special register is
″SYSIBM″,″SYSFUN″,″SYSPROC″,″X″ where X is the value of the USER special
register.
v The schema SYSIBM does not need to be specified. If it is not included in the
SQL path, it is implicitly assumed as the first schema (in this case, it is not
included in the CURRENT PATH special register).
v The CURRENT PATH special register specifies the SQL path used to resolve
user-defined data types, procedures and functions in dynamic SQL statements.
The FUNCPATH bind option specifies the SQL path to be used for resolving
user-defined data types and functions in static SQL statements.
Examples:
Example 1: The following statement sets the CURRENT PATH special register.
SET PATH = FERMAT, "McDrw #8", SYSIBM
Example 2: The following example retrieves the current value of the CURRENT
PATH special register into the host variable called CURPATH.
EXEC SQL VALUES (CURRENT PATH) INTO :CURPATH;
Statements 697
SET SCHEMA
SET SCHEMA
The SET SCHEMA statement changes the value of the CURRENT SCHEMA special
register. It is not under transaction control. If the package is bound with the
DYNAMICRULES BIND option, this statement does not affect the qualifier used
for unqualified database object references.
Invocation:
Authorization:
Syntax:
| CURRENT =
SET SCHEMA schema-name
USER
SESSION_USER
SYSTEM_USER
CURRENT_USER
host-variable
string-constant
Description:
schema-name
This one-part name identifies a schema that exists at the application server. The
length must not exceed 30 bytes (SQLSTATE 42815). No validation that the
schema exists is made at the time that the schema is set. If a schema-name is
misspelled, it will not be caught, and it could affect the way subsequent SQL
operates.
USER
The value in the USER special register.
| SESSION_USER
| The value in the SESSION_USER special register.
| SYSTEM_USER
| The value in the SYSTEM_USER special register.
| CURRENT_USER
| The value in the CURRENT_USER special register.
host-variable
A variable of type CHAR or VARCHAR. The length of the contents of the
host-variable must not exceed 30 (SQLSTATE 42815). It cannot be set to null. If
host-variable has an associated indicator variable, the value of that indicator
variable must not indicate a null value (SQLSTATE 42815).
The characters of the host-variable must be left justified. When specifying the
schema-name with a host-variable, all characters must be specified in the exact
case intended as there is no conversion to uppercase characters.
string-constant
A character string constant with a maximum length of 30.
Rules:
v If the value specified does not conform to the rules for a schema-name, an error
(SQLSTATE 3F000) is raised.
v The value of the CURRENT SCHEMA special register is used as the schema
name in all dynamic SQL statements, with the exception of the CREATE
SCHEMA statement, where an unqualified reference to a database object exists.
v The QUALIFIER bind option specifies the schema name for use as the qualifier
for unqualified database object names in static SQL statements.
Notes:
v The initial value of the CURRENT SCHEMA special register is equivalent to
USER.
v Setting the CURRENT SCHEMA special register does not effect the CURRENT
PATH special register. Hence, the CURRENT SCHEMA will not be included in
the SQL path and functions, procedures and user-defined type resolution may
not find these objects. To include the current schema value in the SQL path,
whenever the SET SCHEMA statement is issued, also issue the SET PATH
statement including the schema name from the SET SCHEMA statement.
v CURRENT SQLID is accepted as a synonym for CURRENT SCHEMA and the
effect of a SET CURRENT SQLID statement will be identical to that of a SET
CURRENT SCHEMA statement. No other effects, such as statement
authorization changes, will occur.
Examples:
Example 1: The following statement sets the CURRENT SCHEMA special register.
SET SCHEMA RICK
Example 2: The following example retrieves the current value of the CURRENT
SCHEMA special register into the host variable called CURSCHEMA.
EXEC SQL VALUES (CURRENT SCHEMA) INTO :CURSCHEMA;
Statements 699
SET SERVER OPTION
Invocation:
Authorization:
Syntax:
Description:
server-option-name
Names the server option that is to be set.
TO string-constant
Specifies the setting for server-option-name as a character string constant.
SERVER server-name
Names the data source to which server-option-name applies. It must be a server
described in the catalog.
Notes:
v Server option names can be entered in uppercase or lowercase.
v One or more SET SERVER OPTION statements can be submitted when a user or
application connects to the federated database. The statement (or statements)
must be specified at the start of the first unit of work that is processed after the
connection is established.
v SYSCAT.SERVEROPTIONS will not be updated based on a SET SERVER
OPTION statement, because this change only affects the current connection.
Examples:
Example 2: You have set the server option PASSWORD to ‘Y’ (validating passwords
at the data source) for all Oracle 8 data sources. However, for a particular session
in which an application is connected to the federated database in order to access a
specific Oracle 8 data source—one defined to the federated database DJDB as
ORA8A—passwords will not need to be validated.
CONNECT TO DJDB;
strcpy(stmt,"set server option password to ’N’ for server ora8a");
EXEC SQL PREPARE STMT_NAME FROM :stmt;
EXEC SQL EXECUTE STMT_NAME FROM :stmt;
strcpy(stmt,"select max(c1) from ora8a_t1");
EXEC SQL PREPARE STMT_NAME FROM :stmt;
EXEC SQL DECLARE c1 CURSOR FOR STMT_NAME;
EXEC SQL OPEN c1; /*Does not validate password at ora8a*/
EXEC SQL FETCH c1 INTO :hv;
Related reference:
v “Server options for federated systems” in the Federated Systems Guide
Statements 701
SET SESSION AUTHORIZATION
| Invocation:
| Authorization:
| To change the authorization ID to a value that is different from the one used to
| establish the connection (the value reflected in the SYSTEM_USER special register),
| the privileges held by the authorization ID of the statement must include at least
| one of the following (SQLSTATE 28000):
| v SYSADM or DBADM authority
| Syntax:
| =
| SET SESSION AUTHORIZATION authorization-name
SESSION_USER USER
CURRENT_USER
SYSTEM_USER
host-variable
string-constant
|
| ALLOW ADMINISTRATION
|
| Description:
| authorization-name
| Specifies the authorization ID that is to be used as the new value for the
| SESSION_USER special register.
| USER
| The value in the USER special register.
| CURRENT_USER
| The value in the CURRENT USER special register.
| SYSTEM_USER
| The value in the SYSTEM_USER special register.
| host-variable
| A variable of type CHAR or VARCHAR. The length of the contents of
| host-variable must not exceed 30 (SQLSTATE 28000). It cannot be set to null. If
| host-variable has an associated indicator variable, the value of that indicator
| variable must not indicate a null value (SQLSTATE 28000).
| Rules:
| v The value specified for the SESSION_USER special register must conform to the
| rules for an authorization ID of type USER (SQLSTATE 42602).
| v The OWNER bind option specifies the authorization ID that is to be used for
| static SQL statements.
| v This statement can only be issued as the first statement (other than a SET special
| register statement) in a new unit of work without any open WITH HOLD
| cursors (SQLSTATE 25001). This restriction includes any PREPARE request for a
| statement other than a SET special register statement.
| v The value of the SESSION_USER special register is used as the authorization ID
| for all dynamic SQL statements in a package bound with the
| DYNAMICRULES(RUN) bind option. (This includes INVOKERUN and
| DEFINERUN when the package is not used by a routine). If a package is using
| owner, invoker, or definer authorization based on the DYNAMICRULES option,
| this statement has no effect on dynamic SQL statements issued from within that
| package.
| Notes:
| v The initial value of the SESSION_USER special register for a new connection is
| the same as the value of the SYSTEM_USER special register.
| v The group information for the session authorization ID specified in this
| statement is acquired at the time of statement execution.
| v Setting the SESSION_USER special register does not effect either the CURRENT
| SCHEMA or the CURRENT PATH special register.
| v If any error occurs during the setting of the SESSION_USER special register, the
| register reverts to its previous value.
| v This statement should not be used to allow multiple, different users to reuse the
| same connection, because each user will inherit the ability to change the value of
| the SESSION_USER special register. This statement is dependent upon the value
| of SYSTEM_USER for privileges checking, and the initial connection
| authorization ID is not changed by the SET SESSION AUTHORIZATION
| statement. Moreover, the following behaviors impacting connection reuse are not
| addressed by this statement:
| – The CONNECT privilege is not checked for the new authorization ID
| – The content of any updatable special register is not reset; in particular, the
| content of the ENCRYPTION PASSWORD special register is not modified and
| is available to the new authorization ID for encryption or decryption
| – The content of any declared global temporary table is not affected, and is
| accessible to the new authorization ID
| – Any existing links to remote servers are not reset
Statements 703
SET SESSION AUTHORIZATION
| Examples:
| Related reference:
| v “BIND Command” in the Command Reference
SET Variable
The SET Variable statement assigns values to local variables, output parameters, or
new transition variables. It is under transaction control.
Invocation:
Authorization:
To execute this statement with a row-fullselect as the right hand side of the
assignment, the privileges held by the authorization ID of either the trigger definer
or the dynamic compound statement owner must also include at least one of the
following, for each referenced table or view:
v SELECT privilege
v CONTROL privilege
v SYSADM or DBADM authority.
Syntax:
SET
target-variable = expression
NULL
DEFAULT
, ,
(1)
( target-variable ) = ( expression )
NULL
DEFAULT
(2)
row-fullselect
parameter-name = expression
SQL-procedure-variable-name NULL
target-variable:
SQL-variable-name
transition-variable-name
..attribute-name
Statements 705
SET Variable
Notes:
1 The number of expressions, NULLs, and DEFAULTs must match the number
of specifications of target-variable.
2 The number of columns in the select list must match the number of
specifications of target-variable.
Description:
target-variable
Identifies the target variable of the assignment. A target-variable representing
the same variable must not be specified more than once (SQLSTATE 42701).
SQL-variable-name
Identifies the SQL variable that is the assignment target. SQL variables
must be declared before they are used. SQL variables can be defined in
both dynamic and procedure compound statements.
transition-variable-name
Identifies the column to be updated in the transition row. A
transition-variable-name must identify a column in the subject table of a
trigger, optionally qualified by a correlation name that identifies the new
value (SQLSTATE 42703).
..attribute name
Specifies the attribute of a structured type that is set (referred to as an
attribute assignment). The SQL-variable-name or transition-variable-name
specified must be defined with a user-defined structured type (SQLSTATE
428DP). The attribute-name must be an attribute of the structured type
(SQLSTATE 42703). An assignment that does not involve the ..attribute name
clause is referred to as a conventional assignment.
parameter-name
Identifies the parameter that is the assignment target. The parameter must be
specified in parameter-declaration in the CREATE PROCEDURE statement, and
must be defined as an OUT or INOUT parameter.
SQL-procedure-variable-name
Identifies the SQL variable that is the assignment target within an SQL
procedure. SQL variables must be declared before they are used. SQL variables
can be defined in a procedure compound statement.
expression
Indicates the new value of the target of the assignment. The expression is any
expression of the type described in “Expressions”. The expression cannot
include a column function except when it occurs within a scalar fullselect
(SQLSTATE 42903). In the context of a CREATE TRIGGER statement, an
expression can contain references to OLD and NEW transition variables. The
transition variables must be qualified by the correlation-name (SQLSTATE
42702).
NULL
Specifies the null value. NULL cannot be the value in an attribute assignment
(SQLSTATE 429B9), unless it was specifically cast to the data type of the
attribute.
DEFAULT
Specifies that the default value should be used.
If target-variable is a column, the value inserted depends on how the column
was defined in the table.
v If the column was defined using the WITH DEFAULT clause, the value is set
to the default defined for the column (see default-clause in “ALTER TABLE”).
v If the column was defined using the IDENTITY clause, the value is
generated by the database manager.
v If the column was defined without specifying the WITH DEFAULT clause,
the IDENTITY clause, or the NOT NULL clause, the value is NULL.
v If the column was defined using the NOT NULL clause and:
– The IDENTITY clause is not used or
– The WITH DEFAULT clause was not used or
– DEFAULT NULL was used
the DEFAULT keyword cannot be specified for that column (SQLSTATE
23502).
If target-variable is an SQL variable, the value inserted is the default, as
specified or implied in the variable declaration.
row-fullselect
A fullselect that returns a single row with the number of columns
corresponding to the number of target variables specified for assignment. The
values are assigned to each corresponding target variable. If the result of the
row fullselect is no rows, null values are assigned. In the context of a CREATE
TRIGGER statement, a row-fullselect can contain references to OLD and NEW
transition variables, which must be qualified by their correlation-name to specify
which transition variable is to be used (SQLSTATE 42702). An error is returned
if there is more than one row in the result (SQLSTATE 21000).
Rules:
v The number of values to be assigned from expressions, NULLs, DEFAULTs, or
the row-fullselect must match the number of target-variables specified for
assignment (SQLSTATE 42802).
v A SET Variable statement cannot assign an SQL variable and a transition
variable in one statement (SQLSTATE 42997).
v Values are assigned to target variables according to specific assignment rules.
v Assignment statements in SQL procedures must conform to the SQL assignment
rules. String assignments use storage assignment rules.
v If a variable has been declared with an identifier that matches the name of a
special register (such as PATH), the variable must be delimited to prevent
unintentional assignment to the special register (for example, SET "PATH" = 1;
for a variable called PATH that has been declared as an integer).
Notes:
v If more than one assignment is included, each expression and row-fullselect is
evaluated before the assignments are performed. Thus, references to target
variables in an expression or row fullselect are always the value of the target
variable prior to any assignment in the single SET statement.
v When an identity column defined as a distinct type is updated, the entire
computation is done in the source type, and the result is cast to the distinct type
before the value is actually assigned to the column. (There is no casting of the
previous value to the source type prior to the computation.)
v To have DB2 generate a value on a SET statement for an identity column, use
the DEFAULT keyword:
SET NEW.EMPNO = DEFAULT
Statements 707
SET Variable
Examples:
Example 1: Set the salary column of the row for which the trigger action is
currently executing to 50000.
SET NEW_VAR.SALARY = 50000;
Or:
SET (NEW_VAR.SALARY) = (50000);
Example 2: Set the salary and the commission column of the row for which the
trigger action is currently executing to 50000 and 8000, respectively.
SET NEW_VAR.SALARY = 50000, NEW_VAR.COMM = 8000;
Or:
SET (NEW_VAR.SALARY, NEW_VAR.COMM) = (50000, 8000);
Example 3: Set the salary and the commission column of the row for which the
trigger action is currently executing to the average salary and commission of
employees in the department that is associated with the updated row.
SET (NEW_VAR.SALARY, NEW_VAR.COMM)
= (SELECT AVG(SALARY), AVG(COMM)
FROM EMPLOYEE E
WHERE E.WORKDEPT = NEW_VAR.WORKDEPT);
Example 4: Set the salary and the commission column of the row for which the
trigger action is currently executing to 10000 and the original value of salary (that
is, before the SET statement was executed), respectively.
SET NEW_VAR.SALARY = 10000, NEW_VAR.COMM = NEW_VAR.SALARY;
Or:
SET (NEW_VAR.SALARY, NEW_VAR.COMM) = (10000, NEW_VAR.SALARY);
Related reference:
v “Expressions” in the SQL Reference, Volume 1
v “ALTER TABLE” on page 40
v “INSERT” on page 562
v “Assignments and comparisons” in the SQL Reference, Volume 1
SIGNAL
The SIGNAL statement is used to signal an error or warning condition. It causes
an error or warning to be returned with the specified SQLSTATE, along with
optional message text.
Invocation:
Authorization:
None required.
Syntax:
| VALUE
SIGNAL SQLSTATE sqlstate-string-constant
variable-name
condition-name
signal-information
signal-information:
Description:
SQLSTATE VALUE sqlstate-string-constant
The specified string constant represents an SQLSTATE. It must be a character
string constant with exactly 5 characters that follow the rules for SQLSTATEs:
v Each character must be from the set of digits ('0' through '9') or non-accented
upper case letters ('A' through 'Z').
v The SQLSTATE class (first two characters) cannot be '00', since this
represents successful completion.
In the context of either a dynamic compound statement, trigger, SQL function,
or SQL method, the following rules must also be applied:
v The SQLSTATE class (first two characters) cannot be '01' or '02', since these
are not error classes.
v If the SQLSTATE class starts with the numbers '0' through '6' or the letters
'A' through 'H', then the subclass (the last three characters) must start with a
letter in the range of 'I' through 'Z'.
v If the SQLSTATE class starts with the numbers '7', '8', '9', or the letters 'I'
through 'Z', then the subclass can be any of '0' through '9' or 'A' through 'Z'.
If the SQLSTATE does not conform to these rules, an error is returned
(SQLSTATE 428B3).
| SQLSTATE VALUE variable-name
| The specified variable name must be of type CHAR(5). Its value at statement
Statements 709
SIGNAL
| execution time must conform to the same rules that are described for
| sqlstate-string-constant. If the SQLSTATE does not conform to these rules, an
| error is returned (SQLSTATE 428B3).
condition-name
Specifies the name of the condition. The condition name must be unique
within the procedure and can only be referenced within the compound
statement in which it is declared.
SET MESSAGE_TEXT =
Specifies a string that describes the error or warning. The string is returned in
the SQLERRMC field of the SQLCA. If the actual string is longer than 70 bytes,
it is truncated without warning.
| diagnostic-string-expression
| An expression of type CHAR or VARCHAR that returns a character string
| of up to 70 bytes to describe the error condition. If the string is longer than
| 70 bytes, it is truncated.
| (diagnostic-string-expression)
An expression of type CHAR or VARCHAR that returns a character string of
up to 70 bytes to describe the error condition. If the string is longer than 70
bytes, it is truncated. This option is only provided within the scope of a
CREATE TRIGGER statement for compatibility with previous versions of DB2.
Regular use is not recommended.
Notes:
v If a SIGNAL statement is issued, the SQLCODE returned is based on the
SQLSTATE as follows:
– If the specified SQLSTATE class is either ’01’ or ’02’, a warning or not found
condition is returned and the SQLCODE is set to +438.
– Otherwise, an exception condition is returned and the SQLCODE is set to
-438.
The other fields of the SQLCA are set as follows:
– sqlerrd fields are set to zero
– sqlwarn fields are set to blank
– sqlerrmc is set to the first 70 bytes of MESSAGE_TEXT
– sqlerrml is set to the length of sqlerrmc, or to zero if no SET MESSAGE_TEXT
clause is specified
– sqlerrp is set to ROUTINE.
v SQLSTATE values are comprised of a two-character class code value, followed
by a three-character subclass code value. Class code values represent classes of
successful and unsuccessful execution conditions.
Any valid SQLSTATE value can be used in the SIGNAL statement. However, it
is recommended that programmers define new SQLSTATEs based on ranges
reserved for applications. This prevents the unintentional use of an SQLSTATE
value that might be defined by the database manager in a future release.
– SQLSTATE classes that begin with the characters '7' through '9', or 'I' through
'Z' may be defined. Within these classes, any subclass may be defined.
– SQLSTATE classes that begin with the characters '0' through '6', or 'A' through
'H' are reserved for the database manager. Within these classes, subclasses
that begin with the characters '0' through 'H' are reserved for the database
manager. Subclasses that begin with the characters 'I' through 'Z' may be
defined.
Examples:
An SQL procedure for an order system that signals an application error when a
customer number is not known to the application. The ORDERS table includes a
foreign key to the CUSTOMER table, requiring that the CUSTNO exist before an
order can be inserted.
CREATE PROCEDURE SUBMIT_ORDER
(IN ONUM INTEGER, IN CNUM INTEGER,
IN PNUM INTEGER, IN QNUM INTEGER)
SPECIFIC SUBMIT_ORDER
MODIFIES SQL DATA
LANGUAGE SQL
BEGIN
DECLARE EXIT HANDLER FOR SQLSTATE VALUE ’23503’
SIGNAL SQLSTATE ’75002’
SET MESSAGE_TEXT = ’Customer number is not known’;
INSERT INTO ORDERS (ORDERNO, CUSTNO, PARTNO, QUANTITY)
VALUES (ONUM, CNUM, PNUM, QNUM);
END
Statements 711
UPDATE
UPDATE
| The UPDATE statement updates the values of specified columns in rows of a table,
| view or nickname, or the underlying tables, nicknames, or views of the specified
| fullselect. Updating a row of a view updates a row of its base table, if no
INSTEAD OF trigger is defined for the update operation on this view. If such a
trigger is defined, the trigger will be executed instead. Updating a row using a
nickname updates a row in the data source object to which the nickname refers.
Invocation:
Authorization:
The privileges held by the authorization ID of the statement must include at least
one of the following:
v UPDATE privilege on the table, view or nickname where rows are to be updated
v UPDATE privilege on each of the columns to be updated.
v CONTROL privilege on the table, view or nickname where rows are to be
updated
v SYSADM or DBADM authority.
v If a row-fullselect is included in the assignment, at least one of the following for
each referenced table, view or nickname:
– SELECT privilege
– CONTROL privilege
– SYSADM or DBADM authority.
For each table, view or nickname referenced by a subquery, the privileges held by
the authorization ID of the statement must also include at least one of the
following:
v SELECT privilege
v CONTROL privilege
v SYSADM or DBADM authority.
If the package used to process the statement is precompiled with SQL92 rules
(option LANGLEVEL with a value of SQL92E or MIA), and the searched form of
an UPDATE statement includes a reference to a column of the table, view or
nickname in the right side of the assignment-clause, or anywhere in the
search-condition, the privileges held by the authorization ID of the statement must
also include at least one of the following:
v SELECT privilege
v CONTROL privilege
If the specified table or view is preceded by the ONLY keyword, the privileges
held by the authorization ID of the statement must also include the SELECT
privilege for every subtable or subview of the specified table or view.
If the target of the update operation is a nickname, the privileges on the object at
the data source are not considered until the statement is executed at the data
source. At this time, the authorization ID that is used to connect to the data source
must have the privileges required for the operation on the object at the data
source. The authorization ID of the statement may be mapped to a different
authorization ID at the data source.
Syntax:
searched-update:
| UPDATE table-name
view-name correlation-clause
nickname
ONLY ( table-name )
view-name
( fullselect )
SET assignment-clause
include-columns
WHERE search-condition WITH RR
RS
CS
UR
positioned-update:
UPDATE table-name
view-name correlation-clause
nickname
ONLY ( table-name )
view-name
correlation-clause:
| AS
correlation-name
,
( column-name )
Statements 713
UPDATE
include-columns:
| ,
assignment-clause:
column-name = expression
NULL
DEFAULT
..attribute-name
, ,
(1)
( column-name ) = ( expression )
NULL
DEFAULT
..attribute-name (2)
row-fullselect
Notes:
1 The number of expressions, NULLs and DEFAULTs must match the number
of column names.
2 The number of columns in the select list must match the number of column
names.
Description:
| table-name, view-name, nickname, or (fullselect)
| Identifies the object of the update operation. The name must identify a table,
view, or nickname described in the catalog, but not a catalog table, a view of a
catalog table (unless it is one of the updatable SYSSTAT views), a
system-maintained materialized query table, or a read-only view that has no
INSTEAD OF trigger defined for its update operations.
If table-name is a typed table, rows of the table or any of its proper subtables
may get updated by the statement. Only the columns of the specified table
may be set or referenced in the WHERE clause. For a positioned UPDATE, the
associated cursor must also have specified the same table, view or nickname in
the FROM clause without using ONLY.
| If the object of the update operation is a fullselect, the fullselect must be
| updatable, as defined in the “Updatable views” Notes item in the description
| of the CREATE VIEW statement.
ONLY (table-name)
Applicable to typed tables, the ONLY keyword specifies that the statement
should apply only to data of the specified table and rows of proper subtables
cannot be updated by the statement. For a positioned UPDATE, the associated
cursor must also have specified the table in the FROM clause using ONLY. If
table-name is not a typed table, the ONLY keyword has no effect on the
statement.
ONLY (view-name)
Applicable to typed views, the ONLY keyword specifies that the statement
should apply only to data of the specified view and rows of proper subviews
cannot be updated by the statement. For a positioned UPDATE, the associated
cursor must also have specified the view in the FROM clause using ONLY. If
view-name is not a typed view, the ONLY keyword has no effect on the
statement.
| correlation-clause
| Can be used within search-condition or assignment-clause to designate a table,
| view, nickname, or fullselect. For a description of correlation-clause, see
| “table-reference” in the description of “Subselect”.
| include-columns
| Specifies a set of columns that are included, along with the columns of
| table-name or view-name, in the intermediate result table of the UPDATE
| statement when it is nested in the FROM clause of a fullselect. The
| include-columns are appended at the end of the list of columns that are
| specified for table-name or view-name.
| INCLUDE
| Specifies a list of columns to be included in the intermediate result table of
| the UPDATE statement.
| column-name
| Specifies a column of the intermediate result table of the UPDATE
| statement. The name cannot be the same as the name of another include
| column or a column in table-name or view-name (SQLSTATE 42711).
| data-type
| Specifies the data type of the include column. The data type must be one
| that is supported by the CREATE TABLE statement.
SET
Introduces the assignment of values to column names.
assignment-clause
column-name
Identifies a column to be updated. The column-name must identify an
| updatable column of the specified table, view, or nickname, or identify an
| INCLUDE column. The object ID column of a typed table is not updatable
(SQLSTATE 428DZ). A column must not be specified more than once,
unless it is followed by ..attribute-name (SQLSTATE 42701).
| If it specifies an INCLUDE column, the column name cannot be qualified.
For a Positioned UPDATE:
v If the update-clause was specified in the select-statement of the cursor, each
column name in the assignment-clause must also appear in the
update-clause.
v If the update-clause was not specified in the select-statement of the cursor
and LANGLEVEL MIA or SQL92E was specified when the application
was precompiled, the name of any updatable column may be specified.
v If the update-clause was not specified in the select-statement of the cursor
and LANGLEVEL SAA1 was specified either explicitly or by default
when the application was precompiled, no columns may be updated.
..attribute-name
Specifies the attribute of a structured type that is set (referred to as an
attribute assignment. The column-name specified must be defined with a
user-defined structured type (SQLSTATE 428DP). The attribute-name must
be an attribute of the structured type of column-name (SQLSTATE 42703).
An assignment that does not involve the ..attribute-name clause is referred
to as a conventional assignment.
Statements 715
UPDATE
expression
Indicates the new value of the column. The expression is any expression of
the type described in “Expressions”. The expression cannot include a
column function except when it occurs within a scalar fullselect
(SQLSTATE 42903).
An expression may contain references to columns of the target table of the
UPDATE statement. For each row that is updated, the value of such a
column in an expression is the value of the column in the row before the
row is updated.
| An expression cannot contain references to an INCLUDE column.
NULL
Specifies the null value and can only be specified for nullable columns
(SQLSTATE 23502). NULL cannot be the value in an attribute assignment
(SQLSTATE 429B9) unless it is specifically cast to the data type of the
attribute.
DEFAULT
Specifies that the default value should be used based on how the
corresponding column is defined in the table. The value that is inserted
depends on how the column was defined.
v If the column was defined as a generated column based on an
expression, the column value will be generated by the system, based on
the expression.
v If the column was defined using the IDENTITY clause, the value is
generated by the database manager.
v If the column was defined using the WITH DEFAULT clause, the value
is set to the default defined for the column (see default-clause in “ALTER
TABLE”).
v If the column was defined using the NOT NULL clause and the
GENERATED clause was not used, or the WITH DEFAULT clause was
not used, or DEFAULT NULL was used, the DEFAULT keyword cannot
be specified for that column (SQLSTATE 23502).
The only value that a generated column defined with the GENERATED
ALWAYS clause can be set to is DEFAULT (SQLSTATE 428C9).
The DEFAULT keyword cannot be used as the value in an attribute
assignment (SQLSTATE 429B9).
The DEFAULT keyword cannot be used as the value in an assignment for
update on a nickname where the data source does not support DEFAULT
syntax.
row-fullselect
A fullselect that returns a single row with the number of columns
corresponding to the number of column-names specified for assignment. The
values are assigned to each corresponding column-name. If the result of the
row-fullselect is no rows, then null values are assigned.
A row-fullselect may contain references to columns of the target table of the
UPDATE statement. For each row that is updated, the value of such a
column in an expression is the value of the column in the row before the
row is updated. An error is returned if there is more than one row in the
result (SQLSTATE 21000).
WHERE
Introduces a condition that indicates what rows are updated. You can omit the
clause, give a search condition, or name a cursor. If the clause is omitted, all
rows of the table, view or nickname are updated.
search-condition
Each column-name in the search condition, other than in a subquery, must
name a column of the table, view or nickname. When the search condition
includes a subquery in which the same table is the base object of both the
UPDATE and the subquery, the subquery is completely evaluated before
any rows are updated.
The search-condition is applied to each row of the table, view or nickname
and the updated rows are those for which the result of the
search-condition is true.
If the search condition contains a subquery, the subquery can be thought of
as being executed each time the search condition is applied to a row, and
the results used in applying the search condition. In actuality, a subquery
with no correlated references is executed only once, whereas a subquery
with a correlated reference may have to be executed once for each row.
CURRENT OF cursor-name
Identifies the cursor to be used in the update operation. The cursor-name
must identify a declared cursor, explained in “DECLARE CURSOR”. The
DECLARE CURSOR statement must precede the UPDATE statement in the
program.
The table, view or nickname named must also be named in the FROM
clause of the SELECT statement of the cursor, and the result table of the
cursor must not be read-only. (For an explanation of read-only result
tables, see “DECLARE CURSOR”.)
When the UPDATE statement is executed, the cursor must be positioned
on a row; that row is updated.
This form of UPDATE cannot be used (SQLSTATE 42828) if the cursor
references:
v A view on which an INSTEAD OF UPDATE trigger is defined
v A view that includes an OLAP function in the select list of the fullselect
that defines the view
v A view that is defined, either directly or indirectly, using the WITH
ROW MOVEMENT clause
WITH
Specifies the isolation level at which the UPDATE statement is executed.
RR
Repeatable Read
RS
Read Stability
CS
Cursor Stability
UR
Uncommitted Read
The default isolation level of the statement is the isolation level of the package
in which the statement is bound.
Rules:
Statements 717
UPDATE
Notes:
v If an update value violates any constraints, or if any other error occurs during
the execution of the UPDATE statement, no rows are updated. The order in
which multiple rows are updated is undefined.
| v An update to a view defined using the WITH ROW MOVEMENT clause could
| cause a delete operation and an insert operation against the underlying tables of
| the view. For details, see the description of the CREATE VIEW statement.
v When an UPDATE statement completes execution, the value of SQLERRD(3) in
the SQLCA is the number of rows that qualified for the update operation. In the
context of an SQL procedure statement, the value can be retrieved using the
ROW_COUNT variable of the GET DIAGNOSTICS statement. The SQLERRD(5)
field contains the number of rows inserted, deleted, or updated by all activated
triggers.
v Unless appropriate locks already exist, one or more exclusive locks are acquired
by the execution of a successful UPDATE statement. Until the locks are released,
the updated row can only be accessed by the application process that performed
the update (except for applications using the Uncommitted Read isolation level).
For further information on locking, see the descriptions of the COMMIT,
ROLLBACK, and LOCK TABLE statements.
v If the URL value of a DATALINK column is updated, this is the same as
deleting the old DATALINK value then inserting the new one. First, if the old
value was linked to a file, that file is unlinked. Then, unless the linkage
attributes of the DATALINK value are empty, the specified file is linked to that
column. The only exception to this is that if the URL of the new DATALINK
value is identical to the URL of the existing DATALINK value, there is no need to
communicate with the associated Data Links Manager to unlink and relink the
same file. In this situation, the overhead is entirely eliminated.
The comment value of a DATALINK column can be updated without relinking
the file by specifying an empty string as the URL path (for example, as the
data-location argument of the DLVALUE scalar function or by specifying the new
value to be the same as the old value).
If a DATALINK column is updated with a null, it is the same as deleting the
existing DATALINK value.
An error may occur when attempting to update a DATALINK value if the file
server of either the existing value or the new value is no longer registered with
the database server (SQLSTATE 55022).
v When updating the column distribution statistics for a typed table, the subtable
that first introduced the column must be specified.
v Multiple attribute assignments on the same structured type column occur in the
order specified in the SET clause and, within a parenthesized set clause, in
left-to-right order.
v An attribute assignment invokes the mutator method for the attribute of the
user-defined structured type. For example, the assignment st..a1=x has the
same effect as using the mutator method in the assignment st = st..a1(x).
v While a given column may be a target column in only one conventional
assignment, a column may be a target column in multiple attribute assignments
(but only if it is not also a target column in a conventional assignment).
v When an identity column defined as a distinct type is updated, the entire
computation is done in the source type, and the result is cast to the distinct type
before the value is actually assigned to the column. (There is no casting of the
previous value to the source type prior to the computation.)
v To have DB2 generate a value on a SET statement for an identity column, use
the DEFAULT keyword:
SET NEW.EMPNO = DEFAULT
Examples:
v Example 1: Change the job (JOB) of employee number (EMPNO) ‘000290’ in the
EMPLOYEE table to ‘LABORER’.
UPDATE EMPLOYEE
SET JOB = ’LABORER’
WHERE EMPNO = ’000290’
v Example 2: Increase the project staffing (PRSTAFF) by 1.5 for all projects that
department (DEPTNO) ‘D21’ is responsible for in the PROJECT table.
UPDATE PROJECT
SET PRSTAFF = PRSTAFF + 1.5
WHERE DEPTNO = ’D21’
v Example 3: All the employees except the manager of department (WORKDEPT)
‘E21’ have been temporarily reassigned. Indicate this by changing their job (JOB)
to NULL and their pay (SALARY, BONUS, COMM) values to zero in the
EMPLOYEE table.
Statements 719
UPDATE
UPDATE EMPLOYEE
SET JOB=NULL, SALARY=0, BONUS=0, COMM=0
WHERE WORKDEPT = ’E21’ AND JOB <> ’MANAGER’
This statement could also be written as follows.
UPDATE EMPLOYEE
SET (JOB, SALARY, BONUS, COMM) = (NULL, 0, 0, 0)
WHERE WORKDEPT = ’E21’ AND JOB <> ’MANAGER’
v Example 4: Update the salary and the commission column of the employee with
employee number 000120 to the average of the salary and of the commission of
the employees of the updated row’s department, respectively.
| UPDATE (SELECT SALARY,
| COMM,
| AVG(SALARY) OVER (PARTITION BY WORKDEPT),
| AVG(COMM) OVER (PARTITION BY WORKDEPT)
| FROM EMPLOYEE)
| AS E(SALARY, COMM, AVGSAL, AVGCOMM)
| SET (SALARY, COMM)
| = (AVGSAL, AVGCOMM)
| WHERE EU.EMPNO = ’000120’
UPDATE CIRCLES
SET OWNER = ’Bruce’
C..RADIUS = 5
WHERE ID = 999
The following example transposes the X and Y coordinates of the center of the
circle identified by 999:
UPDATE CIRCLES
SET C..CENTER..X = C..CENTER..Y,
C..CENTER..Y = C..CENTER..X
WHERE ID = 999
The following example is another way of writing both of the above statements.
This example combines the effects of both of the above examples:
UPDATE CIRCLES
SET (OWNER,C..RADIUS,C..CENTER..X,C..CENTER..Y) =
(’Bruce’,5,C..CENTER..Y,C..CENTER..X)
WHERE ID = 999
Related reference:
v “Expressions” in the SQL Reference, Volume 1
v “Search conditions” in the SQL Reference, Volume 1
v “Subselect” in the SQL Reference, Volume 1
v “ALTER TABLE” on page 40
v “CREATE VIEW” on page 432
v “DECLARE CURSOR” on page 448
v “INSERT” on page 562
v “SQLCA (SQL communications area)” in the SQL Reference, Volume 1
v “Assignments and comparisons” in the SQL Reference, Volume 1
Related samples:
v “dbinline.sqc -- How to use inline SQL Procedure Language (C)”
v “spserver.sqc -- Definition of various types of stored procedures (C)”
v “tbmod.sqc -- How to modify table data (C)”
v “tut_mod.sqc -- How to modify table data (C)”
v “dtstruct.sqC -- Create, use, drop a hierarchy of structured types and typed
tables (C++)”
v “spserver.sqC -- Definition of various types of stored procedures (C++)”
v “tbmod.sqC -- How to modify table data (C++)”
v “tut_mod.sqC -- How to modify table data (C++)”
v “SpServer.java -- Provide a variety of types of stored procedures to be called
from (JDBC)”
v “TbMod.java -- How to modify table data (JDBC)”
v “TutMod.java -- Modify data in a table (JDBC)”
v “SpServer.sqlj -- Provide a variety of types of stored procedures to be called
from (SQLj)”
v “TbMod.sqlj -- How to modify table data (SQLj)”
v “TutMod.sqlj -- Modify data in a table (SQLj)”
v “tbmod.c -- How to modify table data”
v “tut_mod.c -- How to modify table data”
v “updat.sqb -- How to update, delete and insert table data (MF COBOL)”
v “varinp.sqb -- How to update table data using parameter markers (MF COBOL)”
Statements 721
VALUES
VALUES
The VALUES statement is a form of query. It can be embedded in an application
program or issued interactively.
Related reference:
v “Fullselect” in the SQL Reference, Volume 1
Related samples:
v “dtlob.c -- How to read and write LOB data”
v “dtlob.sqc -- How to use the LOB data type (C)”
v “fnuse.sqc -- How to use built-in SQL functions (C)”
v “spserver.sqc -- Definition of various types of stored procedures (C)”
v “dtlob.sqC -- How to use the LOB data type (C++)”
v “fnuse.sqC -- How to use built-in SQL functions (C++)”
v “spserver.sqC -- Definition of various types of stored procedures (C++)”
v “lobloc.sqb -- Demonstrates the use of LOB locators (MF COBOL)”
VALUES INTO
The VALUES INTO statement produces a result table consisting of at most one row
and assigns the values in that row to host variables.
Invocation:
Authorization:
None required.
Syntax:
( expression )
Description:
VALUES
Introduces a single row consisting of one of more columns.
expression
An expression that defines a single value of a one column result table.
(expression,...)
One or more expressions that define the values for one or more columns of
the result table.
INTO
Introduces a list of host variables.
host-variable
Identifies a variable that is described in the program under the rules for
declaring host variables.
The first value in the result row is assigned to the first variable in the list,
the second value to the second variable, and so on. If the number of host
variables is less than the number of column values, the value 'W' is
assigned to the SQLWARN3 field of the SQLCA.
Each assignment to a variable is made in sequence through the list. If an
error occurs, no value is assigned to any host variable.
Examples:
Example 1: This C example retrieves the value of the CURRENT PATH special
register into a host variable.
EXEC SQL VALUES(CURRENT PATH)
INTO :hvl;
Example 2: This C example retrieves a portion of a LOB field into a host variable,
exploiting the LOB locator for deferred retrieval.
Statements 723
VALUES INTO
Related reference:
v “SQLCA (SQL communications area)” in the SQL Reference, Volume 1
v “Assignments and comparisons” in the SQL Reference, Volume 1
WHENEVER
The WHENEVER statement specifies the action to be taken when a specified
exception condition occurs.
Invocation:
Authorization:
None required.
Syntax:
Description:
The NOT FOUND, SQLERROR, or SQLWARNING clause is used to identify the
type of exception condition.
NOT FOUND
Identifies any condition that results in an SQLCODE of +100 or an SQLSTATE
of '02000'.
SQLERROR
Identifies any condition that results in a negative SQLCODE.
SQLWARNING
Identifies any condition that results in a warning condition (SQLWARN0 is
'W'), or that results in a positive SQL return code other than +100.
Notes:
Statements 725
WHENEVER
An SQL statement is within the scope of the last WHENEVER statement of each
type that is specified before that SQL statement in the source program. If a
WHENEVER statement of some type is not specified before an SQL statement, that
SQL statement is within the scope of an implicit WHENEVER statement of that
type in which CONTINUE is specified.
Example:
Related samples:
v “outsrv.sqb -- Demonstrates stored procedures using the SQLDA structure (MF
COBOL)”
v “spserver.sqc -- Definition of various types of stored procedures (C)”
v “spserver.sqC -- Definition of various types of stored procedures (C++)”
WHILE
The WHILE statement repeats the execution of a statement or group of statements
while a specified condition is true.
Invocation:
Authorization:
Syntax:
SQL-routine-statement:
SQL-procedure-statement ;
SQL-function-statement ;
Description:
label
Specifies the label for the WHILE statement. If the beginning label is specified,
it can be specified in LEAVE and ITERATE statements. If the ending label is
specified, it must be the same as the beginning label.
search-condition
Specifies a condition that is evaluated before each execution of the loop. If the
condition is true, the SQL-procedure-statements in the loop are processed.
SQL-procedure-statement
Specifies the SQL statements to execute within the loop. SQL-procedure-
statement is only applicable when in the context of an SQL procedure. See
SQL-procedure-statement in the description of the Compound SQL (Procedure)
statement.
SQL-function-statement
Specifies the SQL statements to execute within the loop. SQL-function-statement
is only applicable when in the context of an SQL function or SQL method. See
SQL-function-statement in the description of the FOR statement.
Examples:
This example uses a WHILE statement to iterate through FETCH and SET
statements. While the value of SQL variable v_counter is less than half of number
of employees in the department identified by the IN parameter deptNumber, the
Statements 727
WHILE
WHILE statement continues to perform the FETCH and SET statements. When the
condition is no longer true, the flow of control leaves the WHILE statement and
closes the cursor.
CREATE PROCEDURE DEPT_MEDIAN
(IN deptNumber SMALLINT, OUT medianSalary DOUBLE)
LANGUAGE SQL
BEGIN
DECLARE v_numRecords INTEGER DEFAULT 1;
DECLARE v_counter INTEGER DEFAULT 0;
DECLARE c1 CURSOR FOR
SELECT CAST(salary AS DOUBLE)
FROM staff
WHERE DEPT = deptNumber
ORDER BY salary;
DECLARE EXIT HANDLER FOR NOT FOUND
SET medianSalary = 6666;
SET medianSalary = 0;
SELECT COUNT(*) INTO v_numRecords
FROM staff
WHERE DEPT = deptNumber;
OPEN c1;
WHILE v_counter < (v_numRecords / 2 + 1) DO
FETCH c1 INTO medianSalary;
SET v_counter = v_counter + 1;
END WHILE;
CLOSE c1;
END
Related reference:
v “Compound SQL (Procedure)” on page 127
Related samples:
v “dbinline.sqc -- How to use inline SQL Procedure Language (C)”
You can access additional DB2 Universal Database™ technical information such as
technotes, white papers, and Redbooks™ online at ibm.com®. Access the DB2
Information Management software library site at
www.ibm.com/software/data/pubs/.
| The Information Center is updated more frequently than either the PDF or the
| hardcopy books. To get the most current DB2 technical information, install the
| documentation updates as they become available or go to the DB2 Information
| Center at the www.ibm.com site.
Related concepts:
v “CLI sample programs” in the CLI Guide and Reference, Volume 1
v “Java sample programs” in the Application Development Guide: Building and
Running Applications
v “DB2 Information Center” on page 730
Related tasks:
v “Invoking contextual help from a DB2 tool” on page 747
Related reference:
v “DB2 PDF and printed documentation” on page 741
The DB2 Information Center has the following features if you view it in Mozilla 1.0
or later or Microsoft® Internet Explorer 5.5 or later. Some features require you to
enable support for JavaScript™:
Flexible installation options
You can choose to view the DB2 documentation using the option that best
meets your needs:
v To effortlessly ensure that your documentation is always up to date, you
can access all of your documentation directly from the DB2 Information
Center hosted on the IBM® Web site at
http://publib.boulder.ibm.com/infocenter/db2help/
v To minimize your update efforts and keep your network traffic within
your intranet, you can install the DB2 documentation on a single server
on your intranet
v To maximize your flexibility and reduce your dependence on network
connections, you can install the DB2 documentation on your own
computer
Search
| You can search all of the topics in the DB2 Information Center by entering
| a search term in the Search text field. You can retrieve exact matches by
| enclosing terms in quotation marks, and you can refine your search with
| wildcard operators (*, ?) and Boolean operators (AND, NOT, OR).
Task-oriented table of contents
| You can locate topics in the DB2 documentation from a single table of
| contents. The table of contents is organized primarily by the kind of tasks
| you may want to perform, but also includes entries for product overviews,
| goals, reference information, an index, and a glossary.
| v Product overviews describe the relationship between the available
| products in the DB2 family, the features offered by each of those
| products, and up to date release information for each of these products.
| v Goal categories such as installing, administering, and developing include
| topics that enable you to quickly complete tasks and develop a deeper
| understanding of the background information for completing those
| tasks.
For iSeries™ technical information, refer to the IBM eServer™ iSeries information
center at www.ibm.com/eserver/iseries/infocenter/.
Related concepts:
v “DB2 Information Center installation scenarios” on page 731
Related tasks:
v “Updating the DB2 Information Center installed on your computer or intranet
server” on page 739
v “Displaying topics in your preferred language in the DB2 Information Center”
on page 740
v “Invoking the DB2 Information Center” on page 738
v “Installing the DB2 Information Center using the DB2 Setup wizard (UNIX)” on
page 734
v “Installing the DB2 Information Center using the DB2 Setup wizard (Windows)”
on page 736
| Tsu-Chen owns a factory in a small town that does not have a local ISP to provide
| him with Internet access. He purchased DB2 Universal Database™ to manage his
| inventory, his product orders, his banking account information, and his business
| expenses. Never having used a DB2 product before, Tsu-Chen needs to learn how
| to do so from the DB2 product documentation.
| After installing DB2 Universal Database on his computer using the typical
| installation option, Tsu-Chen tries to access the DB2 documentation. However, his
| browser gives him an error message that the page he tried to open cannot be
| found. Tsu-Chen checks the installation manual for his DB2 product and discovers
| that he has to install the DB2 Information Center if he wants to access DB2
| documentation on his computer. He finds the DB2 Information Center CD in the
| media pack and installs it.
| From the application launcher for his operating system, Tsu-Chen now has access
| to the DB2 Information Center and can learn how to use his DB2 product to
| increase the success of his business.
| Scenario: Accessing the DB2 Information Center on the IBM Web site:
| Most of the businesses at which Colin teaches have Internet access. This situation
| influenced Colin’s decision to configure his mobile computer to access the DB2
| Information Center on the IBM Web site when he installed the latest version of
| DB2 Universal Database. This configuration allows Colin to have online access to
| the latest DB2 documentation during his seminars.
| Colin enjoys the flexibility of always having a copy of DB2 documentation at his
| disposal. Using the db2set command, he can easily configure the registry variables
| on his mobile computer to access the DB2 Information Center on either the IBM
| Web site, or his mobile computer, depending on his situation.
| Eva works as a senior database administrator for a life insurance company. Her
| administration responsibilities include installing and configuring the latest version
| of DB2 Universal Database on the company’s UNIX® database servers. Her
| company recently informed its employees that, for security reasons, it would not
| provide them with Internet access at work. Because her company has a networked
| environment, Eva decides to install a copy of the DB2 Information Center on an
| intranet server so that all employees in the company who use the company’s data
| warehouse on a regular basis (sales representatives, sales managers, and business
| analysts) have access to DB2 documentation.
| Eva instructs her database team to install the latest version of DB2 Universal
| Database on all of the employee’s computers using a response file, to ensure that
| each computer is configured to access the DB2 Information Center using the host
| name and the port number of the intranet server.
| Related concepts:
| v “DB2 Information Center” on page 730
| Related tasks:
| v “Updating the DB2 Information Center installed on your computer or intranet
| server” on page 739
| v “Installing the DB2 Information Center using the DB2 Setup wizard (UNIX)” on
| page 734
| v “Installing the DB2 Information Center using the DB2 Setup wizard (Windows)”
| on page 736
| v “Setting the location for accessing the DB2 Information Center: Common GUI
| help”
| Related reference:
| v “db2set - DB2 Profile Registry Command” in the Command Reference
| Prerequisites:
| This section lists the hardware, operating system, software, and communication
| requirements for installing the DB2 Information Center on UNIX computers.
| v Hardware requirements
| You require one of the following processors:
| – PowerPC (AIX)
| – HP 9000 (HP-UX)
| – Intel 32–bit (Linux)
| – Solaris UltraSPARC computers (Solaris Operating Environment)
| v Operating system requirements
| You require one of the following operating systems:
| – IBM AIX 5.1 (on PowerPC)
| – HP-UX 11i (on HP 9000)
| – Red Hat Linux 8.0 (on Intel 32–bit)
| – SuSE Linux 8.1 (on Intel 32–bit)
| – Sun Solaris Version 8 (on Solaris Operating Environment UltraSPARC
| computers)
| Note: The DB2 Information Center runs on a subset of the UNIX operating
| systems on which DB2 clients are supported. It is therefore recommended
| that you either access the DB2 Information Center from the IBM Web site,
| or that you install and access the DB2 Information Center on an intranet
| server.
| v Software requirements
| – The following browser is supported:
| - Mozilla Version 1.0 or greater
| v The DB2 Setup wizard is a graphical installer. You must have an implementation
| of the X Window System software capable of rendering a graphical user
| interface for the DB2 Setup wizard to run on your computer. Before you can run
| the DB2 Setup wizard you must ensure that you have properly exported your
| display. For example, enter the following command at the command prompt:
| export DISPLAY=9.26.163.144:0.
| v Communication requirements
| – TCP/IP
| Procedure:
| To install the DB2 Information Center using the DB2 Setup wizard:
| You can also install the DB2 Information Center using a response file.
| The db2setup.log file captures all DB2 product installation information, including
| errors. The db2setup.his file records all DB2 product installations on your
| computer. DB2 appends the db2setup.log file to the db2setup.his file. The
| db2setup.err file captures any error output that is returned by Java, for example,
| exceptions and trap information.
| When the installation is complete, the DB2 Information Center will be installed in
| one of the following directories, depending upon your UNIX operating system:
| v AIX: /usr/opt/db2_08_01
| v HP-UX: /opt/IBM/db2/V8.1
| v Linux: /opt/IBM/db2/V8.1
| v Solaris Operating Environment: /opt/IBM/db2/V8.1
| Related concepts:
| v “DB2 Information Center” on page 730
| v “DB2 Information Center installation scenarios” on page 731
Appendix A. DB2 Universal Database technical information 735
| Related tasks:
| v “Installing DB2 using a response file (UNIX)” in the Installation and Configuration
| Supplement
| v “Updating the DB2 Information Center installed on your computer or intranet
| server” on page 739
| v “Displaying topics in your preferred language in the DB2 Information Center”
| on page 740
| v “Invoking the DB2 Information Center” on page 738
| v “Installing the DB2 Information Center using the DB2 Setup wizard (Windows)”
| on page 736
| Installing the DB2 Information Center using the DB2 Setup wizard
| (Windows)
| DB2 product documentation can be accessed in three ways: on the IBM Web site,
| on an intranet server, or on a version installed on your computer. By default, DB2
| products access DB2 documentation on the IBM Web site. If you want to access the
| DB2 documentation on an intranet server or on your own computer, you must
| install the DB2 documentation from the DB2 Information Center CD. Using the DB2
| Setup wizard, you can define your installation preferences and install the DB2
| Information Center on a computer that uses a Windows operating system.
| Prerequisites:
| This section lists the hardware, operating system, software, and communication
| requirements for installing the DB2 Information Center on Windows.
| v Hardware requirements
| You require one of the following processors:
| – 32-bit computers: a Pentium or Pentium compatible CPU
| v Operating system requirements
| You require one of the following operating systems:
| – Windows 2000
| – Windows XP
| Note: The DB2 Information Center runs on a subset of the Windows operating
| systems on which DB2 clients are supported. It is therefore recommended
| that you either access the DB2 Information Center on the IBM Web site, or
| that you install and access the DB2 Information Center on an intranet
| server.
| v Software requirements
| – The following browsers are supported:
| - Mozilla 1.0 or greater
| - Internet Explorer Version 5.5 or 6.0 (Version 6.0 for Windows XP)
| v Communication requirements
| – TCP/IP
| Restrictions:
| v You require an account with administrative privileges to install the DB2
| Information Center.
| To install the DB2 Information Center using the DB2 Setup wizard:
| 1. Log on to the system with the account that you have defined for the DB2
| Information Center installation.
| 2. Insert the CD into the drive. If enabled, the auto-run feature starts the IBM
| DB2 Setup Launchpad.
| 3. The DB2 Setup wizard determines the system language and launches the
| setup program for that language. If you want to run the setup program in a
| language other than English, or the setup program fails to auto-start, you can
| start the DB2 Setup wizard manually.
| To start the DB2 Setup wizard manually:
| a. Click Start and select Run.
| b. In the Open field, type the following command:
| x:\setup.exe /i 2-letter language identifier
| You can install the DB2 Information Center using a response file. You can also use
| the db2rspgn command to generate a response file based on an existing
| installation.
| For information on errors encountered during installation, see the db2.log and
| db2wi.log files located in the ’My Documents’\DB2LOG\ directory. The location of
| the ’My Documents’ directory will depend on the settings on your computer.
| The db2wi.log file captures the most recent DB2 installation information. The
| db2.log captures the history of DB2 product installations.
| Related tasks:
| v “Installing a DB2 product using a response file (Windows)” in the Installation and
| Configuration Supplement
| v “Updating the DB2 Information Center installed on your computer or intranet
| server” on page 739
| v “Displaying topics in your preferred language in the DB2 Information Center”
| on page 740
| v “Invoking the DB2 Information Center” on page 738
| v “Installing the DB2 Information Center using the DB2 Setup wizard (UNIX)” on
| page 734
| Related reference:
| v “db2rspgn - Response File Generator Command (Windows)” in the Command
| Reference
You can invoke the DB2 Information Center from one of the following places:
v Computers on which a DB2 UDB client or server is installed
v An intranet server or local computer on which the DB2 Information Center
installed
v The IBM Web site
Prerequisites:
Procedure:
To invoke the DB2 Information Center on a computer on which a DB2 UDB client
or server is installed:
v From the Start Menu (Windows operating system): Click Start — Programs —
IBM DB2 — Information — Information Center.
v From the command line prompt:
– For Linux and UNIX operating systems, issue the db2icdocs command.
– For the Windows operating system, issue the db2icdocs.exe command.
To open the DB2 Information Center on the IBM Web site in a Web browser:
v Open the Web page at publib.boulder.ibm.com/infocenter/db2help/.
Related concepts:
v “DB2 Information Center” on page 730
v “DB2 Information Center installation scenarios” on page 731
Related tasks:
v “Invoking contextual help from a DB2 tool” on page 747
v “Updating the DB2 Information Center installed on your computer or intranet
server” on page 739
v “Invoking command help from the command line processor” on page 749
v “Setting the location for accessing the DB2 Information Center: Common GUI
help”
Related reference:
v “HELP Command” in the Command Reference
Prerequisites:
Procedure:
Related concepts:
v “DB2 Information Center installation scenarios” on page 731
Related tasks:
v “Invoking the DB2 Information Center” on page 738
v “Installing the DB2 Information Center using the DB2 Setup wizard (UNIX)” on
page 734
v “Installing the DB2 Information Center using the DB2 Setup wizard (Windows)”
on page 736
| Procedure:
| Note: Adding a language does not guarantee that the computer has the fonts
| required to display the topics in the preferred language.
| v To move a language to the top of the list, select the language and click the
| Move Up button until the language is first in the list of languages.
| 3. Refresh the page to display the DB2 Information Center in your preferred
| language.
| Related concepts:
| v “DB2 Information Center” on page 730
The following tables describe, for each book in the DB2 library, the information
needed to order the hard copy, or to print or view the PDF for that book. A full
description of each of the books in the DB2 library is available from the IBM
Publications Center at www.ibm.com/shop/publications/order
| Administration information
The information in these books covers those topics required to effectively design,
implement, and maintain DB2 databases, data warehouses, and federated systems.
Table 14. Administration information
Name Form number PDF file name
IBM DB2 Universal Database SC09-4822 db2d1x81
Administration Guide: Planning
Tutorial information
Tutorial information introduces DB2 features and teaches how to perform various
tasks.
Table 19. Tutorial information
Name Form number PDF file name
Business Intelligence Tutorial: No form number db2tux81
Introduction to the Data
Warehouse
Business Intelligence Tutorial: No form number db2tax81
Extended Lessons in Data
Warehousing
Information Catalog Center No form number db2aix81
Tutorial
Video Central for e-business No form number db2twx81
Tutorial
Visual Explain Tutorial No form number db2tvx81
Release notes
The release notes provide additional information specific to your product’s release
and FixPak level. The release notes also provide summaries of the documentation
updates incorporated in each release, update, and FixPak.
Table 21. Release notes
Name Form number PDF file name
DB2 Release Notes See note. See note.
DB2 Installation Notes Available on product Not available.
CD-ROM only.
To view the Release Notes in text format on UNIX-based platforms, see the
Release.Notes file. This file is located in the DB2DIR/Readme/%L directory,
where %L represents the locale name and DB2DIR represents:
v For AIX operating systems: /usr/opt/db2_08_01
v For all other UNIX-based operating systems: /opt/IBM/db2/V8.1
Related concepts:
v “DB2 documentation and help” on page 729
Related tasks:
v “Printing DB2 books from PDF files” on page 746
v “Ordering printed DB2 books” on page 746
v “Invoking contextual help from a DB2 tool” on page 747
Prerequisites:
Ensure that you have Adobe Acrobat Reader installed. If you need to install Adobe
Acrobat Reader, it is available from the Adobe Web site at www.adobe.com
Procedure:
Related concepts:
v “DB2 Information Center” on page 730
Related tasks:
v “Mounting the CD-ROM (AIX)” in the Quick Beginnings for DB2 Servers
v “Mounting the CD-ROM (HP-UX)” in the Quick Beginnings for DB2 Servers
v “Mounting the CD-ROM (Linux)” in the Quick Beginnings for DB2 Servers
v “Ordering printed DB2 books” on page 746
v “Mounting the CD-ROM (Solaris Operating Environment)” in the Quick
Beginnings for DB2 Servers
Related reference:
v “DB2 PDF and printed documentation” on page 741
Procedure:
| Printed books can be ordered in some countries or regions. Check the IBM
| Publications website for your country or region to see if this service is available in
| your country or region. When the publications are available for ordering, you can:
| v Contact your IBM authorized dealer or marketing representative. To find a local
| IBM representative, check the IBM Worldwide Directory of Contacts at
| www.ibm.com/planetwide
| v Phone 1-800-879-2755 in the United States or 1-800-IBM-4YOU in Canada.
At the time the DB2 product becomes available, the printed books are the same as
those that are available in PDF format on the DB2 PDF Documentation CD. Content
in the printed books that appears in the DB2 Information Center CD is also the
same. However, there is some additional content available in DB2 Information
Center CD that does not appear anywhere in the PDF books (for example, SQL
Administration routines and HTML samples). Not all books available on the DB2
PDF Documentation CD are available for ordering in hardcopy.
Note: The DB2 Information Center is updated more frequently than either the PDF
or the hardcopy books; install documentation updates as they become
available or refer to the DB2 Information Center at
http://publib.boulder.ibm.com/infocenter/db2help/ to get the most current
information.
Related tasks:
v “Printing DB2 books from PDF files” on page 746
Related reference:
v “DB2 PDF and printed documentation” on page 741
Procedure:
Related tasks:
v “Invoking the DB2 Information Center” on page 738
v “Invoking message help from the command line processor” on page 748
v “Invoking command help from the command line processor” on page 749
v “Invoking SQL state help from the command line processor” on page 749
v “Access to the DB2 Information Center: Concepts help”
v “How to use the DB2 UDB help: Common GUI help”
v “Setting the location for accessing the DB2 Information Center: Common GUI
help”
v “Setting up access to DB2 contextual help and documentation: Common GUI
help”
| Procedure:
| To invoke message help, open the command line processor and enter:
| ? XXXnnnnn
| Related concepts:
| v “Introduction to messages” in the Message Reference Volume 1
| Related reference:
| v “db2 - Command Line Processor Invocation Command” in the Command
| Reference
| Procedure:
| To invoke command help, open the command line processor and enter:
| ? command
| For example, ? catalog displays help for all of the CATALOG commands, while ?
| catalog database displays help only for the CATALOG DATABASE command.
| Related tasks:
| v “Invoking contextual help from a DB2 tool” on page 747
| v “Invoking the DB2 Information Center” on page 738
| v “Invoking message help from the command line processor” on page 748
| v “Invoking SQL state help from the command line processor” on page 749
| Related reference:
| v “db2 - Command Line Processor Invocation Command” in the Command
| Reference
| Procedure:
| To invoke SQL state help, open the command line processor and enter:
| ? sqlstate or ? class code
| where sqlstate represents a valid five-digit SQL state and class code represents the
| first two digits of the SQL state.
| For example, ? 08003 displays help for the 08003 SQL state, and ? 08 displays help
| for the 08 class code.
| Related tasks:
| v “Invoking the DB2 Information Center” on page 738
| v “Invoking message help from the command line processor” on page 748
| v “Invoking command help from the command line processor” on page 749
DB2 tutorials
The DB2® tutorials help you learn about various aspects of DB2 Universal
Database. The tutorials provide lessons with step-by-step instructions in the areas
of developing applications, tuning SQL query performance, working with data
warehouses, managing metadata, and developing Web services using DB2.
You can view the XHTML versions of the tutorials from the Information Center at
http://publib.boulder.ibm.com/infocenter/db2help/.
Some tutorial lessons use sample data or code. See each tutorial for a description
of any prerequisites for its specific tasks.
Related concepts:
v “DB2 Information Center” on page 730
v “Introduction to problem determination - DB2 Technical Support tutorial” in the
Troubleshooting Guide
Accessibility
Accessibility features help users with physical disabilities, such as restricted
mobility or limited vision, to use software products successfully. The following list
specifies the major accessibility features in DB2® Version 8 products:
v All DB2 functionality is available using the keyboard for navigation instead of
the mouse. For more information, see “Keyboard input and navigation.”
v You can customize the size and color of the fonts on DB2 user interfaces. For
more information, see “Accessible display.”
v DB2 products support accessibility applications that use the Java™ Accessibility
API. For more information, see “Compatibility with assistive technologies” on
page 752.
v DB2 documentation is provided in an accessible format. For more information,
see “Accessible documentation” on page 752.
| For more information about using keys or key combinations to perform operations,
| see Keyboard shortcuts and accelerators: Common GUI help.
Keyboard navigation
You can navigate the DB2 tools user interface using keys or key combinations.
For more information about using keys or key combinations to navigate the DB2
Tools, see Keyboard shortcuts and accelerators: Common GUI help.
Keyboard focus
In UNIX® operating systems, the area of the active window where your keystrokes
will have an effect is highlighted.
Accessible display
The DB2 tools have features that improve accessibility for users with low vision or
other visual impairments. These accessibility enhancements include support for
customizable font properties.
For more information about specifying font settings, see Changing the fonts for
menus and text: Common GUI help.
Non-dependence on color
You do not need to distinguish between colors in order to use any of the functions
in this product.
Accessible documentation
Documentation for DB2 is provided in XHTML 1.0 format, which is viewable in
most Web browsers. XHTML allows you to view documentation according to the
display preferences set in your browser. It also allows you to use screen readers
and other assistive technologies.
Syntax diagrams are provided in dotted decimal format. This format is available
only if you are accessing the online documentation using a screen-reader.
Related concepts:
v “Dotted decimal syntax diagrams” on page 752
Related tasks:
v “Keyboard shortcuts and accelerators: Common GUI help”
v “Changing the fonts for menus and text: Common GUI help”
| In dotted decimal format, each syntax element is written on a separate line. If two
| or more syntax elements are always present together (or always absent together),
| they can appear on the same line, because they can be considered as a single
| compound syntax element.
| Each line starts with a dotted decimal number; for example, 3 or 3.1 or 3.1.1. To
| hear these numbers correctly, make sure that your screen reader is set to read out
| punctuation. All the syntax elements that have the same dotted decimal number
| (for example, all the syntax elements that have the number 3.1) are mutually
| exclusive alternatives. If you hear the lines 3.1 USERID and 3.1 SYSTEMID, you
| know that your syntax can include either USERID or SYSTEMID, but not both.
| The dotted decimal numbering level denotes the level of nesting. For example, if a
| syntax element with dotted decimal number 3 is followed by a series of syntax
| elements with dotted decimal number 3.1, all the syntax elements numbered 3.1
| are subordinate to the syntax element numbered 3.
| The following words and symbols are used next to the dotted decimal numbers:
| v ? means an optional syntax element. A dotted decimal number followed by the ?
| symbol indicates that all the syntax elements with a corresponding dotted
| decimal number, and any subordinate syntax elements, are optional. If there is
| only one syntax element with a dotted decimal number, the ? symbol is
| displayed on the same line as the syntax element, (for example 5? NOTIFY). If
| there is more than one syntax element with a dotted decimal number, the ?
| symbol is displayed on a line by itself, followed by the syntax elements that are
| optional. For example, if you hear the lines 5 ?, 5 NOTIFY, and 5 UPDATE, you
| know that syntax elements NOTIFY and UPDATE are optional; that is, you can
| choose one or none of them. The ? symbol is equivalent to a bypass line in a
| railroad diagram.
| v ! means a default syntax element. A dotted decimal number followed by the !
| symbol and a syntax element indicates that the syntax element is the default
| option for all syntax elements that share the same dotted decimal number. Only
| one of the syntax elements that share the same dotted decimal number can
| specify a ! symbol. For example, if you hear the lines 2? FILE, 2.1! (KEEP), and
| 2.1 (DELETE), you know that (KEEP) is the default option for the FILE keyword.
| In this example, if you include the FILE keyword but do not specify an option,
| default option KEEP will be applied. A default option also applies to the next
| higher dotted decimal number. In this example, if the FILE keyword is omitted,
| default FILE(KEEP) is used. However, if you hear the lines 2? FILE, 2.1, 2.1.1!
| (KEEP), and 2.1.1 (DELETE), the default option KEEP only applies to the next
| higher dotted decimal number, 2.1 (which does not have an associated
| keyword), and does not apply to 2? FILE. Nothing is used if the keyword FILE
| is omitted.
| v * means a syntax element that can be repeated 0 or more times. A dotted
| decimal number followed by the * symbol indicates that this syntax element can
| be used zero or more times; that is, it is optional and can be repeated. For
| example, if you hear the line 5.1* data area, you know that you can include one
| Related concepts:
| v “Accessibility” on page 751
| Related tasks:
| v “Keyboard shortcuts and accelerators: Common GUI help”
| Related reference:
| v “How to read the syntax diagrams” on page vi
IBM may have patents or pending patent applications covering subject matter
described in this document. The furnishing of this document does not give you
any license to these patents. You can send license inquiries, in writing, to:
IBM Director of Licensing
IBM Corporation
North Castle Drive
Armonk, NY 10504-1785
U.S.A.
For license inquiries regarding double-byte (DBCS) information, contact the IBM
Intellectual Property Department in your country/region or send inquiries, in
writing, to:
IBM World Trade Asia Corporation
Licensing
2-31 Roppongi 3-chome, Minato-ku
Tokyo 106, Japan
The following paragraph does not apply to the United Kingdom or any other
country/region where such provisions are inconsistent with local law:
INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS
PUBLICATION “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER
EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS
FOR A PARTICULAR PURPOSE. Some states do not allow disclaimer of express or
implied warranties in certain transactions; therefore, this statement may not apply
to you.
Any references in this information to non-IBM Web sites are provided for
convenience only and do not in any manner serve as an endorsement of those Web
sites. The materials at those Web sites are not part of the materials for this IBM
product, and use of those Web sites is at your own risk.
IBM may use or distribute any of the information you supply in any way it
believes appropriate without incurring any obligation to you.
The licensed program described in this document and all licensed material
available for it are provided by IBM under terms of the IBM Customer Agreement,
IBM International Program License Agreement, or any equivalent agreement
between us.
All statements regarding IBM’s future direction or intent are subject to change or
withdrawal without notice, and represent goals and objectives only.
This information may contain examples of data and reports used in daily business
operations. To illustrate them as completely as possible, the examples include the
names of individuals, companies, brands, and products. All of these names are
fictitious, and any similarity to the names and addresses used by an actual
business enterprise is entirely coincidental.
COPYRIGHT LICENSE:
Each copy or any portion of these sample programs or any derivative work must
include a copyright notice as follows:
Trademarks
The following terms are trademarks of International Business Machines
Corporation in the United States, other countries, or both, and have been used in
at least one of the documents in the DB2 UDB documentation library.
ACF/VTAM iSeries
AISPO LAN Distance
AIX MVS
AIXwindows MVS/ESA
AnyNet MVS/XA
APPN Net.Data
AS/400 NetView
BookManager OS/390
C Set++ OS/400
C/370 PowerPC
CICS pSeries
Database 2 QBIC
DataHub QMF
DataJoiner RACF
DataPropagator RISC System/6000
DataRefresher RS/6000
DB2 S/370
DB2 Connect SP
DB2 Extenders SQL/400
DB2 OLAP Server SQL/DS
DB2 Information Integrator System/370
DB2 Query Patroller System/390
DB2 Universal Database SystemView
Distributed Relational Tivoli
Database Architecture VisualAge
DRDA VM/ESA
eServer VSE/ESA
Extended Services VTAM
FFST WebExplorer
First Failure Support Technology WebSphere
IBM WIN-OS/2
IMS z/OS
IMS/ESA zSeries
Microsoft, Windows, Windows NT, and the Windows logo are trademarks of
Microsoft Corporation in the United States, other countries, or both.
Intel and Pentium are trademarks of Intel Corporation in the United States, other
countries, or both.
Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the
United States, other countries, or both.
Index 761
exception tables
SET INTEGRITY statement 679
G host variables (continued)
statement string, PREPARE
EXCLUSIVE MODE connection 135 GBPCACHE statement 592
EXCLUSIVE option, LOCK TABLE in CREATE INDEX statement 252 substitution for parameter
statement 574 generated columns markers 501
executable SQL statement 6 CREATE TABLE statement 316
EXECUTE IMMEDIATE statement GET DIAGNOSTICS statement 524
GO TO clause
description 507
embedded usage 6 WHENEVER statement 725 I
GOTO statement 527 IDENTITY columns
EXECUTE statement
GRANT (Routine Privileges) statement CREATE TABLE statement 316
description 501
description 538 IF statement 558
embedded usage 6
GRANT (Schema Privileges) statement implicit connections
executing
description 542 CONNECT statement 135
revoking package privileges 621
GRANT (Sequence Privileges) statement implicit schemas
execution
description 545 GRANT (Database Authorities)
package privileges 535
GRANT (Server Privileges) statement statement 529
EXPLAIN statement 510
description 547 REVOKE (Database Authorities)
explainable statements 510
GRANT (Table Space Privileges) statement 615
EXTEND USING clause
statement IN
CREATE INDEX statement 252
description 549 in CREATE TABLE statement 316
extended storage
GRANT statement IN EXCLUSIVE MODE clause, LOCK
CREATE BUFFERPOOL
CONTROL ON INDEX TABLE statement 574
statement 152
description 533 IN SHARE MODE clause, LOCK TABLE
extended storage buffer pools 13
CREATE ON SCHEMA 542 statement 574
database authority INCLUDE clause
description 529 CREATE INDEX statement 252
F Nickname Privileges 551 INCLUDE statement 560
FETCH statement Package Privileges INDEX clause
cursor prerequisites for description 535 COMMENT statement 106
executing 515 Table Privileges 551 CREATE INDEX statement 252
description 515 Table, View or Nickname Privileges GRANT statement (Table, View or
FIELDPROC clause description 551 Nickname) 551
in ALTER TABLE statement 40 View Privileges 551 REVOKE statement, removing
FLOAT data type 316 GRAPHIC data type privileges 635
FLUSH EVENT MONITOR for CREATE TABLE 316 INDEX keyword
statement 518 DROP statement 476
FLUSH PACKAGE CACHE index name
statement 519
FOR BIT DATA clause, CREATE TABLE
H primary key constraint 316
unique constraint 316
statement 316 handlers indexes
FOR clause, CREATE TABLE declaring 127 catalog specification comments,
statement 316 hashing on partition keys 316 adding 106
FOR statement 520 help correspondence to inserted row
FOREIGN KEY clause 316 displaying 738, 740 values 562
foreign keys for commands 749 deleting
adding with ALTER TABLE 40 for messages 748 using the DROP statement 476
constraint name conventions 316 for SQL statements 749 grant control 533, 551
dropping with ALTER TABLE 40 host labels with GO TO clause 725 primary key, use in matching 40
FREE LOCATOR statement 523 host variables privileges
FREEPAGE in CREATE INDEX assigning values from a row 647, 723 revoking 619
statement 252 declaration rules, related to renaming 606
FROM clause cursor 448 unique key, use in matching 40
DELETE statement 462 embedded SQL statements 6 indicator variables
fullselect embedded SQL statements, begin description 507
CREATE VIEW statement 432 declaration 94 Information Center
FUNCTION clause in COMMENT ON embedded SQL statements, end installing 731, 734, 736
statement 106 declaration 500 inoperative triggers 390
function designator syntax element viii embedded use, BEGIN DECLARE inoperative views 432
function templates SECTION 94 INSERT
description 247 EXECUTE IMMEDIATE inserting values 562
functions statement 507 restrictions leading to failure 562
adding comments to catalog 106 FETCH statement 515 INSERT clause
transform 383 inserting in rows, INSERT GRANT statement (Table, View or
statement 562 Nickname) 551
linking active set with cursor 587 REVOKE statement, removing
REXX applications 94 privileges 635
Index 763
precompiling PUBLIC clause (continued) REVOKE statement (continued)
INCLUDE statement, trigger 560 REVOKE statement (continued) schema privileges 627
including external text file 560 index privileges 619 server privileges 631
initiating and setting up SQLDA and maintenance in Date Warehouse table privileges 635
SQLCA 560 Center 635 table space privileges 633
PREPARE statement package privileges 615 view privileges 635
description 592 schema privileges 627 REXX language
dynamically declaring 592 END DECLARE SECTION,
embedded usage 6 prohibition 500
variable substitution in OPEN
statement 587
Q ROLLBACK statement
description 640
question mark (?), EXECUTE parameter
prepared SQL statements syntax 640
marker 501
executing 501 ROLLBACK TO SAVEPOINT statement
host variable substitution 501 description 640
obtaining information using row fullselect
DESCRIBE 469 R UPDATE statement 712
PRIMARY KEY clause read-only cursors, ambiguous 448 ROWCOUNT
ALTER TABLE statement 40 read-only views 432 GET DIAGNOSTICS statement 524
CREATE TABLE statement 316 REAL SQL data type rows
primary keys in the CREATE TABLE statement 316 assigning values to host variable,
adding with ALTER TABLE 40 records SELECT INTO 647
creating 316 locks to row data 562 assigning values to host variable,
dropping REFERENCES clause VALUES INTO 723
using ALTER TABLE 40 GRANT statement (Table, View or cursor in FETCH statement 587
grant add privileges 551 Nickname) 551 cursor, effect of closing on
grant drop privileges 551 REVOKE statement, removing FETCH 104
printed books, ordering 746 privileges 635 cursor, location in result table 448
printing referential constraints deleting 462
PDF files 746 adding comments to catalog 106 FETCH request, cursor row
privileges REFRESH TABLE statement selection 448
database description 601 grant privilege 551
effects of revoking 627 REFRESH DEFERRED 601 index keys with UNIQUE clause 252
INDEX REFRESH IMMEDIATE 601 indexes 252
effects of revoking 619 RELEASE (Connection) statement 603 inserting 562
package RELEASE SAVEPOINT statement 605 locks to row data, INSERT
effects of revoking 621 remote access statement 562
packages CONNECT statement locks, effect on cursor of WITH
rules 635 EXCLUSIVE MODE, dedicated HOLD 448
revoking 635 connection 135 restrictions leading to failure 562
table or view, effects of revoking 635 ON SINGLE DBPARTITIONNUM, updating column values, UPDATE
views, cascading effects of dedicated connection 135 statement 712
revoking 635 server information only, no
problem determination operand 135
online information 750
tutorials 750
SHARE MODE, read-only for
non-connector 135
S
SAVEPOINT statement
procedure successful connections 135
description 643
authorization for creating 286, 299 unsuccessful connections 135
savepoints
PROCEDURE clause, COMMENT RENAME statement 606
releasing 605
statement 106 RENAME TABLESPACE statement 608
ROLLBACK TO SAVEPOINT 640
procedure compound statement 127 REPEAT statement 609
SCHEMA clause
procedure designator syntax RESIGNAL statement 611
COMMENT statement 106
element viii RESTRICT delete rule 316
DROP statement 476
procedures result sets
schemas
creating, syntax 286, 299 returning from a SQL procedure 127
adding comments to catalog 106
PROGRAM TYPE RESULTSTATUS parameter 524
CREATE SCHEMA statement 305
in CREATE FUNCTION (External return codes
implicit
Scalar) statement 181 embedded statements 6
granting authority 529
in CREATE FUNCTION (External executable SQL statements 6
revoking authority 615
Table) statement 204 RETURN statement 613
scope
PROGRAM, in DROP statement 476 returning result sets
adding with ALTER TABLE
PUBLIC AT ALL LOCATIONS from SQL procedures 127
statement 40
GRANT statement 551 REVOKE statement
adding with ALTER VIEW
PUBLIC clause database authorities 615
statement 88
GRANT statement 529, 533, 535, 542, index privileges 619
CREATE VIEW statement 432
551 nickname privileges 635
defining with added column 40
REVOKE statement package privileges 621
defining with CREATE TABLE
database authorities 621 routine privileges 624
statement 316
Index 765
SQL statements (continued) SQL statements (continued) static SQL
CREATE USER MAPPING 430 SET CURRENT EXPLAIN DECLARE CURSOR statement 6
CREATE VIEW 432 SNAPSHOT 658 FETCH statement 6
CREATE WRAPPER 446 SET CURRENT FUNCTION invoking 6
DECLARE CURSOR 448 PATH 696 OPEN statement 6
DECLARE GLOBAL TEMPORARY SET CURRENT ISOLATION 660 select 6
TABLE 454 SET CURRENT MAINTAINED statements 6
DELETE 462 TABLE TYPES FOR STAY RESIDENT
DESCRIBE 469 OPTIMIZATION 663 CREATE FUNCTION (external scalar)
DISCONNECT 473 SET CURRENT PACKAGESET 669 statement 181
DROP 476 SET CURRENT PATH 696 CREATE FUNCTION (external table)
DROP TRANSFORM 476 SET CURRENT QUERY statement 204
embedded 6 OPTIMIZATION 671 CREATE PROCEDURE
END DECLARE SECTION 500 SET CURRENT REFRESH AGE 674 statement 286, 299
EXECUTE 501 SET ENCRYPTION PASSWORD 676 stop key value 261
EXECUTE IMMEDIATE 507 SET EVENT MONITOR STATE 677 storage
EXPLAIN 510 SET INTEGRITY 679 backing out, unit of work,
FETCH 515 SET PASSTHRU 694 ROLLBACK 640
FLUSH EVENT MONITOR 518 SET PATH 696 storage structures
FLUSH PACKAGE CACHE 519 SET SCHEMA 698 ALTER BUFFERPOOL statement 13
FREE LOCATOR 523 SET SERVER OPTION 700 ALTER TABLESPACE statement 72
GRANT (Database Authorities 529 SET SESSION CREATE BUFFERPOOL
GRANT (Index Privileges) 533 AUTHORIZATION 702 statement 152
GRANT (Nickname Privileges) 551 SET Variable 705 CREATE TABLESPACE
GRANT (Package Privileges) 535 supported 1 statement 374
GRANT (Routine Privileges) 538 UPDATE 712 stored procedures
GRANT (Schema Privileges) 542 VALUES 722 CALL statement 96
GRANT (Sequence Privileges) 545 VALUES INTO 723 CREATE PROCEDURE
GRANT (Server Privileges) 547 WHENEVER 725 statement 285
GRANT (Table Privileges) 551 WITH HOLD, cursor attribute 448 creating, syntax 286, 299
GRANT (Table Space Privileges) 549 SQL variables 118, 127 structured types
GRANT (View Privileges) 551 SQL92 standard CREATE TRANSFORM
INCLUDE 560 rules for dynamic SQL 698 statement 383
INSERT 562 SQLCA (SQL communication area) DROP statement 476
interactive entry 6 entry changed by UPDATE 712 summary tables
invoking 6 SQLCA clause definition 316
LOCK TABLE 574 INCLUDE statement 560 supported SQL statements 1
MERGE 578 SQLCA structure SYNONYM, in DROP statement 476
OPEN 587 overview 6 synonyms
PREPARE 592 SQLCODE CREATE ALIAS statement 149
REFRESH TABLE 601 description 6 DROP ALIAS statement 476
RELEASE (Connection) 603 SQLDA (SQL descriptor area) syntax
RELEASE SAVEPOINT 605 FETCH statement 515 common elements viii
RENAME 606 host variable descriptions, OPEN description vi
RENAME TABLESPACE 608 statement 587 elements viii
REVOKE (Database Authorities) 615 required variables for DESCRIBE 469 function designator viii
REVOKE (Index Privileges) 619 SQLDA clause, INCLUDE statement 560 method designator viii
REVOKE (Nickname Privileges) 635 SQLERROR clause, WHENEVER procedure designator viii
REVOKE (Package Privileges) 621 statement 725 system-containers, CREATE
REVOKE (Routine Privileges) 624 SQLSTATE TABLESPACE statement 374
REVOKE (Schema Privileges) 627 description 6
REVOKE (Server Privileges) 631 SQLWARNING clause of WHENEVER
REVOKE (Table Privileges) 635
REVOKE (Table Space
statement 725
standards, setting rules for dynamic
T
TABLE clause
Privileges) 633 SQL 698
COMMENT statement 106
REVOKE (View Privileges) 635 start key value 261
CREATE FUNCTION (External Table)
ROLLBACK 640 statements
statement 204
ROLLBACK TO SAVEPOINT 640 ALTER WRAPPER 90
DROP statement 476
SAVEPOINT 643 LEAVE 572
TABLE HIERARCHY clause, DROP
SELECT INTO 647 SET CURRENT LOCK
statement 476
SET CONNECTION 649 TIMEOUT 661
table spaces
SET CONSTRAINTS 679 SET CURRENT PACKAGE
adding
SET CURRENT DEFAULT PATH 665
comments to catalog 106
TRANSFORM GROUP 651 strings
buffer pools 152
SET CURRENT DEGREE 653 creating 507
creating
SET CURRENT EXPLAIN PREPARE statement 592
CREATE TABLESPACE
MODE 655
statement 374
Index 767
views (continued)
read-only 432
revoking privileges 635
rules, revoking privilege 635
schemas 305
updatable 432
updating rows by columns, UPDATE
statement 712
WITH CHECK OPTION, effect on
UPDATE 712
W
warning messages
return codes 6
WHENEVER statement
changing flow of control 6
description 725
WHERE clause
DELETE statement 462
UPDATE statement, conditional
search 712
WHERE CURRENT OF clause
DELETE statement, use of DECLARE
CURSOR 462
UPDATE statement 712
WHILE statement 727
WITH CHECK OPTION clause, CREATE
VIEW statement 432
WITH clause
CREATE VIEW statement 432
INSERT statement 562
WITH DEFAULT clause, ALTER TABLE
statement 40
WITH GRANT OPTION clause, GRANT
statement 551
WITH HOLD clause, DECLARE CURSOR
statement 448
WITH OPTIONS clause
CREATE VIEW statement 432
WORK keyword, COMMIT
statement 116
Product information
Information regarding DB2 Universal Database products is available by telephone
or by the World Wide Web at http://www.ibm.com/software/data/db2/udb
This site contains the latest information on the technical library, ordering books,
product downloads, newsgroups, FixPaks, news, and links to web resources.
If you live in the U.S.A., then you can call one of the following numbers:
v 1-800-IBM-CALL (1-800-426-2255) to order products or to obtain general
information.
v 1-800-879-2755 to order publications.
For information on how to contact IBM outside of the United States, go to the IBM
Worldwide page at www.ibm.com/planetwide
Printed in USA
SC09-4845-01
Spine information:
® ™
IBM DB2 Universal Database SQL Reference, Volume 2 Version 8.2