Package org.ofbiz.core.entity.jdbc
Class AutoCommitSQLProcessor
java.lang.Object
org.ofbiz.core.entity.jdbc.SQLProcessor
org.ofbiz.core.entity.jdbc.AutoCommitSQLProcessor
A versionf of
SQLProcessor that will implcitly
auto commit any updates that occur
It will be created with SQLProcessor.CommitMode.AUTO_COMMIT
This class is used to "clearly document" the mode the SQLProcessor is in-
Nested Class Summary
Nested classes/interfaces inherited from class org.ofbiz.core.entity.jdbc.SQLProcessor
SQLProcessor.CommitMode -
Field Summary
Fields inherited from class org.ofbiz.core.entity.jdbc.SQLProcessor
module, MSSQL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ofbiz.core.entity.jdbc.SQLProcessor
addBatch, close, commit, execQuery, executeBatch, executeQuery, executeQuery, executeUpdate, executeUpdate, getCommitMode, getConnection, getPreparedStatement, getResultSet, next, prepareStatement, prepareStatement, rollback, setBinaryStream, setBlob, setByteArray, setByteArrayData, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, toString
-
Constructor Details
-
AutoCommitSQLProcessor
-