This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface DatabaseMetaDataCallback
A callback interface used by the JdbcUtils class. Implementations of this
interface perform the actual work of extracting database meta-data, but
don't need to worry about exception handling. SQLExceptions will be caught
and handled correctly by the JdbcUtils class.