Table of Contents

Namespace ItTiger.TigerQuery.Engine

Classes

ExecutionResult
Summarizes batch execution after the engine reaches its result-producing path.
OutputRoutingOptions
Configures TigerQuery's script-directed output routing, file output, and the built-in structured result-set writer.
QueryExecutionContext
Holds mutable per-run parser state and executes batches on a caller-supplied SQL connection.
TigerQueryEngine
Parses sqlcmd-style scripts and executes their logical batches sequentially against SQL Server.
TigerQueryEngineOptions
Configures parsing, SQL execution, variables, logging, and synchronous callbacks for a TigerQueryEngine.

Enums

ExecutionResultCode
Identifies the outcome recorded in an ExecutionResult.
OutDirectiveBehavior
Selects which channels an :Out directive redirects.
ResultSetFileMode
Selects how routed result sets map onto files.
ResultSetOutputFormat
Selects the built-in structured writer used for routed result sets.
TigerQueryExecutionMode
Controls whether a script is parsed incrementally during execution or fully prepared before a SQL connection is opened.