C# Класс Parser.QuotedIdentifierTag

Наследование: TagBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
MatchStartStatic ( string sql, int position ) : int

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

WriteStart ( StringBuilder output ) : void

Writes the start of the tag.

Защищенные методы

Метод Описание
InitializeCoreFromText ( ParserBase parser, string sql, int position, TagBase parentTag ) : int

Reads the tag at the specified position in the specified word and separator array.

Описание методов

InitializeCoreFromText() защищенный Метод

Reads the tag at the specified position in the specified word and separator array.
protected InitializeCoreFromText ( ParserBase parser, string sql, int position, TagBase parentTag ) : int
parser ParserBase
sql string
position int
parentTag TagBase
Результат int

MatchStartStatic() публичный статический Метод

Checks whether there is the tag start at the specified position in the specified sql.
public static MatchStartStatic ( 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