'Declaration Public Enum PlSqlTraceMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum PlSqlTraceMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum PlSqlTraceMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum PlSqlTraceMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Member | Description |
|---|---|
| AllCalls | Trace all calls. |
| AllExceptions | Trace all exceptions. |
| AllLines | Trace all lines. |
| AllSql | Trace all SQL executions. |
| EnabledCalls | Trace calls to enabled PL/SQL units only. |
| EnabledExceptions | Trace exceptions raised in the enabled PL/SQL units only. |
| EnabledLines | Trace lines in enabled PL/SQL units only. |
| EnabledSql | Trace SQL executions in the enabled PL/SQL units only. |
| Unknown | Unknown mode. |
System.Object
System.ValueType
System.Enum
Devart.Data.Oracle.PlSqlTraceMode