We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is no support of executing a stored procedure, isn't it?!
I have found no doc and no reference within code so far....
The text was updated successfully, but these errors were encountered:
Ah, this one is on todo for long time :) 👍
Sorry, something went wrong.
cc9e3c9
Added like this:
DbQuery dbQuery = new DbQuery(session, "{ :upp = call upper( :str ) }"); dbQuery.setString("str", "some lowercase value"); dbQuery.outString("upp"); DbCallResult r = dbQuery.executeCall(); assertEquals("SOME LOWERCASE VALUE", r.getString("upp"));
igr
No branches or pull requests
There is no support of executing a stored procedure, isn't it?!
I have found no doc and no reference within code so far....
The text was updated successfully, but these errors were encountered: