C# 클래스 TSQL.TSQLTokenizer

파일 보기 프로젝트 열기: bruce-dunwiddie/tsql-parser 1 사용 예제들

공개 메소드들

메소드 설명
Next ( ) : TSQLToken
ParseTokens ( string tsqlText, bool useQuotedIdentifiers = false, bool includeWhitespace = false ) : List
Read ( ) : bool
TSQLTokenizer ( TextReader tsqlStream ) : System
TSQLTokenizer ( string tsqlText ) : System

비공개 메소드들

메소드 설명
CheckDisposed ( ) : void

Checks to see if object has already been disposed, which would make calling methods on the object invalid.

DetermineTokenType ( string tokenValue, int startPosition, int endPosition ) : TSQLToken
Dispose ( bool disposing ) : void

Closes and releases all related resources.

IDisposable ( ) : void
SetCurrent ( ) : void

메소드 상세

Next() 공개 메소드

public Next ( ) : TSQLToken
리턴 TSQL.Tokens.TSQLToken

ParseTokens() 공개 정적인 메소드

public static ParseTokens ( string tsqlText, bool useQuotedIdentifiers = false, bool includeWhitespace = false ) : List
tsqlText string
useQuotedIdentifiers bool
includeWhitespace bool
리턴 List

Read() 공개 메소드

public Read ( ) : bool
리턴 bool

TSQLTokenizer() 공개 메소드

public TSQLTokenizer ( TextReader tsqlStream ) : System
tsqlStream TextReader
리턴 System

TSQLTokenizer() 공개 메소드

public TSQLTokenizer ( string tsqlText ) : System
tsqlText string
리턴 System