| sub FormatPrototype # | ( | type, | | | prototype | ) | |
|
Microsoft’s SQL implementation doesn’t require parenthesis. Instead, parameters are specified with the @ symbol as below:
CREATE PROCEDURE Test @as int, @foo int AS ...
If the prototype doesn’t have parenthesis but does have @text, it makes sure it is still formatted correctly.