C# 클래스 PoorMansTSqlFormatterLib.Tokenizers.TSqlStandardTokenizer

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

공개 메소드들

메소드 설명
TokenizeSQL ( string inputSQL ) : Interfaces.ITokenList

비공개 메소드들

메소드 설명
CompleteToken ( SqlTokenizationType &currentTokenizationType, ITokenList tokenContainer, StringBuilder currentValue ) : void
IsCompoundableOperatorCharacter ( char currentCharacter ) : bool
IsCurrencyPrefix ( char currentCharacter ) : bool
IsNonWordCharacter ( char currentCharacter ) : bool
IsOperatorCharacter ( char currentCharacter ) : bool
IsWhitespace ( char targetCharacter ) : bool
ProcessOrOpenToken ( SqlTokenizationType &currentTokenizationType, StringBuilder currentNodeValue, char currentCharacter, ITokenList tokenContainer ) : void

메소드 상세

TokenizeSQL() 공개 메소드

public TokenizeSQL ( string inputSQL ) : Interfaces.ITokenList
inputSQL string
리턴 Interfaces.ITokenList