ResultSet rs = a.getResultSet();
/* is there an open result set? */
if (rs != null && ! rs.isClosed())
{
if ((provider != null) && rs.returnsRows()) {
DependencyManager dmgr = getDataDictionary().getDependencyManager();
throw StandardException.newException(SQLState.LANG_CANT_INVALIDATE_OPEN_RESULT_SET,
dmgr.getActionString(action),
provider.getObjectName());