Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.05 KB

File metadata and controls

38 lines (30 loc) · 1.05 KB
title CONCUR_SS_OPTIMISTIC_CC Field (SQLServerResultSet) | 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
SQLServerResultSet.CONCUR_SS_OPTIMISTIC_CC
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 4d5cecb8-b29b-49c0-a4b1-9472b8709ddf
author David-Engel
ms.author v-daenge

CONCUR_SS_OPTIMISTIC_CC Field (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public static final int CONCUR_SS_OPTIMISTIC_CC  

Field Value

An int value of 1008.

See Also

SQLServerResultSet Members
SQLServerResultSet Class