简体   繁体   中英

needed in java stored procedure with OUT parameter for MYSQL

I want to create a java program for connection with mysql database. I want to use stored procedure with 1 out parameter and 1 in parameter.

How to retrieve result using java? Is there any working example?

The MySQL documentation "Basic JDBC Concepts" page seems to have lots of detailed examples. Have you tried those? If you've tried but are having problems, please post some code.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM