public class SQLSavepoint extends Object implements AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getName()
Get the savepoint name
|
void |
rollback()
Rollback the savepoint to its creation state
|
public String getName()
public void rollback()
throws SQLFaultException
SQLFaultException - Rollback errorpublic void close()
throws SQLFaultException
close in interface AutoCloseableSQLFaultExceptionCopyright © 2018. All rights reserved.