Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.42 KB

File metadata and controls

45 lines (35 loc) · 1.42 KB
title supportsPositionedDelete 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.supportsPositionedDelete
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 8011659a-d74b-489b-a88b-08bd9e8b48b2
author David-Engel
ms.author v-daenge

supportsPositionedDelete Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether this database supports positioned DELETE statements.

Syntax

  
public boolean supportsPositionedDelete()  

Return Value

true if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class