C# Class TSQL.Tokens.TSQLLiteral

Inheritance: TSQLToken
Show file 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