Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]


DBMS

Database server (DBMS)

CDbColSet
Manages a set of column definitions which describe a table or rowset structure. ...
CDbDatabaseNames
CDbIndexNames
CDbKey
Represents the definition of an index. The key may be unique or primary, it can ...
CDbNames
CDbStrings
CDbStrings encapsulates functionality used for transferring an array of strings ...
CDbTableNames
RDbColReadStream
Allows any column value to be read as stream data.
RDbColWriteStream
Writes Long columns when inserting or updating rows in a rowset.
RDbDatabase
Abstract class providing the functionality of a database.
RDbHandle
This class is internal and is not intended for use.
RDbHandleBase
This class is internal and is not intended for use
RDbIncremental
Provides the interface for performing long-running database operations in increm...
RDbNamedDatabase
Generic database implementation
RDbNotifier
Provides notification of database changes to clients.
RDbRowConstraint
Represents a pre-compiled SQL search-condition, which can be used to test agains...
RDbRowSet
An abstract base class that provides functionality which is shared between SQL v...
RDbs
Client-server databases
RDbStoreDatabase
DBMS Store database implementation
RDbTable
Provides access to table data as a rowset, allowing manipulation of a named tabl...
RDbUpdate
Provides an interface to allow incremental execution of a DML (SQL data update) ...
RDbView
Generates rowsets from an SQL query. The query is prepared and evaluated using t...
TDbBookmark
Saves the current location of a rowset, enabling rapid navigation back to a prev...
TDbCol
Defines a column in a table or rowset.
TDbColName
Represents a writable DBMS column name. It maps to a modifiable buffer descripto...
TDbColNameC
Represents a non-writable DBMS column name. It maps to a non-modifiable buffer d...
TDbColNo
Specifies when DBMS objects require a column ordinal to identify a column in a c...
TDbColSetIter
Provides a useful way to iterate over the contents of a column set.
TDbColType
Represents every supported column type.
TDbKeyCol
Defines a key column in an index.
TDbLookupKey
This class is internal and is not intended for use.
TDbName
Represents a writable DBMS name. It maps to a modifiable buffer descriptor with ...
TDbNameC
Represents a non-writeable DBMS name. It maps to a non modifiable buffer descrip...
TDbQuery
A wrapper for an SQL string combined with a text comparison mode.
TDbSeekKey
Database key value.
TDbSeekMultiKey
Database multi-column key value.
TDbStringC
Represents a generic read-only DBMS string. It maps to a non-modifiable buffer d...
TDbTextComparison
Represents different ways of comparing Text and LongText columns.
TDbWindow
Describes the desired shape of a view's pre-evaluation window.
TUnion
This class is internal and is not intended for use.