spring-framework / org.springframework.jdbc.core.metadata / CallMetaDataProvider / metaDataSchemaNameToUse

metaDataSchemaNameToUse

@Nullable abstract fun metaDataSchemaNameToUse(@Nullable schemaName: String): String

Provide any modification of the schema name passed in to match the meta data currently used. The returned value will be used for meta data lookups. This could include altering the case used or providing a base schema if none is provided.