Share via


setSavepoint Method ()

Creates an unnamed savepoint in the current transaction, and returns the new SQLServerSavepoint object that represents it.

public java.sql.Savepoint setSavepoint()

Valor devuelto

A SavePoint object.

Excepciones

SQLServerException

Notas

This setSavePoint method is specified by the setSavePoint method in the java.sql.Connection interface.

Vea también

Referencia

SQLServerConnection Class

Conceptos

setSavepoint Method (SQLServerConnection)
SQLServerConnection Methods
SQLServerConnection Members