CEDB Functions
Other versions of this page are also available for the following:
8/28/2008
The following table shows the CEDB functions with a description of the purpose of each.
Function | Description |
---|---|
Changes the locale identifier (LCID) of a database volume for sort operations. |
|
Creates a new database. This function is obsolete. Call the CeCreateDatabaseEx2 (CEDB) function instead. |
|
Creates a new database in the object store or in amounted volume. This function is obsolete. Call CeCreateDatabaseEx2 (CEDB) instead. |
|
Creates a new database in the object store or in a mounted database volume. |
|
Removes a database from the object store. This function is obsolete. Call the CeDeleteDatabaseEx (CEDB) function instead. |
|
Removes a database from the object store or a mounted database volume. |
|
Deletes a record from a database. |
|
Enumerates all mounted database volumes and returns the name for each. |
|
Opens an enumeration context that enables an application to enumerate all databases in the object store. This function is obsolete. Call the CeFindFirstDatabaseEx (CEDB) function instead. |
|
Opens an enumeration context for all databases in a database volume. |
|
Retrieves the next database in an enumeration context. This function is obsolete. Instead, applications should call the CeFindNextDatabaseEx (CEDB) function. |
|
Retrieves the next database in an enumeration context. |
|
Flushes information from a database volume to permanent storage. |
|
Frees a CENOTIFICATION (CEDB) structure passed to an application. |
|
Obtains information about an open database using its handle. |
|
Issues a mount request for a database volume that contains both data and an integrity log. |
|
Retrieves information about an object in the object store. This function is obsolete. Call the CeOidGetInfoEx (CEDB) function instead. |
|
Retrieves information about an object in the object store or a mounted database volume. |
|
Retrieves information about an object in the object store or a mounted database volume, or about the object store. |
|
Opens an existing database. This function is obsolete. Call the CeOpenDatabaseEx2 (CEDB) function instead. |
|
Opens an existing database on any mounted database volumes. This function is obsolete. Call the CeOpenDatabaseEx2 (CEDB) function instead. |
|
Opens an existing database on any database volume, including mounted database volumes. |
|
Reads properties from the current record. This function is obsolete. Call the CeReadRecordPropsEx (CEDB) function instead. |
|
Reads properties from the current record. |
|
Seeks the specified record in an open database. This function is obsolete. Call the CeSeekDatabaseEx (CEDB) function instead. |
|
Seeks the specified record in an open database. |
|
Sets database parameters, including the name, type, and sort-order descriptions. This function is obsolete. Call the CeSetDatabaseInfoEx2 (CEDB) function instead. |
|
Sets database parameters, including the name, type, sort-order descriptions, and compression of the database. This function is obsolete. Call CeSetDatabaseInfoEx2 (CEDB) instead. |
|
Sets database parameters, including the name, type, sort-order descriptions, and compression of the database. |
|
Unmounts a database volume. |
|
Writes properties to a single record, creating the record if necessary. |
Note
These functions do not work with EDB databases. For more information, see EDB Functions.