The Ubitsoft.SqlEnlight.Sdk namespace contains classes that expose the SQL Enlight features for use by third-party software.
Classes
| Class | Description | |
|---|---|---|
| SdkServiceProvider |
Implementation of the ISdkServiceProvider interface.
|
Interfaces
| Interface | Description | |
|---|---|---|
| ISdkAnalysisService |
The interface exposing analysis specific methods.
The interface also provides debugging and rule test members which to facilitate custom rule creation and testing.
| |
| ISdkLayoutService | ||
| ISdkParserService |
Provides methods for parsing T-SQL code and producing SQML.
| |
| ISdkServiceBase |
Base interface inherited by all the SDK service interfaces.
| |
| ISdkServiceProvider |
Interface for providing access to the SDK services.
|
Delegates
| Delegate | Description | |
|---|---|---|
| AnalysisTransformationOverrideHandler |
Delegate ment to allow analysis rule XSLT transformation debugging making.
The delegate is called just before the transformation and makes it possible to step into it and to debug the XSLT.
|