We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Connection
1 parent 160cd27 commit ac0eea4Copy full SHA for ac0eea4
r2dbc-spi/src/main/java/io/r2dbc/spi/Connection.java
@@ -164,7 +164,7 @@ public interface Connection extends Closeable {
164
* Calling this method during an active transaction and the
165
* auto-commit mode is changed, the transaction is committed. Calling this method without changing auto-commit mode this invocation results in a no-op.
166
*
167
- * @param autoCommit the isolation level for this transaction
+ * @param autoCommit the auto-commit mode to set for this connection
168
* @return a {@link Publisher} that indicates that auto-commit mode has been configured
169
*/
170
Publisher<Void> setAutoCommit(boolean autoCommit);
0 commit comments