Inheritance diagram for ILocalDatabase:

It physically stores one or more workspaces. This class can be instantiated multiple times (by ILocalDatabases) - once for every local database.
Public Member Functions | |
| HRESULT | Delete () |
| Disconnects from and deletes the local database. | |
| HRESULT | Disconnect () |
| Disconnects from local database. | |
| HRESULT | GetLDBFile ([out, retval] BSTR *out_retval) |
| Returns file system path to local database file. | |
| HRESULT | SameAs ([in] BSTR in_ldb_file,[out, retval] VARIANT_BOOL *out_retval) |
Checks is if this is connected to file identified by in_ldb_file. | |
Properties | |
| ILocalDatabases | LocalDatabases [get] |
| Containing collection. | |
| IWorkspaces | Workspaces [get] |
Workspaces contained by this Local Database. | |
1.5.1-p1