C# Class nHydrate.Core.SQLGeneration.HtmlEmit

Afficher le fichier Open project: nHydrate/nHydrate

Méthodes publiques

Méthode Description
FormatHTMLCode ( string code ) : string
FormatHTMLSQL ( string sql ) : string

Private Methods

Méthode Description
HTMLCSharpKeywords ( ) : List
HTMLSQLConnectors ( ) : List
HTMLSQLFunctions ( ) : List
HTMLSQLKeywords ( ) : List
HTMLSQLMeta ( ) : List

Method Details

FormatHTMLCode() public static méthode

public static FormatHTMLCode ( string code ) : string
code string
Résultat string

FormatHTMLSQL() public static méthode

public static FormatHTMLSQL ( string sql ) : string
sql string
Résultat string