Not
Bu sayfaya erişim yetkilendirme gerektiriyor. Oturum açmayı veya dizinleri değiştirmeyi deneyebilirsiniz.
Bu sayfaya erişim yetkilendirme gerektiriyor. Dizinleri değiştirmeyi deneyebilirsiniz.
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. |