CONCUR_SS_OPTIMISTIC_CC Field (SQLServerResultSet)

Download JDBC driver

Used to specify a SQL Server 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