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