DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | List of all members
Deveel.Data.IDatabaseCreateCallback Interface Reference

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...
 

Detailed Description

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.

Member Function Documentation

void Deveel.Data.IDatabaseCreateCallback.OnDatabaseCreate ( IQuery  context)

Called when the database is created and before the finalization of the initialization process.

Parameters
contextThe privileged system context that is used to generate the initial database.

The documentation for this interface was generated from the following file: