C# Class nHydrate.Generator.SQLInstaller.ProjectItemGenerators.SQLStoredProcedureAll.SQLUpdateComponentTemplate

Inheritance: ISQLGenerate
Exibir arquivo Open project: nHydrate/nHydrate Class Usage Examples

Public Methods

Method Description
GenerateContent ( StringBuilder sb ) : void
SQLUpdateComponentTemplate ( ModelRoot model, TableComponent currentComponent ) : System

Protected Methods

Method Description
BuildParameterList ( ) : string
BuildSelectWhereStatement ( ) : string
BuildSetStatement ( Table table ) : string
BuildUpdateWhereStatement ( Table table ) : string

Method Details

BuildParameterList() protected method

protected BuildParameterList ( ) : string
return string

BuildSelectWhereStatement() protected method

protected BuildSelectWhereStatement ( ) : string
return string

BuildSetStatement() protected method

protected BuildSetStatement ( Table table ) : string
table nHydrate.Generator.Models.Table
return string

BuildUpdateWhereStatement() protected method

protected BuildUpdateWhereStatement ( Table table ) : string
table nHydrate.Generator.Models.Table
return string

GenerateContent() public method

public GenerateContent ( StringBuilder sb ) : void
sb StringBuilder
return void

SQLUpdateComponentTemplate() public method

public SQLUpdateComponentTemplate ( ModelRoot model, TableComponent currentComponent ) : System
model nHydrate.Generator.Models.ModelRoot
currentComponent nHydrate.Generator.Models.TableComponent
return System