|
Equals |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetTokenStream(TextReader, IList<ParseError>) |
Returns a list of parser tokens by using the provided text reader and list of parser errors. (Inherited from TSqlParser.) |
|
GetTokenStream(TextReader, IList<ParseError>, Int32, Int32, Int32) |
(Inherited from TSqlParser.) |
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Parse(TextReader, IList<ParseError>%) |
Returns a script fragment and a list of errors by using the provided text reader. (Inherited from TSqlParser.) |
|
Parse(IList<TSqlParserToken>, IList<ParseError>) |
(Overrides TSqlParser.Parse(IList<TSqlParserToken>, IList<ParseError>).) |
|
Parse(TextReader, IList<ParseError>%, Int32, Int32, Int32) |
(Inherited from TSqlParser.) |
|
ParseBooleanExpression(TextReader, IList<ParseError>%) |
(Inherited from TSqlParser.) |
|
ParseBooleanExpression(TextReader, IList<ParseError>%, Int32, Int32, Int32) |
(Overrides TSqlParser.ParseBooleanExpression(TextReader, IList<ParseError>%, Int32, Int32, Int32).) |
|
ParseChildObjectName(TextReader, IList<ParseError>%) |
(Inherited from TSqlParser.) |
|
ParseChildObjectName(TextReader, IList<ParseError>%, Int32, Int32, Int32) |
(Overrides TSqlParser.ParseChildObjectName(TextReader, IList<ParseError>%, Int32, Int32, Int32).) |
|
ParseConstantOrIdentifier(TextReader, IList<ParseError>%) |
(Inherited from TSqlParser.) |
|
ParseConstantOrIdentifier(TextReader, IList<ParseError>%, Int32, Int32, Int32) |
(Overrides TSqlParser.ParseConstantOrIdentifier(TextReader, IList<ParseError>%, Int32, Int32, Int32).) |
|
ParseConstantOrIdentifierWithDefault(TextReader, IList<ParseError>%) |
(Inherited from TSqlParser.) |
|
ParseConstantOrIdentifierWithDefault(TextReader, IList<ParseError>%, Int32, Int32, Int32) |
(Overrides TSqlParser.ParseConstantOrIdentifierWithDefault(TextReader, IList<ParseError>%, Int32, Int32, Int32).) |
|
ParseExpression(TextReader, IList<ParseError>%) |
(Inherited from TSqlParser.) |
|
ParseExpression(TextReader, IList<ParseError>%, Int32, Int32, Int32) |
(Overrides TSqlParser.ParseExpression(TextReader, IList<ParseError>%, Int32, Int32, Int32).) |
|
ParseScalarDataType(TextReader, IList<ParseError>%) |
(Inherited from TSqlParser.) |
|
ParseScalarDataType(TextReader, IList<ParseError>%, Int32, Int32, Int32) |
(Overrides TSqlParser.ParseScalarDataType(TextReader, IList<ParseError>%, Int32, Int32, Int32).) |
|
ParseSchemaObjectName(TextReader, IList<ParseError>%) |
(Inherited from TSqlParser.) |
|
ParseSchemaObjectName(TextReader, IList<ParseError>%, Int32, Int32, Int32) |
(Overrides TSqlParser.ParseSchemaObjectName(TextReader, IList<ParseError>%, Int32, Int32, Int32).) |
|
ParseStatementList(TextReader, IList<ParseError>%) |
(Inherited from TSqlParser.) |
|
ParseStatementList(TextReader, IList<ParseError>%, Int32, Int32, Int32) |
(Overrides TSqlParser.ParseStatementList(TextReader, IList<ParseError>%, Int32, Int32, Int32).) |
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
|
ValidateIdentifier |
Returns whether a name is a valid SQL identifier. (Inherited from TSqlParser.) |