| Package | Description |
|---|---|
| oracle.javatools.parser.java.v2.write |
API involved with writing.
|
| oracle.jdeveloper.engine |
| Modifier and Type | Method and Description |
|---|---|
SourceSavepoint |
SourceTransaction.savepoint()
Puts the transaction into a stable state such that it
can be saved and used for future rollbacks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceTransaction.rollback(SourceSavepoint savepoint)
Rolls back changes up to the given savepoint
and keeps the transaction open.
|
| Modifier and Type | Method and Description |
|---|---|
SourceSavepoint |
ClassEngine.createSavepoint() |
static SourceSavepoint |
EngineUtils.createSavepoint(SourceFile srcFile) |