Namespace The.SQL.Persistence
Classes
- Indentation
Indentation style for SQL formatting.
- LineIndentation
Represents line indentation with a specified number of spaces for SQL formatting.
- NoIndentation
Represents no indentation for SQL formatting.
- RegexReplacementSQL
Converts a .NET
Regex.Replacereplacement string into POSIX-style backreference syntax for ANSI SQL backends (PostgreSQL, SQL Server). Used only when the replacement refers to entity data and so cannot be rewritten at translation time byRegexTranslation.RewriteReplacement.
Structs
Interfaces
Enums
- RegexReplacementSyntax
Identifies the substitution syntax a backend's regex-replace implementation expects, so that the translator can rewrite a .NET
Regex.Replacereplacement string accordingly.