diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-84AD87E9-B21A-52FC-B1E1-7287BA8A30D4.dita --- a/Symbian3/PDK/Source/GUID-84AD87E9-B21A-52FC-B1E1-7287BA8A30D4.dita Tue Mar 30 11:42:04 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-84AD87E9-B21A-52FC-B1E1-7287BA8A30D4.dita Tue Mar 30 11:56:28 2010 +0100 @@ -1,56 +1,57 @@ - - - - - -SQLite -Overview -

This document introduces you to the interface that provides the native -SQLite C APIs.

-
Purpose

The SQLite library provides an interface -to the standard SQLite implementation for Symbian platform application developers. -This allows you to create application using your own SQLite implementation, -linking it as required.

Intended -Audience:

This document is intended to be used by Symbian platform -licensees and third party application developers.

SQLite Library Details

You can create your own SQLite implementation, -link to the SQLite static library. This library provides an interface to the -native SQLite C APIs.

- - - -LIB -Short Description - - - - -

sqlite.lib

-

Symbian platform implementation of SQLite.

-
- - -
-
Architectural Relationship

Symbian platform SQLite -is built on version 3.3.17 of the standard SQLite distribution.

SQLite -is a free standing component which can be accessed by any application and -from anywhere in Symbian platform.

-
Description

SQLite is included in Symbian platform -mainly so that third party applications that make calls to SQLite can be supported -on Symbian platforms.

SQLite functions are called from within Symbian -platform without using classes.

SQLite is an open source -implementation of the database query language SQL.

Please see the SQLite -Foundation web site, http://www.sqlite.org, -for more details about this open source SQL database management system.

SQLite functionality

SQLite is a collection of functions that -enable you to create, delete, read and modify relational databases.

-
-SQL Overview - -SQLDB Overview - + + + + + +SQLite +Overview This document introduces you to the interface that provides the +native SQLite C APIs. +
Purpose

The SQLite library provides an interface +to the standard SQLite implementation for Symbian platform application developers. +This allows you to create application using your own SQLite implementation, +linking it as required.

+
Intended audience:

This document is intended to +be used by Symbian platform licensees and third party application developers.

+
SQLite Library Details

You can create your own +SQLite implementation, link to the SQLite static library. This library provides +an interface to the native SQLite C APIs.

+ + + +LIB +Short Description + + + + +

sqlite.lib

+

Symbian platform implementation of SQLite.

+
+ + +
+
Architectural Relationship

Symbian platform SQLite +is built on version 3.3.17 of the standard SQLite distribution.

SQLite +is a free standing component which can be accessed by any application and +from anywhere in Symbian platform.

+
Description

SQLite is included in Symbian platform +mainly so that third party applications that make calls to SQLite can be supported +on Symbian platforms.

SQLite functions are called from within Symbian +platform without using classes.

SQLite is an open source implementation +of the database query language SQL.

Please see the SQLite Foundation web +site, http://www.sqlite.org, +for more details about this open source SQL database management system.

+
SQLite functionality

SQLite is a collection of +functions that enable you to create, delete, read and modify relational databases.

+
+SQL Overview + +SQLDB Overview +
\ No newline at end of file