supportsSelectForUpdate

Deprecated

The parameter was moved to JdbcExposedDatabaseMetadata/R2dbcExposedDatabaseMetadata classes

Replace with

TransactionManager.current().db.supportsSelectForUpdate

Returns true if the dialect supports SELECT FOR UPDATE statements, false otherwise.