liuyuehua 发表于 2016-11-20 11:31:18

[导入]JAVA调用 Postgresql 存储过程

DataSource d=super.getDataSource();
Connectionconn=d.getConnection();
CallableStatementst=conn.prepareCall("{ ? = call fun_income_charge(?,?,?,?,?,?) }");
st.registerOutParameter(1, Ty
文章来源:http://www.itshehui.com/forum.php?mod=viewthread&tid=914
页: [1]
查看完整版本: [导入]JAVA调用 Postgresql 存储过程