-
Notifications
You must be signed in to change notification settings - Fork 426
New issue
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
Correct javadocs #354
Correct javadocs #354
Conversation
Codecov Report
@@ Coverage Diff @@
## RTW_6.2.0 #354 +/- ##
===============================================
- Coverage 40.05% 39.99% -0.06%
+ Complexity 1878 1877 -1
===============================================
Files 107 107
Lines 24480 24480
Branches 4036 4036
===============================================
- Hits 9805 9791 -14
- Misses 12838 12844 +6
- Partials 1837 1845 +8
Continue to review full report at Codecov.
|
* The default for this option can be changed by calling getDefaultServerPreparedStatementDiscardThreshold(). | ||
* Returns the behavior for a specific connection instance. This setting controls how many outstanding prepared statement discard actions | ||
* (sp_unprepare) can be outstanding per connection before a call to clean-up the outstanding handles on the server is executed. If the setting is | ||
* less than or equal to 1, unprepare actions will be executed immedietely on prepared statement close. If it is set to more than 1, these calls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also use @literal here? everything else looks good to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
No description provided.