Correct javadocs#354
Merged
ahmad-ibra merged 3 commits intomicrosoft:RTW_6.2.0from Jun 26, 2017
ahmad-ibra:javadocs
Merged
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 |
Contributor
There was a problem hiding this comment.
also use @literal here? everything else looks good to me
xiangyushawn
approved these changes
Jun 22, 2017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.