HanaSqlTrace class
A set of methods to enable logging of SQL statements, communication packages, and method calls between the data provider client and the SAP HANA database server.
Members
All members of HanaSqlTrace, including inherited members.
Methods| Modifier and Type | Method | Description |
|---|---|---|
| public static void | Disable() | Use this method to stop tracing. |
| public static unsafe void | Enable() | Use this method to start tracing. |
| public static Hashtable | GetTraceOptions() | Returns a HashTable containing the current set of trace options. |
| public static void | RemoveTraceOption(string) | Removes a trace option from the current set of trace options. |
| public static void | SetTraceOption(string, string) | Sets or replaces a trace option in the current set of trace options. |
Remarks
There is no constructor for HanaSqlTrace.
The functionality in this class is based on SQLDBC Trace.