C# Class SSDTDevPack.QuickDeploy.QuickDeployer

Mostrar archivo Open project: GoEddie/SSDT-DevPack

Public Methods

Method Description
DeployFile ( string newCode ) : void
GetDeployScript ( string newCode ) : string

Private Methods

Method Description
BuildIfNotExistsStatements ( CreateFunctionStatement function ) : string
BuildIfNotExistsStatements ( CreateProcedureStatement procedure ) : string
BuildIfNotExistsStatementsInlineFunction ( CreateFunctionStatement function ) : string
ChangeCreateToAlter ( CreateFunctionStatement function, string wholeScript ) : string
ChangeCreateToAlter ( CreateProcedureStatement procedure, string wholeScript ) : string
Deploy ( string statement ) : void

Method Details

DeployFile() public static method

public static DeployFile ( string newCode ) : void
newCode string
return void

GetDeployScript() public static method

public static GetDeployScript ( string newCode ) : string
newCode string
return string