63 lines
4.3 KiB
HTML
63 lines
4.3 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="reference" />
|
|
<meta name="DC.Title" content="Distributed relational database statements" />
|
|
<meta name="abstract" content="The statements included with the SQL language specifically support a distributed relational database." />
|
|
<meta name="description" content="The statements included with the SQL language specifically support a distributed relational database." />
|
|
<meta name="DC.subject" content=", UDB Query Manager and SQL Development Kit, DB2, distributed relational database statements" />
|
|
<meta name="keywords" content=", UDB Query Manager and SQL Development Kit, DB2, distributed relational database statements" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal1sdd.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal1cnct.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal1sqlaut.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal1wrkpkg.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rbal1drdastatement" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Distributed relational database statements</title>
|
|
</head>
|
|
<body id="rbal1drdastatement"><a name="rbal1drdastatement"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Distributed relational database statements</h1>
|
|
<div><p>The statements included with the SQL language specifically support
|
|
a distributed relational database.</p>
|
|
<div class="section"><p>These statements include:</p>
|
|
<ul><li>CONNECT</li>
|
|
<li>SET CONNECTION</li>
|
|
<li>RELEASE</li>
|
|
<li>DISCONNECT</li>
|
|
<li>DROP PACKAGE</li>
|
|
<li>GRANT EXECUTE ON PACKAGE</li>
|
|
<li>REVOKE EXECUTE ON PACKAGE</li>
|
|
</ul>
|
|
</div>
|
|
<div class="section"><p>The SQL CALL statement can be used locally, but its primary purpose
|
|
is to allow a procedure to be called on a remote server.</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbal1sdd.htm" title="During the precompile process of a distributed DB2 Universal Database for iSeries application, the i5/OS licensed program might build SQL packages to be run on an application server (AS).">SQL specific to distributed relational database and SQL CALL</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rbal1cnct.htm" title="What makes a distributed relational database application distributed is its ability to connect to a relational database on another server.">Connect to a distributed relational database</a></div>
|
|
<div><a href="rbal1sqlaut.htm" title="You can use either the SQL GRANT and REVOKE statements or the control language (CL) Grant Object Authority (GRTOBJAUT) and Revoke Object Authority (RVKOBJAUT) commands to grant and revoke a user's authority to relational database objects.">Authority to distributed relational database objects</a></div>
|
|
<div><a href="rbal1wrkpkg.htm" title="An SQL package is an SQL object used specifically by distributed relational database applications. It contains control structures for each SQL statement that accesses data on an application server (AS).">Work with SQL packages</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |