DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Defines the callback that a IDatabase.Create function calls right before the finalization of the database initial state. More...
Public Member Functions | |
void | OnDatabaseCreate (IQuery context) |
Called when the database is created and before the finalization of the initialization process. More... | |
Defines the callback that a IDatabase.Create function calls right before the finalization of the database initial state.
External features will be able to implement a callback to create special objects after the core is generated, still in scope of the creation process.
To activate this function the external features will also be required to register this to ISystemContext.ServiceProvider.
Definition at line 35 of file IDatabaseCreateCallback.cs.
void Deveel.Data.IDatabaseCreateCallback.OnDatabaseCreate | ( | IQuery | context | ) |
Called when the database is created and before the finalization of the initialization process.
context | The privileged system context that is used to generate the initial database. |