| Interface | Description |
|---|---|
| ExecQueryCallbackFunctionIF |
| Class | Description |
|---|---|
| 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 |
| DatabaseUtil |
Utilities for Entity Database Maintenance
|
| DatabaseUtil.ColumnCheckInfo | |
| DatabaseUtil.ReferenceCheckInfo | |
| ExplcitCommitSQLProcessor | Deprecated
use ExplicitCommitSQLProcessor instead (fixes typo in name).
|
| ExplicitCommitSQLProcessor |
This version of the
SQLProcessor that
takes sets autocommit to false on its connection and then calls commit on
that connection when it is closed. |
| PassThruSQLProcessor |
This version of the
SQLProcessor that takes a connection on construction and does
not participate in committing on close. |
| ReadOnlySQLProcessor |
A version of
SQLProcessor will only issue read only SELECT sql and will never
touch the connections autocommit status or call commit() on the connection
It will be created with SQLProcessor.CommitMode.READONLY
This class is used to "clearly document" the mode the SQLProcessor is in |
| SQLInterceptorSupport |
This will read "ofbiz-database.properties" and look for a "sqlinterceptor.factory.class" key.
|
| SqlJdbcUtil |
GenericDAO Utility methods for general tasks
|
| SQLProcessor |
SQLProcessor - provides utility functions to ease database access
|
| Enum | Description |
|---|---|
| SQLProcessor.CommitMode |
Copyright © 2015 Atlassian. All rights reserved.