Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Creates an unnamed savepoint in the current transaction, and returns the new SQLServerSavepoint object that represents it.
Syntax
public java.sql.Savepoint setSavepoint()
Return Value
A SavePoint object.
Exceptions
Remarks
This setSavePoint method is specified by the setSavePoint method in the java.sql.Connection interface.
See Also
setSavepoint Method (SQLServerConnection)
SQLServerConnection Members
SQLServerConnection Class