C# 클래스 SQLTrismegiste.CacheExplorer.PlanCache

파일 보기 프로젝트 열기: rudi-bruchez/SQLTrismegiste

공개 메소드들

메소드 설명
Explore ( int version ) : DataView
Filter ( string filterValue ) : DataView
PlanCache ( string connectionString ) : System
ViewQueryPlan ( DataRow dr ) : void

비공개 메소드들

메소드 설명
BuildDetails ( DataTable dt ) : void
FormatSql ( DataTable dt, string columnName ) : void
SetPlanMissingIndexes ( DataTable dt ) : void
SetPlanWarnings ( DataTable dt ) : void
TokenizeSql ( DataTable dt, string columnName ) : void
ViewQueryText ( DataRow dr ) : void

메소드 상세

Explore() 공개 메소드

public Explore ( int version ) : DataView
version int
리턴 System.Data.DataView

Filter() 공개 메소드

public Filter ( string filterValue ) : DataView
filterValue string
리턴 System.Data.DataView

PlanCache() 공개 메소드

public PlanCache ( string connectionString ) : System
connectionString string
리턴 System

ViewQueryPlan() 공개 메소드

public ViewQueryPlan ( DataRow dr ) : void
dr System.Data.DataRow
리턴 void