|
Create |
Creates a Transact-SQL parser for the specified version. (TSqlParser에서 상속됨) |
|
Equals |
(Object에서 상속됨) |
|
Finalize |
(Object에서 상속됨) |
|
GetHashCode |
(Object에서 상속됨) |
|
GetTokenStream(TextReader, IList<ParseError>%) |
Returns a list of parser tokens and a list of errors by using the provided text reader. (TSqlParser에서 상속됨) |
|
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에서 상속됨) |
|
GetType |
(Object에서 상속됨) |
|
MemberwiseClone |
(Object에서 상속됨) |
|
Parse(TextReader, IList<ParseError>%) |
Returns a script fragment and a list of errors by using the provided text reader. (TSqlParser에서 상속됨) |
|
Parse(IList<TSqlParserToken>, IList<ParseError>%) |
Returns a script fragment by using the provided tokens and errors. (TSqlParser.Parse(IList<TSqlParserToken>, IList<ParseError>%)을(를) 재정의함) |
|
Parse(TextReader, IList<ParseError>%, Int32, Int32, Int32) |
Returns a script fragment and a list of errors by using the provided values. (TSqlParser에서 상속됨) |
|
ParseBooleanExpression(TextReader, IList<ParseError>%) |
Returns a Boolean expression and a list of errors by using the provided text reader. (TSqlParser에서 상속됨) |
|
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)을(를) 재정의함) |
|
ParseChildObjectName(TextReader, IList<ParseError>%) |
Returns a child object name and a list of errors by using the provided text reader. (TSqlParser에서 상속됨) |
|
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)을(를) 재정의함) |
|
ParseConstantOrIdentifier(TextReader, IList<ParseError>%) |
Returns a constant or identifier and a list of errors by using the provided text reader. (TSqlParser에서 상속됨) |
|
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)을(를) 재정의함) |
|
ParseConstantOrIdentifierWithDefault(TextReader, IList<ParseError>%) |
Returns a constant or identifier with default values and a list of errors by using the provided text reader. (TSqlParser에서 상속됨) |
|
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)을(를) 재정의함) |
|
ParseExpression(TextReader, IList<ParseError>%) |
Returns an expression and a list of errors by using the provided text reader. (TSqlParser에서 상속됨) |
|
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)을(를) 재정의함) |
|
ParseScalarDataType(TextReader, IList<ParseError>%) |
Returns a scalar data type and a list of errors by using the provided text reader. (TSqlParser에서 상속됨) |
|
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)을(를) 재정의함) |
|
ParseSchemaObjectName(TextReader, IList<ParseError>%) |
Returns a schema object name and a list of errors by using the provided text reader. (TSqlParser에서 상속됨) |
|
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)을(를) 재정의함) |
|
ParseStatementList(TextReader, IList<ParseError>%) |
Returns a statement list and a list of errors by using the provided text reader. (TSqlParser에서 상속됨) |
|
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)을(를) 재정의함) |
|
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에서 상속됨) |
|
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)을(를) 재정의함) |
|
ToString |
(Object에서 상속됨) |
|
TryParseSqlModuleObjectName |
Indicates whether the input script contains a SQL module object name. (TSqlParser에서 상속됨) |
|
TryParseTriggerModule |
Indicates whether the input script contains a trigger module. (TSqlParser에서 상속됨) |
|
ValidateIdentifier |
Returns whether a name is a valid SQL identifier. (TSqlParser에서 상속됨) |