77 lines
5.4 KiB
HTML
77 lines
5.4 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
|
|
<title>Extended Dynamic Remote SQL (EDRS) APIs</title>
|
|
<!-- Begin Header Records ========================================== -->
|
|
<!-- 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. -->
|
|
<!-- Change History: -->
|
|
<!-- YYMMDD USERID Change description -->
|
|
<!-- 030218 JETAYLOR new for V5R3 -->
|
|
<!-- 030509 JETAYLOR replaced API and Exit listings with -->
|
|
<!-- pagegenerator output from javascript array -->
|
|
<!-- 030918 JETAYLOR replaced API and/or Exit listings with -->
|
|
<!-- pagegenerator output from javascript array -->
|
|
<!-- 031105 JETAYLOR replaced API and/or Exit listings with -->
|
|
<!-- pagegenerator output from javascript array -->
|
|
<!-- End Header Records -->
|
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
</head>
|
|
<body>
|
|
<!--Java sync-link ================================================= -->
|
|
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript">
|
|
</script>
|
|
|
|
|
|
|
|
<h2>Extended Dynamic Remote SQL (EDRS) APIs</h2>
|
|
|
|
<p>The EDRS APIs are:</p>
|
|
<!-- ***** NOTE ***** Do not manually update text or links in this section. -->
|
|
<!-- Updates made in this section *will* be overlaid by automated tools -->
|
|
<!-- Notify User Technologies of needed updates to be made in XML for API finder.-->
|
|
<!--***************API BEGIN PASTE***************-->
|
|
<ul>
|
|
<li><A HREF="qxdablok.htm">Block EDRS Access</A> (QxdaBlockEDRS) provides functions to allow client jobs to be temporarily suspended or switched to a backup server system in a client/server environment.</li>
|
|
<li><A HREF="qxdaprog.htm">Call Program</A> (QxdaCallProgramEDRS) is used to call a user-defined program on the database server system.</li>
|
|
<li><A HREF="QxdaCancelEDRS.htm">Cancel EDRS Request</A> (QxdaCancelEDRS) cancels a previous call to the QxdaProcessExtDynEDRS or QxdaProcessImmediateEDRS APIs.</li>
|
|
<li><A HREF="qxdachek.htm">Check EDRS Block Status</A> (QxdaCheckEDRSBlock) returns information about the availability status of a server system.</li>
|
|
<li><A HREF="qxdastat.htm">Check EDRS Block Status</A> (QxdaCheckEDRSStatus) returns information about the availability status of a server system based on the provided job-suspension user data.</li>
|
|
<li><A HREF="qxdacomm.htm">Commit EDRS Server</A> (QxdaCommitEDRS) is used to commit transactions on the database server.</li>
|
|
<li><A HREF="qxdaxacommit.htm ">Commit XA</A> (QxdaXACommit) commits work performed on behalf of the transaction branch identifier.</li>
|
|
<li><A HREF="qxdaconn.htm">Connect to EDRS Server</A> (QxdaConnectEDRS) is used to initiate a connection to a server system.</li>
|
|
<li><A HREF="qxdadisc.htm">Disconnect from EDRS Server</A> (QxdaDisconnectEDRS) is used to end a connection to a server system.</li>
|
|
<li><A HREF="qxdafndj.htm">Find EDRS Job</A> (QxdaFindEDRSJob) is used to find all jobs with user-defined data associated with the Connect to EDRS Server (QxdaConnectEDRS) API that matches the data passed to this API.</li>
|
|
<li><A HREF="qxdaxaforget.htm ">Forget XA</A> (QxdaXAForget) forgets about (or invalidates) a heuristically-completed transaction branch.</li>
|
|
<li><A HREF="qxdaxaprepare.htm ">Prepare XA</A> (QxdaXAPrepare) prepares for commitment any work performed on behalf of the transaction branch identifier.</li>
|
|
<li><A HREF="qxdasyst.htm">Process Command</A> (QxdaProcessCommand EDRS) is used to run a system command on the database server system.</li>
|
|
<li><A HREF="qxdaexec.htm">Process Immediate SQL Statement</A> (QxdaProcessImmediateEDRS) is used to run an SQL statement on the database server.</li>
|
|
<li><A HREF="qxdaextd.htm">Process Remote Extended Dynamic SQL</A> (QxdaProcessExtDynEDRS) is used to perform extended dynamic SQL operations on the database server system.</li>
|
|
<li><A HREF="qxdaxarecover.htm ">Recover XA</A> (QxdaXARecover) recovers a list of Transaction Branch Identifiers.</li>
|
|
<li><A HREF="qxdaroll.htm">Roll Back EDRS Server</A> (QxdaRollbackEDRS) is used to roll back transactions on the database server.</li>
|
|
<li><A HREF="qxdaxarollback.htm ">Rollback XA</A> (QxdaXARollback) rolls back work performed on behalf of the transaction branch identifier.</li>
|
|
<li><A HREF="qxdasetconnection.htm ">Set Connection</A> (QxdaSetConnection) allows you to perform create, end, suspend, and find operations related to XA transactions.</li>
|
|
<li><img src="delta.gif" alt="Start of change" border="0"><A HREF="qxdasetopt.htm">Set XDA Options</A> (QxdaSetOptions) allows you to set options related to XDA. <img src="deltaend.gif" ALT="End of change" border="0"></li>
|
|
</ul>
|
|
<!--***************API END PASTE***************-->
|
|
|
|
<br>
|
|
|
|
|
|
<hr>
|
|
<center>
|
|
<table cellpadding="2" cellspacing="2">
|
|
<tr align="center">
|
|
<td valign="middle" align="center"><a href="#Top_Of_Page">Top</a> |
|
|
<a href= "file1.htm">Database and File APIs</a> |<a href=
|
|
"aplist.htm">APIs by category</a></td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html>
|