supportsSelectForUpdate
Deprecated
The parameter was moved to JdbcExposedDatabaseMetadata/R2dbcExposedDatabaseMetadata classes
Replace with
TransactionManager.current().db.supportsSelectForUpdateContent copied to clipboard
Returns true if the dialect supports SELECT FOR UPDATE statements, false otherwise.