jar

com.github.olavloite : smartcommit-jdbc

Maven & Gradle

Oct 01, 2020
6 stars

Smart Commit JDBC Driver · Smart Commit JDBC Driver enables 'smartcommit' mode for all JDBC drivers. In Smart Commit mode a JDBC connection will execute all queries in autocommit mode until it encounters a write operations. From the first write operation until the following commit or rollback, the connection will operate in transactional mode. It will then switch back to autocommit and remain in autocommit until it once again encounters a write operation. Using a JDBC connection in Smart Commit mode will reduce the number of read locks needed. Operating a JDBC connection in Smart Commit mode effectively reduces the isolation level of a transaction to READ_COMMITTED for all queries that are executed *BEFORE* a write operation in a transaction. All queries that are executed *AFTER* a write operation in a transaction, will be executed using the configured isolation level of the JDBC connection.

Table Of Contents

Latest Version

Download com.github.olavloite : smartcommit-jdbc JAR file - Latest Versions:

All Versions

Download com.github.olavloite : smartcommit-jdbc JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window smartcommit-jdbc-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.jdbc.smartcommit

├─ com.github.jdbc.smartcommit.AbstractBaseStatement.class - [JAR]

├─ com.github.jdbc.smartcommit.AbstractDelegateWrapper.class - [JAR]

├─ com.github.jdbc.smartcommit.SmartCommitCallableStatement.class - [JAR]

├─ com.github.jdbc.smartcommit.SmartCommitConnection.class - [JAR]

├─ com.github.jdbc.smartcommit.SmartCommitDatabaseMetaData.class - [JAR]

├─ com.github.jdbc.smartcommit.SmartCommitDriver.class - [JAR]

├─ com.github.jdbc.smartcommit.SmartCommitPreparedStatement.class - [JAR]

├─ com.github.jdbc.smartcommit.SmartCommitStatement.class - [JAR]

├─ com.github.jdbc.smartcommit.StatementParser.class - [JAR]

Advertisement

Dependencies from Group

Discover Dependencies

Nov 14, 2021
1 usages
4 stars
Sep 18, 2021
3 usages
2 stars
Oct 15, 2020
1 usages
1 stars
Aug 25, 2023
4 usages
3.9k stars
Dec 10, 2020
0 stars
13 usages
5.2k stars
May 14, 2021
2 stars
May 20, 2023
3 stars
Nov 10, 2022
2 stars