|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. --> |
|
3 <!-- This component and the accompanying materials are made available under the terms of the License |
|
4 "Eclipse Public License v1.0" which accompanies this distribution, |
|
5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
|
6 <!-- Initial Contributors: |
|
7 Nokia Corporation - initial contribution. |
|
8 Contributors: |
|
9 --> |
|
10 <!DOCTYPE concept |
|
11 PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> |
|
12 <concept id="GUID-9665C072-EA52-54B8-87A3-A7F818940DCD" xml:lang="en"><title>What |
|
13 is the CommsDat API</title><shortdesc>This topic is an intrdouction to the CommsDat API. Tools and applications |
|
14 use the CommsDat API to access the data in the Comms Database. </shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody> |
|
15 <p>The CommsDat DLL implements the CommsDat API. Symbian platform |
|
16 loads the CommsDat DLL at boot time. Tools and applications do not load the |
|
17 DLL. </p> |
|
18 <p>The API made available by the CommsDat DLL is the only method that users |
|
19 can use to access the data in the Comms Database. The API maps between client-side |
|
20 representations of the data and the data stored in the database. </p> |
|
21 <p>Tools and applications see the data as a set of tables. A table is a set |
|
22 of records, where each record is an ordered set of fields. Each field holds |
|
23 a specified piece of information. A field at a given position in a record |
|
24 contains the same type of data in all records. You can consider that each |
|
25 field at a given location in a record is in a column. A table can also be |
|
26 called a record set. </p> |
|
27 <fig id="GUID-5ABD88C0-67E4-5091-BE8F-56ABFED4FEC8"> |
|
28 <image href="GUID-F7BFE6E3-0EEE-536C-8411-65D8F5FEBF2E_d0e85838_href.png" placement="inline"/> |
|
29 </fig> |
|
30 <p>Tables, records, columns and fields are all CommsDat elements. An element |
|
31 is an item that can be stored in the Comms Database. </p> |
|
32 <p>The CommsDat API gives tools and applications a set of classes to retrieve, |
|
33 create and change the elements in the Comms Database. The API also gives the |
|
34 functionality to access the Comms Database. </p> |
|
35 <p> </p> |
|
36 </conbody><related-links> |
|
37 <link href="GUID-B89D2828-0FEE-5206-97D2-C7D4BBD35799.dita"><linktext>How is the |
|
38 Comms Database secured</linktext></link> |
|
39 </related-links></concept> |