Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Creates an unnamed savepoint in the current transaction and returns the new SQLServerSavepoint object that represents it.
Overload List
| Name | Description |
|---|---|
| setSavepoint () | Creates an unnamed savepoint in the current transaction and returns the new SQLServerSavepoint object that represents it. |
| setSavepoint (java.lang.String) | Creates a savepoint with the given name in the current transaction and returns the new SQLServerSavepoint object that represents it. |