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
In parameters:
spwrap/src/main/java/spwrap/Caller.java
Line 230 in 7384f0c
Output parameters:
Line 239 in 7384f0c
The following snippet is from spring-jdbc
spring-jdbc
if (declaredParam.getScale() != null) { cs.registerOutParameter(sqlColIndx, declaredParam.getSqlType(), declaredParam.getScale()); } else { cs.registerOutParameter(sqlColIndx, declaredParam.getSqlType()); }
The text was updated successfully, but these errors were encountered:
for statement parameters see: org.springframework.jdbc.core.StatementCreatorUtils.setParameterValueInternal
org.springframework.jdbc.core.StatementCreatorUtils.setParameterValueInternal
Sorry, something went wrong.
No branches or pull requests
In parameters:
spwrap/src/main/java/spwrap/Caller.java
Line 230 in 7384f0c
Output parameters:
spwrap/src/main/java/spwrap/Caller.java
Line 239 in 7384f0c
The following snippet is from
spring-jdbc
The text was updated successfully, but these errors were encountered: