Skip to main content

Namespace ServiceStack.MiniProfiler.SqlFormatters

Classes

InlineFormatter

Formats any SQL query with inline parameters, optionally including the value type

OracleFormatter

NOT IMPLEMENTED - will format statements with paramters in an Oracle friendly way

SqlServerFormatter

Formats SQL server queries with a DECLARE up top for parameter values

Interfaces

ISqlFormatter

Takes a SqlTiming and returns a formatted SQL string, for parameter replacement, etc.