Definition at line 24 of file DatabaseExtensions.cs.
static IDbConnection Deveel.Data.Client.DatabaseExtensions.CreateDbConnection |
( |
this IDatabase |
database, |
|
|
string |
userName, |
|
|
string |
password |
|
) |
| |
|
inlinestatic |
Definition at line 25 of file DatabaseExtensions.cs.
27 throw new ArgumentNullException(
"database");
30 if (dbHandler == null)
36 var settings =
new DeveelDbConnectionStringBuilder {
42 return new DeveelDbConnection(clientConnector, settings);
This is a plain-text password defined by the user.
The default implementation of a database in a system.
string Name
Gets the database name, as configured in the parent context.
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Client/DatabaseExtensions.cs