Generate a function name in the way the language allows
@override String genFunctionName(String productionName) { return 'sp_' + sanitizeName(productionName); }