Namespace ItTiger.TigerQuery
Classes
- OutputRoutingException
- Represents a failure to route, serialize, or write script output.
- SqlBatch
- Represents one logical SQL batch produced by SqlCmdParser.
- SqlBatchErrorException
- Represents one or more SQL Server errors that the provider reported for a batch through informational-message delivery instead of throwing.
- SqlCmdParser
- Incrementally tokenizes and parses SQL scripts with optional sqlcmd directives.
- SqlCmdVariable
- Holds a case-insensitively named sqlcmd variable and its override policy.
- SqlElement
- Represents one lexical element read from a SQL script.
- TigerQueryException
- Represents a TigerQuery or sqlcmd structural parsing failure.
Enums
- SqlCmdMode
- Selects which sqlcmd language features the parser recognizes.
- SqlElementKind
- Identifies a lexical element returned by ReadElement().