0
|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
2 |
<html>
|
|
3 |
<head>
|
|
4 |
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
|
|
5 |
<title>Overview</title>
|
|
6 |
<link href="../../book.css" type="text/css" rel="stylesheet">
|
|
7 |
</head>
|
|
8 |
<body>
|
|
9 |
|
|
10 |
<h2>Overview</h2>
|
|
11 |
<p>API Query is a tool for querying Application Programming Interface (API) information. With this tool, you can quickly found out which headers belong to a specific API, who is the owner of a particular API, and whether the API has been published in an SDK.</p>
|
|
12 |
<p>API data is accessed via a data source, such as an online database service. For more information, see <a href="../concepts/data_source.htm">Data source</a>.</p>
|
|
13 |
<p>You can use the following criteria when querying for API information (some of these may not be available with all data source types): </p>
|
|
14 |
<ul>
|
|
15 |
<li>API name</li>
|
|
16 |
<li>subsystem name</li>
|
|
17 |
<li>DLL name</li>
|
|
18 |
<li>LIB name</li>
|
|
19 |
<li>header name</li>
|
|
20 |
<li>CR/P&S key name. </li>
|
|
21 |
</ul>
|
|
22 |
<p>In the API Query tool, you can run a query either from the <b>Search</b> tab or directly from your code. In the code, you can either search for specific identifiers or generate a report about the usage of APIs in your entire project.</p>
|
|
23 |
|
|
24 |
<h5>Related concepts</h5>
|
|
25 |
<ul>
|
|
26 |
<li><a href="../concepts/data_source.htm">Data source</a></li>
|
|
27 |
</ul>
|
|
28 |
|
|
29 |
<h5>Related tasks</h5>
|
|
30 |
<ul>
|
|
31 |
<li><a href="../tasks/configure_data_sources.htm">Configuring data sources</a></li>
|
|
32 |
<li><a href="../tasks/query_from_search_tab.htm">Running an API query from the Search tab</a></li>
|
|
33 |
<li><a href="../tasks/query_from_context_menu.htm">Running an API query from the context menu</a></li>
|
|
34 |
</ul>
|
|
35 |
|
|
36 |
<div id="footer">Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
|
|
37 |
License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div>
|
|
38 |
</body>
|
|
39 |
</html>
|
|
40 |
|