Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
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. |