|
Public Member Functions |
| HRESULT | Connect ([in] BSTR in_ldb_file,[out, defaultvalue(NULL)] VARIANT_BOOL *out_newly_connected,[out, retval] ILocalDatabase **out_retval) |
| | Connects to local database and adds corresponding object to this collection.
|
| HRESULT | Create ([in] BSTR in_ldb_file,[in, defaultvalue(VARIANT_FALSE)] VARIANT_BOOL in_delete_old,[out, defaultvalue(NULL)] VARIANT_BOOL *out_physically_created,[out, retval] ILocalDatabase **out_retval) |
| | Creates new local database and adds corresponding object to this collection.
|
| HRESULT | IsCompatible ([in] BSTR in_ldb_file,[out, retval] VARIANT_BOOL *out_retval) |
| | Checks compatibility of this program with given local database.
|
Properties |
| ILocalDatabase | Default [get] |
| | Default Local Database (run_dir/DefaultLocalDatabase/Local.ddb).
|
| ILocalDatabase | Item ([in] long in_index) [get] |
| | Retrieves Local Database identified by index.
|
| ILocalDatabase | ItemByName ([in] BSTR in_ldb_file) [get] |
| | Retrieves local database identified by its file name.
|
| IServer | Server [get] |
| | Object that contains this collection.
|