* the string to use to separate SQL statements
*/
public ProcedureSourceTab(String stmtSep)
{
super(i18n.hint);
ICodeReformator formator = new NetezzaProcedureFormator(stmtSep);
super.setupFormatter(formator, stmtSep, null);
super.setCompressWhitespace(true);
// Netezza procedure definitions include the statement separator.
super.appendSeparator = false;
}