| Package | Description |
|---|---|
| org.ofbiz.core.entity.jdbc |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLProcessor.close()
Commit if required and remove all allocated resources
|
void |
SQLProcessor.commit()
Commit all modifications
|
int[] |
SQLProcessor.executeBatch()
Execute a batch query based on the prepared statement
|
ResultSet |
SQLProcessor.executeQuery()
Execute a query based on the prepared statement
|
int |
SQLProcessor.executeUpdate()
Execute updates
|
int |
SQLProcessor.executeUpdate(String sql)
Execute update based on the SQL statement given
|
boolean |
SQLProcessor.next()
Test if there more records available
|
void |
SQLProcessor.rollback()
Rollback all modifications
|
Copyright © 2024 Atlassian. All rights reserved.