DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Public Member Functions | |
IDatabase | CreateDatabase (IConfiguration config) |
IDatabase | GetDatabase (IConfiguration config) |
bool | DatabaseExists (string name) |
bool | DropDatabase (string name) |
Properties | |
ISystemContext | SystemContext [get] |
IEnumerable< string > | DatabaseNames [get] |
Definition at line 23 of file IDatabaseManager.cs.
IDatabase Deveel.Data.IDatabaseManager.CreateDatabase | ( | IConfiguration | config | ) |
bool Deveel.Data.IDatabaseManager.DatabaseExists | ( | string | name | ) |
bool Deveel.Data.IDatabaseManager.DropDatabase | ( | string | name | ) |
IDatabase Deveel.Data.IDatabaseManager.GetDatabase | ( | IConfiguration | config | ) |
|
get |
Definition at line 27 of file IDatabaseManager.cs.
|
get |
Definition at line 24 of file IDatabaseManager.cs.