Retrieves whether this database supports SELECT FOR UPDATE statements.

public boolean supportsSelectForUpdate()

Return Value

True if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also