public int executeUpdate(PageContext pc) throws SQLException {
return StateUtil.executeUpdate(pc, stat, sql);
}
protected void setActiveStatement(PageContextImpl pc,Statement stat, String sql) {
pc.setActiveQuery(new ActiveQuery(sql,System.currentTimeMillis()));
}