Method | Description | |
---|---|---|
DeployFile ( string newCode ) : void | ||
GetDeployScript ( string newCode ) : string |
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 |
public static DeployFile ( string newCode ) : void | ||
newCode | string | |
return | void |
public static GetDeployScript ( string newCode ) : string | ||
newCode | string | |
return | string |