Table of Contents

Namespace gudusoft.gsqlparser.pp.para

Classes

GFmtOpt

Mutable configuration for the SQL pretty-printer. Create an instance with GFmtOptFactory, finish configuring it, and do not modify it while a formatting call is in progress.

GFmtOptFactory

Enums

GOutputFmt

Output renderer selected by outputFmt. The active GSP .NET formatter implements SQL output; Unknown falls back to SQL. All other values are retained for compatibility and throw NotSupportedException when selected.