Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.37 KB

File metadata and controls

45 lines (35 loc) · 1.37 KB
title supportsSavepoints Method (SQLServerDatabaseMetaData) | 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
SQLServerDatabaseMetaData.supportsSavepoints
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid cd2418c9-e95d-4820-82bd-944287387b60
author David-Engel
ms.author v-daenge

supportsSavepoints Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether this database supports savepoints.

Syntax

  
public boolean supportsSavepoints()  

Return Value

true if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

This supportsSavepoints method is specified by the supportsSavepoints method in the java.sql.DatabaseMetaData interface.

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class