// that, we need to regenerate the internal representation of that
// sql and bind it again.
// Here we get the trigger action sql and use the parser to build
// the parse tree for it.
SchemaDescriptor compSchema;
compSchema = dd.getSchemaDescriptor(trd.getSchemaDescriptor().getUUID(), null);
CompilerContext newCC = lcc.pushCompilerContext(compSchema);
Parser pa = newCC.getParser();
StatementNode stmtnode = (StatementNode)pa.parseStatement(trd.getTriggerDefinition());
lcc.popCompilerContext(newCC);