C# Class Laan.Sql.Formatter.StatementFormatterFactory

Afficher le fichier Open project: benlaan/sqlformat Class Usage Examples

Méthodes publiques

Méthode Description
GetFormatter ( IIndentable indentable, StringBuilder outSql, IStatement statement ) : IStatementFormatter

Private Methods

Méthode Description
StatementFormatterFactory ( ) : System

Method Details

GetFormatter() public static méthode

public static GetFormatter ( IIndentable indentable, StringBuilder outSql, IStatement statement ) : IStatementFormatter
indentable IIndentable
outSql StringBuilder
statement IStatement
Résultat IStatementFormatter