C# Class Parser.SqlParser

Inheritance: ParserBase
显示文件 Open project: totpero/SqlParser Class Usage Examples

Private Methods

Method Description
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.