Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 1.57 KB

File metadata and controls

54 lines (43 loc) · 1.57 KB
title SQLServerSavepoint Constructor - savepoint | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service drivers
ms.service
ms.component jdbc
ms.reviewer
ms.suite sql
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
apiname
SQLServerConnection, java.lang.StringName.SQLServerSavepoint
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid fb77db6b-ebf8-4b12-8153-2c4bdb8d72f7
caps.latest.revision 7
author MightyPen
ms.author genemi
manager jhubbard
ms.workload Inactive

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