Procedure call(java.lang.String procedureName, java.lang.Object... params) throws java.sql.SQLException
procedureName - 存储过程名字params - 存储过程的参数,如果是输出参数,则构造一个值为空的相应对象。
譬如输出参数是sql.number类型,则构造一个Long对象。java.sql.SQLException - -java.lang.Object go()
throws java.sql.SQLException
java.sql.SQLException - -