C# Class nHydrate.Core.SQLGeneration.HtmlEmit

Exibir arquivo Open project: nHydrate/nHydrate

Public Methods

Method Description
FormatHTMLCode ( string code ) : string
FormatHTMLSQL ( string sql ) : string

Private Methods

Method Description
HTMLCSharpKeywords ( ) : List
HTMLSQLConnectors ( ) : List
HTMLSQLFunctions ( ) : List
HTMLSQLKeywords ( ) : List
HTMLSQLMeta ( ) : List

Method Details

FormatHTMLCode() public static method

public static FormatHTMLCode ( string code ) : string
code string
return string

FormatHTMLSQL() public static method

public static FormatHTMLSQL ( string sql ) : string
sql string
return string