cczlg 发表于 2013-2-7 01:34:55

[导入]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 存储过程