/* Add the dependency to the StatementContext, so that
* it can be cleared on a pre-execution error.
*/
StatementContext sc = (StatementContext) cm.getContext(org.apache.derby.iapi.reference.ContextId.LANG_STATEMENT);
sc.addDependency(dy);
}
else
{
/* Add a stored dependency */
LanguageConnectionContext lcc = getLanguageConnectionContext(cm);