newCC.setReliability(CompilerContext.INTERNAL_SQL_LEGAL);
pa = newCC.getParser();
stmtnode = (StatementNode)pa.parseStatement(triggerActionSPSD.getText());
// need a current dependent for bind
newCC.setCurrentDependent(triggerActionSPSD.getPreparedStatement());
stmtnode.bindStatement();
} catch (StandardException se)
{
//Need to catch for few different kinds of sql states depending
// on what kind of trigger action sql is using the column being
// dropped. Following are examples for different sql states