Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.43 KB

File metadata and controls

46 lines (35 loc) · 1.43 KB
title SQLServerSavepoint Constructor - savepoint | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerConnection, java.lang.StringName.SQLServerSavepoint
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid fb77db6b-ebf8-4b12-8153-2c4bdb8d72f7
author David-Engel
ms.author v-daenge

SQLServerSavepoint Constructor (SQLServerConnection, java.lang.StringName)

[!INCLUDEDriver_JDBC_Download]

Initializes a new instance of the SQLServerException class based on the given connection and name.

Syntax

  
public SQLServerSavepoint(SQLServerConnection con,  
                          java.lang.String sName)  

Parameters

con

A SQLServerConnection object.

sName

A String that contains the name of the savepoint.

See Also

SQLServerSavepoint Constructors
SQLServerSavepoint Members
SQLServerSavepoint Class