65 lines
4.4 KiB
HTML
65 lines
4.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>Database Performance 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 -->
|
|
<!-- 031106 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>Database Performance APIs</h2>
|
|
|
|
<p>The Database Performance 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="qdbstcancelrequestedstatistics.htm">Cancel Requested Statistics Collections</A> (QDBSTCRS, QdbstCancelRequestedStatistics) cancels statistics collections that have been requested, but are not yet completed or not successfully completed.</li>
|
|
<li><A HREF="qqqcsdbm.htm">Clear SQL Database Monitor Statistics</A> (QQQCSDBM) clears and frees the associated memory area of the database monitor statistics.</li>
|
|
<li><A HREF="qdbstdeletestatistics.htm">Delete Statistics Collections</A> (QDBSTDS, QdbstDeleteStatistics) deletes existing completed statistics collections immediately.</li>
|
|
<li><A HREF="qqqdsdbm.htm">Dump SQL Database Monitor</A> (QQQDSDBM) dumps the SQL database monitor that has been gathered.</li>
|
|
<li><A HREF="qqqesdbm.htm">End SQL Database Monitor</A> (QQQESDBM) ends the memory-based SQL database monitor.</li>
|
|
<li><A HREF="qdbstlistrequestedstatistics.htm">List Requested Statistics Collections</A> (QDBSTLRS, QdbstListRequestedStatistics) lists all of the columns and combination of columns and file members that have background statistic collections requested, but not yet completed.</li>
|
|
<li><A HREF="qdbstlistdetailstatistics.htm">List Statistics Collection Details</A> (QDBSTLDS, QdbstListDetailStatistics) lists additional statistics data for a single statistics collection not returned by the List Statistics Collections (QDBSTLS, QdbstListStatistics) API.</li>
|
|
<li><A HREF="qdbstliststatistics.htm">List Statistics Collections</A> (QDBSTLS, QdbstListStatistics) lists all of the columns and combination of columns for a given file member that have statistics available.</li>
|
|
<li><A HREF="qqqqsdbm.htm">Query SQL Database Monitor</A> (QQQQSDBM) returns information about the activity of the SQL and the original database monitor.</li>
|
|
<li><A HREF="qdbstrequeststatistics.htm">Request Statistics Collections</A> (QDBSTRS, QdbstRequestStatistics) requests that one or more statistics collections for a given set of columns of a database file member be created.</li>
|
|
<li><A HREF="qqqssdbm.htm">Start SQL Database Monitor</A> (QQQSSDBM) starts the memory-based SQL database monitor.</li>
|
|
<li><A HREF="qdbstupdatestatistics.htm">Update Statistics Collection</A> (QDBSTUS, QdbstUpdateStatistics) updates the attributes and refreshes the data of an existing single statistics collection.</li>
|
|
<li><A HREF="qqqvexpl.htm">Visual Explain</A> (QQQVEXPL) is used to create a query graph that graphically displays the execution of an SQL statement</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>
|
|
|