C# Class TraceWizard.Data.SQLStatement

ファイルを表示 Open project: tslater2006/Trace-Wizard Class Usage Examples

Public Properties

Property Type Description
BindValues List
Context string
ErrorInfo SQLError
ExecTime double
FetchCount int
FetchTime double
FromClause string
InternalID uint
IsError bool
LineNumber long
NextID uint
ParentCall ExecutionCall
RCNumber int
SQLID string
Statement string
Tables List
Type SQLType
WhereClause string

Public Methods

Method Description
SQLStatement ( ) : System
SQLStatement ( string text ) : System
ToString ( ) : string

Private Methods

Method Description
DetermineType ( ) : void
GenerateSQLID ( ) : void
ParseFromClause ( ) : void
ParseWhereClause ( ) : void

Method Details

SQLStatement() public method

public SQLStatement ( ) : System
return System

SQLStatement() public method

public SQLStatement ( string text ) : System
text string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

BindValues public_oe property

public List BindValues
return List

Context public_oe property

public string Context
return string

ErrorInfo public_oe property

public SQLError,TraceWizard.Data ErrorInfo
return SQLError

ExecTime public_oe property

public double ExecTime
return double

FetchCount public_oe property

public int FetchCount
return int

FetchTime public_oe property

public double FetchTime
return double

FromClause public_oe property

public string FromClause
return string

InternalID public_oe property

public uint InternalID
return uint

IsError public_oe property

public bool IsError
return bool

LineNumber public_oe property

public long LineNumber
return long

NextID public_oe static_oe property

public static uint NextID
return uint

ParentCall public_oe property

public ExecutionCall,TraceWizard.Data ParentCall
return ExecutionCall

RCNumber public_oe property

public int RCNumber
return int

SQLID public_oe property

public string SQLID
return string

Statement public_oe property

public string Statement
return string

Tables public_oe property

public List Tables
return List

Type public_oe property

public SQLType Type
return SQLType

WhereClause public_oe property

public string WhereClause
return string