C# Class TSQL.Tokens.TSQLLiteral

Inheritance: TSQLToken
ファイルを表示 Open project: bruce-dunwiddie/tsql-parser

Protected Methods

Method Description
TSQLLiteral ( int beginPostion, string text ) : System

Method Details

TSQLLiteral() protected method

protected TSQLLiteral ( int beginPostion, string text ) : System
beginPostion int
text string
return System