'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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2