C# 클래스 Parser.SimpleTwoWordTag

The base class for such tags as Order By, Group By etc.
상속: SimpleOneWordTag
파일 보기 프로젝트 열기: totpero/SqlParser 1 사용 예제들

공개 메소드들

메소드 설명
WriteStart ( StringBuilder output ) : void

Writes the start of the tag.

보호된 메소드들

메소드 설명
MatchStart ( string sql, int position ) : int

Checks whether there is the tag at the specified position in the specified sql.

비공개 메소드들

메소드 설명
MatchStart ( string firstWord, string secondWord, string sql, int position ) : int

Checks whether there is the tag at the specified position in the specified sql.

메소드 상세

MatchStart() 보호된 메소드

Checks whether there is the tag at the specified position in the specified sql.
protected MatchStart ( string sql, int position ) : int
sql string
position int
리턴 int

WriteStart() 공개 메소드

Writes the start of the tag.
public WriteStart ( StringBuilder output ) : void
output StringBuilder
리턴 void