C# 클래스 Parser.SqlParser

상속: ParserBase
파일 보기 프로젝트 열기: totpero/SqlParser 1 사용 예제들

비공개 메소드들

메소드 설명
GetForUpdateTagXmlNode ( ) : XmlNode

Returns the xml node which corresponds to the For Update tag.

GetFromTagXmlNode ( ) : XmlNode

Returns the xml node which corresponds to the From tag. If this node does not exist, this method generates an exception.

GetOrderByTagXmlNode ( bool createNew ) : XmlNode

Returns the xml node which corresponds to the Order By tag. If this node does not exist, creates a new one (if needed).

GetWhereTagXmlNode ( bool createNew ) : XmlNode

Returns the xml node which corresponds to the Where tag. If this node does not exist, creates a new one (if needed).

IsTag ( string text, int position ) : Type

Checks whether there is a tag in the text at the specified position, and returns its tag.