.gif) |
Create |
Creates a Transact-SQL parser for the specified version. (从 TSqlParser 继承。) |
.gif) |
Equals |
(从 Object 继承。) |
.gif) |
Finalize |
(从 Object 继承。) |
.gif) |
GetHashCode |
(从 Object 继承。) |
.gif) |
GetTokenStream(TextReader, IList<ParseError>%) |
Returns a list of parser tokens and a list of errors by using the provided text reader. (从 TSqlParser 继承。) |
.gif) |
GetTokenStream(TextReader, IList<ParseError>%, Int32, Int32, Int32) |
Returns a list of parser tokens and a list of errors by using the provided text reader. (从 TSqlParser 继承。) |
.gif) |
GetType |
(从 Object 继承。) |
.gif) |
MemberwiseClone |
(从 Object 继承。) |
.gif) |
Parse(TextReader, IList<ParseError>%) |
Returns a script fragment and a list of errors by using the provided text reader. (从 TSqlParser 继承。) |
.gif) |
Parse(IList<TSqlParserToken>, IList<ParseError>%) |
Returns a script fragment by using the provided tokens and errors. (覆盖 TSqlParser.Parse(IList<TSqlParserToken>, IList<ParseError>%)。) |
.gif) |
Parse(TextReader, IList<ParseError>%, Int32, Int32, Int32) |
Returns a script fragment and a list of errors by using the provided values. (从 TSqlParser 继承。) |
.gif) |
ParseBooleanExpression(TextReader, IList<ParseError>%) |
Returns a Boolean expression and a list of errors by using the provided text reader. (从 TSqlParser 继承。) |
.gif) |
ParseBooleanExpression(TextReader, IList<ParseError>%, Int32, Int32, Int32) |
Returns a Boolean expression and a list of errors by using the provided values. (覆盖 TSqlParser.ParseBooleanExpression(TextReader, IList<ParseError>%, Int32, Int32, Int32)。) |
.gif) |
ParseChildObjectName(TextReader, IList<ParseError>%) |
Returns a child object name and a list of errors by using the provided text reader. (从 TSqlParser 继承。) |
.gif) |
ParseChildObjectName(TextReader, IList<ParseError>%, Int32, Int32, Int32) |
Returns a child object name and a list of errors by using the provided values. (覆盖 TSqlParser.ParseChildObjectName(TextReader, IList<ParseError>%, Int32, Int32, Int32)。) |
.gif) |
ParseConstantOrIdentifier(TextReader, IList<ParseError>%) |
Returns a constant or identifier and a list of errors by using the provided text reader. (从 TSqlParser 继承。) |
.gif) |
ParseConstantOrIdentifier(TextReader, IList<ParseError>%, Int32, Int32, Int32) |
Returns a constant or identifier and a list of errors by using the provided values. (覆盖 TSqlParser.ParseConstantOrIdentifier(TextReader, IList<ParseError>%, Int32, Int32, Int32)。) |
.gif) |
ParseConstantOrIdentifierWithDefault(TextReader, IList<ParseError>%) |
Returns a constant or identifier with default values and a list of errors by using the provided text reader. (从 TSqlParser 继承。) |
.gif) |
ParseConstantOrIdentifierWithDefault(TextReader, IList<ParseError>%, Int32, Int32, Int32) |
Returns a constant or identifier with default values and a list of errors. (覆盖 TSqlParser.ParseConstantOrIdentifierWithDefault(TextReader, IList<ParseError>%, Int32, Int32, Int32)。) |
.gif) |
ParseExpression(TextReader, IList<ParseError>%) |
Returns an expression and a list of errors by using the provided text reader. (从 TSqlParser 继承。) |
.gif) |
ParseExpression(TextReader, IList<ParseError>%, Int32, Int32, Int32) |
Returns an expression and a list of errors by using the provided values. (覆盖 TSqlParser.ParseExpression(TextReader, IList<ParseError>%, Int32, Int32, Int32)。) |
.gif) |
ParseScalarDataType(TextReader, IList<ParseError>%) |
Returns a scalar data type and a list of errors by using the provided text reader. (从 TSqlParser 继承。) |
.gif) |
ParseScalarDataType(TextReader, IList<ParseError>%, Int32, Int32, Int32) |
Returns a scalar data type and a list of errors by using the provided values. (覆盖 TSqlParser.ParseScalarDataType(TextReader, IList<ParseError>%, Int32, Int32, Int32)。) |
.gif) |
ParseSchemaObjectName(TextReader, IList<ParseError>%) |
Returns a schema object name and a list of errors by using the provided text reader. (从 TSqlParser 继承。) |
.gif) |
ParseSchemaObjectName(TextReader, IList<ParseError>%, Int32, Int32, Int32) |
Returns a schema data type and a list of errors by using the provided values. (覆盖 TSqlParser.ParseSchemaObjectName(TextReader, IList<ParseError>%, Int32, Int32, Int32)。) |
.gif) |
ParseStatementList(TextReader, IList<ParseError>%) |
Returns a statement list and a list of errors by using the provided text reader. (从 TSqlParser 继承。) |
.gif) |
ParseStatementList(TextReader, IList<ParseError>%, Int32, Int32, Int32) |
Returns a statement list and a list of errors by using the provided values. (覆盖 TSqlParser.ParseStatementList(TextReader, IList<ParseError>%, Int32, Int32, Int32)。) |
.gif) |
ParseSubQueryExpressionWithOptionalCTE(TextReader, IList<ParseError>%) |
Parses an input string to get a subquery expression with optional common table expression and xml namespaces with the specified input reader. (从 TSqlParser 继承。) |
.gif) |
ParseSubQueryExpressionWithOptionalCTE(TextReader, IList<ParseError>%, Int32, Int32, Int32) |
Parses an input string to get a subquery expression with optional common table expression (CTE) and XML namespaces. (覆盖 TSqlParser.ParseSubQueryExpressionWithOptionalCTE(TextReader, IList<ParseError>%, Int32, Int32, Int32)。) |
.gif) |
ToString |
(从 Object 继承。) |
.gif) |
TryParseSqlModuleObjectName |
Indicates whether the input script contains a SQL module object name. (从 TSqlParser 继承。) |
.gif) |
TryParseTriggerModule |
Indicates whether the input script contains a trigger module. (从 TSqlParser 继承。) |
.gif) |
ValidateIdentifier |
Returns whether a name is a valid SQL identifier. (从 TSqlParser 继承。) |