调用数据库过程函数mysql

Connection conn=JdbcUtil.getConnection();//JdbcUtil是我写的获取connection的工具类

CallableStatement cast=conn.prepareCall("CALL  函数过程名称");

cast.executeQuery //执行存储过程

posted @ 2016-04-20 20:35  李永  阅读(224)  评论(0编辑  收藏  举报