findConverter

open override fun findConverter(source: Any, expectedOid: Int): ParameterConverter<Any>?

Looks up the converter that would claim a value, without converting anything.

Return

The converter that would be used, or null if none claims it.

Parameters

source

The value being sent.

expectedOid

The expected PostgreSQL OID, or 0 when it is not known.