diff -r 48780e181b38 -r 578be2adaf3e Symbian3/PDK/Source/GUID-39897348-B27A-5C02-B65C-C26D122BCAE4.dita --- a/Symbian3/PDK/Source/GUID-39897348-B27A-5C02-B65C-C26D122BCAE4.dita Tue Jul 20 12:00:49 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-39897348-B27A-5C02-B65C-C26D122BCAE4.dita Fri Aug 13 16:47:46 2010 +0100 @@ -1,25 +1,25 @@ - - - - - -TablesDescribes how to manipulate tables in the database. -

Two classes and a template class are used to manipulate tables in the database.

-

The RDbTable class is used to manipulate a named table -in the database, providing access to the data as a rowset. A named index can -be used to order the rowset, and to provide fast key-based row retrieval from -the table.

-

The TDbSeekKey class is used to pass a key value to RDbTable::SeekL(), -for lookup in the currently active index on that rowset. It can store a key -value of any type.

-

TDbSeekKey can only hold a single-column key. Use the TDbSeekMultiKey<TInt -S> templated class to allow multi-column indexes to be searched using -multi-column key values. The template parameter S specifies -the maximum number of column values that can be added to the key value.

+ + + + + +TablesDescribes how to manipulate tables in the database. +

Two classes and a template class are used to manipulate tables in the database.

+

The RDbTable class is used to manipulate a named table +in the database, providing access to the data as a rowset. A named index can +be used to order the rowset, and to provide fast key-based row retrieval from +the table.

+

The TDbSeekKey class is used to pass a key value to RDbTable::SeekL(), +for lookup in the currently active index on that rowset. It can store a key +value of any type.

+

TDbSeekKey can only hold a single-column key. Use the TDbSeekMultiKey<TInt +S> templated class to allow multi-column indexes to be searched using +multi-column key values. The template parameter S specifies +the maximum number of column values that can be added to the key value.

\ No newline at end of file