IDatabaseSetup Interface |
Namespace: PDTec.IceNet.Core.Database.Implementation
public interface IDatabaseSetup
The IDatabaseSetup type exposes the following members.
Name | Description | |
---|---|---|
CreateDatabase |
Installs a new database.
| |
DropDatabase |
Drops a database (clears procedures and schema).
| |
GetDatabaseStatus |
Retrieves the status of a database.
| |
TestServerConnection |
Tests the connection to the database server.
| |
UpgradeDatabase |
Upgrades a database to the current version.
|
Name | Description | |
---|---|---|
DisplayMessage |
Event to display messages from the setup procedure.
| |
TimeForApplicationEvents |
Event to process application events to avoid blocking.
|