Definition at line 23 of file QueryExtensions.cs.
static void Deveel.Data.QueryExtensions.AutoCommit |
( |
this IQuery |
query, |
|
|
bool |
value |
|
) |
| |
|
inlinestatic |
static bool Deveel.Data.QueryExtensions.AutoCommit |
( |
this IQuery |
query | ) |
|
|
inlinestatic |
static void Deveel.Data.QueryExtensions.Commit |
( |
this IQuery |
query | ) |
|
|
inlinestatic |
static string Deveel.Data.QueryExtensions.CurrentSchema |
( |
this IQuery |
query | ) |
|
|
inlinestatic |
static void Deveel.Data.QueryExtensions.CurrentSchema |
( |
this IQuery |
query, |
|
|
string |
value |
|
) |
| |
|
inlinestatic |
static IQuery Deveel.Data.QueryExtensions.Direct |
( |
this IQuery |
query | ) |
|
|
inlinestaticpackage |
Definition at line 32 of file QueryExtensions.cs.
33 var systemSession =
new SystemSession(query.Session.Transaction, query.Session.CurrentSchema);
34 return new Query(systemSession);
static bool Deveel.Data.QueryExtensions.IgnoreIdentifiersCase |
( |
this IQuery |
query | ) |
|
|
inlinestatic |
static void Deveel.Data.QueryExtensions.IgnoreIdentifiersCase |
( |
this IQuery |
query, |
|
|
bool |
value |
|
) |
| |
|
inlinestatic |
static void Deveel.Data.QueryExtensions.Rollback |
( |
this IQuery |
query | ) |
|
|
inlinestatic |
static User Deveel.Data.QueryExtensions.User |
( |
this IQuery |
query | ) |
|
|
inlinestatic |
static string Deveel.Data.QueryExtensions.UserName |
( |
this IQuery |
query | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data/QueryExtensions.cs