Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 968 Bytes

File metadata and controls

33 lines (25 loc) · 968 Bytes
title CONCUR_SS_SCROLL_LOCKS Field (SQLServerResultSet)
description CONCUR_SS_SCROLL_LOCKS Field (SQLServerResultSet)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerResultSet.CONCUR_SS_SCROLL_LOCKS
apitype Assembly

CONCUR_SS_SCROLL_LOCKS Field (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Used to specify a [!INCLUDEssNoVersion] read/write optimistic concurrency type with row locks.

Syntax

  
public static final int CONCUR_SS_SCROLL_LOCKS  

Field Value

An int value of 1009.

See Also

SQLServerResultSet Members
SQLServerResultSet Class