比如
         PROCEDURE P1(IN A VARCAHR(100))
            SELECT * FROM t where name=a;
    然后判断 结果集有没有值?
          想java的  while(rs.next()){} 之类的。。