EDB Functions
A version of this page is also available for
4/8/2010
The following table shows the EDB database functions along with a description of the purpose of each.
Function | Description |
---|---|
Adds properties to an existing database. |
|
Begins a transaction. |
|
Changes the locale identifier (LCID) of a database volume for sort operations. |
|
Creates a new database in a mounted volume. EDB applications call CeCreateDatabaseWithProps (EDB) when creating an EDB database. |
|
Dreates a new database in a mounted volume. |
|
Creates a session. A session is used to begin, commit, or roll back transactions. |
|
Deletes a database that was mounted by using the CeMountDBVolEx (EDB) function. |
|
Deletes a record from a database. |
|
Ends a transaction. |
|
Enumerates the file names and GUIDs of all mounted volumes. |
|
Creates a handle used with the CeFindNextDatabaseEx (EDB) function to enumerate databases in a volume, or all databases across all mounted volumes. |
|
Obtains the OID of the next database that matches the enumeration criteria set with the CeFindFirstDatabaseEx (EDB) function. |
|
Forcibly flushes all pending changes that have been made to a volume. |
|
Frees a CENOTIFICATION pointer that was posted to a client's notification window. |
|
Obtains information about some or all of the properties from a database. |
|
Obtains the session of an already opened database. |
|
Obtains information about an open database by using the handle of the database. |
|
Mounts a volume. This function is obsolete. Use CeMountDBVolEx (EDB) instead. |
|
Mounts a database volume. |
|
Obtains information about an OID that was generated by EDB. |
|
Opens an existing database in a mounted volume |
|
Opens a stream object. |
|
Reads properties from the current record. This function is obsolete. Use CeReadRecordPropsEx (EDB) instead. |
|
Reads a set of properties from the current record. |
|
Removes properties from a database. |
|
Seeks the specified record in an open database. This function is obsolete. Use CeSeekDatabaseEx (EDB) instead. |
|
Seeks to a specified record in an open database. |
|
Sets database parameters, including the name, sort orders, and type. |
|
Sets a per-session option. |
|
Reads data from a stream. |
|
Commits changes made to a stream using the CeStreamWrite (EDB) function. |
|
Changes the current seek position of an open stream. |
|
Sets the size of data in a stream. |
|
Writes data to a stream. |
|
Unmounts a volume that was previously mounted with the CeMountDbVolEx function. |
|
Inserts a new record or updates the properties of an existing record. |