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

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

你可能感兴趣的:([导入]JAVA调用 Postgresql 存储过程)