Skip to content

Commit

Permalink
Fix SQLServerConnection documentation (#984)
Browse files Browse the repository at this point in the history
Documentation | Fix SQLServerConnection documentation (#984)
  • Loading branch information
peterbae authored Mar 13, 2019
1 parent d8adbcd commit f189871
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
* participate in XA distributed transactions managed via an XAResource adapter.
* <p>
* SQLServerConnection instantiates a new TDSChannel object for use by itself and all statement objects that are created
* under this connection. SQLServerConnection is thread safe.
* under this connection.
* <p>
* SQLServerConnection manages a pool of prepared statement handles. Prepared statements are prepared once and typically
* executed many times with different data values for their parameters. Prepared statements are also maintained across
Expand Down

0 comments on commit f189871

Please sign in to comment.