Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 991 Bytes

File metadata and controls

33 lines (25 loc) · 991 Bytes
title CONCUR_SS_OPTIMISTIC_CCVAL Field (SQLServerResultSet)
description CONCUR_SS_OPTIMISTIC_CCVAL 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_OPTIMISTIC_CCVAL
apitype Assembly

CONCUR_SS_OPTIMISTIC_CCVAL 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_CCVAL  

Field Value

An int value of 1010.

See Also

SQLServerResultSet Members
SQLServerResultSet Class