Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. String call = "{ ? = call MY_FUNCTION(?,?) }";
  2. CallableStatement statement = connection.prepareCall(call);
  3.  
  4. String call = "{?= call MY_FUNCTION(?,?)}";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement