[导入]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]