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