TSql90Parser Class
SQL Server 2012
Represents the Transact-SQL 90 parser.
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlParser
Microsoft.SqlServer.TransactSql.ScriptDom.TSql90Parser
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlParser
Microsoft.SqlServer.TransactSql.ScriptDom.TSql90Parser
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
The TSql90Parser type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | QuotedIdentifier | Gets a value that indicates whether the quoted identifier is on. (Inherited from TSqlParser.) |
| Name | Description | |
|---|---|---|
![]() | Create | Creates a Transact-SQL parser for the specified version. (Inherited from TSqlParser.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetTokenStream(TextReader, IList(Of ParseError)) | Returns a list of parser tokens and a list of errors by using the provided text reader. (Inherited from TSqlParser.) |
![]() | GetTokenStream(TextReader, IList(Of ParseError), Int32, Int32, Int32) | Returns a list of parser tokens and a list of errors by using the provided text reader. (Inherited from TSqlParser.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Parse(TextReader, IList(Of ParseError)) | Returns a script fragment and a list of errors by using the provided text reader. (Inherited from TSqlParser.) |
![]() | Parse(IList(Of TSqlParserToken), IList(Of ParseError)) | Returns a script fragment by using the provided tokens and errors. (Overrides TSqlParser.Parse(IList(Of TSqlParserToken), IList(Of ParseError)).) |
![]() | Parse(TextReader, IList(Of ParseError), Int32, Int32, Int32) | Returns a script fragment and a list of errors by using the provided values. (Inherited from TSqlParser.) |
![]() | ParseBooleanExpression(TextReader, IList(Of ParseError)) | Returns a Boolean expression and a list of errors by using the provided text reader. (Inherited from TSqlParser.) |
![]() | ParseBooleanExpression(TextReader, IList(Of ParseError), Int32, Int32, Int32) | Returns a Boolean expression and a list of errors by using the provided values. (Overrides TSqlParser.ParseBooleanExpression(TextReader, IList(Of ParseError), Int32, Int32, Int32).) |
![]() | ParseChildObjectName(TextReader, IList(Of ParseError)) | Returns a child object name and a list of errors by using the provided text reader. (Inherited from TSqlParser.) |
![]() | ParseChildObjectName(TextReader, IList(Of ParseError), Int32, Int32, Int32) | Returns a child object name and a list of errors by using the provided values. (Overrides TSqlParser.ParseChildObjectName(TextReader, IList(Of ParseError), Int32, Int32, Int32).) |
![]() | ParseConstantOrIdentifier(TextReader, IList(Of ParseError)) | Returns a constant or identifier and a list of errors by using the provided text reader. (Inherited from TSqlParser.) |
![]() | ParseConstantOrIdentifier(TextReader, IList(Of ParseError), Int32, Int32, Int32) | Returns a constant or identifier and a list of errors by using the provided values. (Overrides TSqlParser.ParseConstantOrIdentifier(TextReader, IList(Of ParseError), Int32, Int32, Int32).) |
![]() | ParseConstantOrIdentifierWithDefault(TextReader, IList(Of ParseError)) | Returns a constant or identifier with default values and a list of errors by using the provided text reader. (Inherited from TSqlParser.) |
![]() | ParseConstantOrIdentifierWithDefault(TextReader, IList(Of ParseError), Int32, Int32, Int32) | Returns a constant or identifier with default values and a list of errors. (Overrides TSqlParser.ParseConstantOrIdentifierWithDefault(TextReader, IList(Of ParseError), Int32, Int32, Int32).) |
![]() | ParseExpression(TextReader, IList(Of ParseError)) | Returns an expression and a list of errors by using the provided text reader. (Inherited from TSqlParser.) |
![]() | ParseExpression(TextReader, IList(Of ParseError), Int32, Int32, Int32) | Returns an expression and a list of errors by using the provided values. (Overrides TSqlParser.ParseExpression(TextReader, IList(Of ParseError), Int32, Int32, Int32).) |
![]() | ParseScalarDataType(TextReader, IList(Of ParseError)) | Returns a scalar data type and a list of errors by using the provided text reader. (Inherited from TSqlParser.) |
![]() | ParseScalarDataType(TextReader, IList(Of ParseError), Int32, Int32, Int32) | Returns a scalar data type and a list of errors by using the provided values. (Overrides TSqlParser.ParseScalarDataType(TextReader, IList(Of ParseError), Int32, Int32, Int32).) |
![]() | ParseSchemaObjectName(TextReader, IList(Of ParseError)) | Returns a schema object name and a list of errors by using the provided text reader. (Inherited from TSqlParser.) |
![]() | ParseSchemaObjectName(TextReader, IList(Of ParseError), Int32, Int32, Int32) | Returns a schema data type and a list of errors by using the provided values. (Overrides TSqlParser.ParseSchemaObjectName(TextReader, IList(Of ParseError), Int32, Int32, Int32).) |
![]() | ParseStatementList(TextReader, IList(Of ParseError)) | Returns a statement list and a list of errors by using the provided text reader. (Inherited from TSqlParser.) |
![]() | ParseStatementList(TextReader, IList(Of ParseError), Int32, Int32, Int32) | Returns a statement list and a list of errors by using the provided values. (Overrides TSqlParser.ParseStatementList(TextReader, IList(Of ParseError), Int32, Int32, Int32).) |
![]() | ParseSubQueryExpressionWithOptionalCTE(TextReader, IList(Of ParseError)) | Parses an input string to get a subquery expression with optional common table expression and xml namespaces with the specified input reader. (Inherited from TSqlParser.) |
![]() | ParseSubQueryExpressionWithOptionalCTE(TextReader, IList(Of ParseError), Int32, Int32, Int32) | Parses an input string to get a subquery expression with optional common table expression (CTE) and XML namespaces. (Overrides TSqlParser.ParseSubQueryExpressionWithOptionalCTE(TextReader, IList(Of ParseError), Int32, Int32, Int32).) |
![]() | ToString | (Inherited from Object.) |
![]() | TryParseSqlModuleObjectName | Indicates whether the input script contains a SQL module object name. (Inherited from TSqlParser.) |
![]() | TryParseTriggerModule | Indicates whether the input script contains a trigger module. (Inherited from TSqlParser.) |
![]() | ValidateIdentifier | Returns whether a name is a valid SQL identifier. (Inherited from TSqlParser.) |

.gif?cs-save-lang=1&cs-lang=vb)
.gif?cs-save-lang=1&cs-lang=vb)
.gif?cs-save-lang=1&cs-lang=vb)