Method | Description | |
---|---|---|
CreatePostDeploymentScript ( |
Generates SQL post deployment script that pushes R code into a table as well as
|
|
CreateRCodeTableScript ( |
||
CreateStoredProcedureScripts ( |
Creates code for stored procedures
|
|
SProcScriptGenerator ( IFileSystem fs ) : System |
Method | Description | |
---|---|---|
FillSprocInlineTemplate ( string rFilePath, string sprocName ) : string |
Replaces procedure name, R Code and the SQL query placeholders with actual values
|
|
FillSprocTableTemplate ( string rFilePath, string sprocName, string codeTableName, SqlQuoteType quoteType ) : string | ||
GetRFileContent ( string filePath ) : string | ||
GetSqlFileContent ( string filePath ) : string |
public CreatePostDeploymentScript ( |
||
settings | ||
sprocMap | SProcMap | |
return | string |
public CreateRCodeTableScript ( |
||
settings | ||
return | string |
public CreateStoredProcedureScripts ( |
||
settings | ||
sprocFiles | IEnumerable |
|
return | SProcMap |
public SProcScriptGenerator ( IFileSystem fs ) : System | ||
fs | IFileSystem | |
return | System |