Uses of Class
org.ofbiz.core.entity.GenericDataSourceException
Packages that use GenericDataSourceException
-
Uses of GenericDataSourceException in org.ofbiz.core.entity.jdbc
Methods in org.ofbiz.core.entity.jdbc that throw GenericDataSourceExceptionModifier and TypeMethodDescriptionvoidSQLProcessor.close()Commit if required and remove all allocated resourcesvoidSQLProcessor.commit()Commit all modificationsint[]SQLProcessor.executeBatch()Execute a batch query based on the prepared statementSQLProcessor.executeQuery()Execute a query based on the prepared statementintSQLProcessor.executeUpdate()Execute updatesintSQLProcessor.executeUpdate(String sql) Execute update based on the SQL statement givenbooleanSQLProcessor.next()Test if there more records availablevoidSQLProcessor.rollback()Rollback all modifications