C# 클래스 TraceWizard.Data.SQLStatement

파일 보기 프로젝트 열기: tslater2006/Trace-Wizard 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
SQLStatement ( ) : System
SQLStatement ( string text ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
DetermineType ( ) : void
GenerateSQLID ( ) : void
ParseFromClause ( ) : void
ParseWhereClause ( ) : void

메소드 상세

SQLStatement() 공개 메소드

public SQLStatement ( ) : System
리턴 System

SQLStatement() 공개 메소드

public SQLStatement ( string text ) : System
text string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

BindValues 공개적으로 프로퍼티

public List BindValues
리턴 List

Context 공개적으로 프로퍼티

public string Context
리턴 string

ErrorInfo 공개적으로 프로퍼티

public SQLError,TraceWizard.Data ErrorInfo
리턴 SQLError

ExecTime 공개적으로 프로퍼티

public double ExecTime
리턴 double

FetchCount 공개적으로 프로퍼티

public int FetchCount
리턴 int

FetchTime 공개적으로 프로퍼티

public double FetchTime
리턴 double

FromClause 공개적으로 프로퍼티

public string FromClause
리턴 string

InternalID 공개적으로 프로퍼티

public uint InternalID
리턴 uint

IsError 공개적으로 프로퍼티

public bool IsError
리턴 bool

LineNumber 공개적으로 프로퍼티

public long LineNumber
리턴 long

NextID 공개적으로 정적으로 프로퍼티

public static uint NextID
리턴 uint

ParentCall 공개적으로 프로퍼티

public ExecutionCall,TraceWizard.Data ParentCall
리턴 ExecutionCall

RCNumber 공개적으로 프로퍼티

public int RCNumber
리턴 int

SQLID 공개적으로 프로퍼티

public string SQLID
리턴 string

Statement 공개적으로 프로퍼티

public string Statement
리턴 string

Tables 공개적으로 프로퍼티

public List Tables
리턴 List

Type 공개적으로 프로퍼티

public SQLType Type
리턴 SQLType

WhereClause 공개적으로 프로퍼티

public string WhereClause
리턴 string