Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.46 KB

File metadata and controls

43 lines (32 loc) · 1.46 KB
title getRowIdLifetime 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
ms.assetid 317c0b44-fe3f-4142-9cab-e40e4c4fe070
author David-Engel
ms.author v-daenge

getRowIdLifetime Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Returns a status indicating whether or not SQL RowId data type is supported. If supported, it returns the lifetime for which a RowId object remains valid.

Syntax

  
public java.sql.RowIdLifetime getRowIdLifetime()  

Return Value

A RowIdLifetime object.

Note

In the JDBC Driver version 2.0 release, this method returns java.sql.RowIdLifetime.ROWID_UNSUPPORTED value.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class