Definition at line 7 of file QueryEvent.cs.
Deveel.Data.Diagnostics.QueryEvent.QueryEvent |
( |
SqlQuery |
query | ) |
|
|
inline |
Definition at line 8 of file QueryEvent.cs.
10 throw new ArgumentNullException(
"query");
override void Deveel.Data.Diagnostics.QueryEvent.GetEventData |
( |
Dictionary< string, object > |
data | ) |
|
|
inlineprotectedvirtual |
Reimplemented from Deveel.Data.Diagnostics.Event.
Definition at line 17 of file QueryEvent.cs.
23 data[
String.Format(
"query.param[{0}].name", i)] = parameter.Name;
24 data[
String.Format(
"query.param[{0}].type", i)] = parameter.SqlType.ToString();
25 data[
String.Format(
"query.param[{0}].value", i)] = parameter.Value;
A long string in the system.
QueryParameterStyle ParameterStyle
ICollection< QueryParameter > Parameters
SqlQuery Deveel.Data.Diagnostics.QueryEvent.Query |
|
getprivate set |
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Diagnostics/QueryEvent.cs