corda / net.corda.finance.workflows.asset.selection / CashSelectionPostgreSQLImpl / isCompatible

isCompatible

protected fun isCompatible(metadata: DatabaseMetaData): Boolean

Upon dynamically loading configured Cash Selection algorithms declared in META-INF/services this method determines whether the loaded implementation is compatible and usable with the currently loaded JDBC driver. Note: the first loaded implementation to pass this check will be used at run-time.