Skip to main content

OracleFormatter

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

Assembly: ServiceStack.NetFramework.dll
View Source
Declaration
public class OracleFormatter : ISqlFormatter

Methods

FormatSql(SqlTiming)

Does NOTHING, implement me!

View Source
Declaration
public string FormatSql(SqlTiming timing)
Returns

System.String

Parameters
TypeName
ServiceStack.MiniProfiler.SqlTimingtiming

Implements