| Package | Description |
|---|---|
| com.sun.jdo.spi.persistence.support.sqlstore.sql.concurrency | |
| com.sun.jdo.spi.persistence.support.sqlstore.sql.generator |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
ConcurrencyDBNative.suspend() |
Transaction |
Concurrency.suspend() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConcurrencyDBNative.resume(Transaction t) |
void |
Concurrency.resume(Transaction t) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UpdateQueryPlan.checkBatchThreshold(Transaction tran)
Determines if the amount of batched operations exceeded a threshold.
|
boolean |
UpdateStatement.exceedsBatchThreshold(Transaction tran) |
DBStatement |
UpdateStatement.getDBStatement(Transaction tran,
Connection conn)
Returns the cached db statement for the specified connection.
|
DBStatement |
UpdateStatement.removeDBStatement(Transaction tran)
Removes the db statement for the specified connection from the cache
and closes this statement.
|
Copyright © 2019. All rights reserved.