jdbc-service-virtualisation
jdbc-service-virtualisation copied to clipboard
Support for CallableStatement
Does this library support stubbing stored procedure calls?
not yet. But it shouldn't be hard to add. Basically it's just a copy of the interception functions already in place for prepared statements
I'm happy to accept a pull request and provide help for the implementation if you have any questions
On 13 November 2017 at 17:11:11, ramkumarar ([email protected]) wrote:
Does this library support stubbing stored procedure calls?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/eeichinger/jdbc-service-virtualisation/issues/15, or mute the thread https://github.com/notifications/unsubscribe-auth/ATO2iWuMQoo-f0swIJFRXr2jpTTLgbWMks5s2HgvgaJpZM4QcGoR .
Any plan to support stored procedure ? , it will be nice feature really .