Interface DatabaseMetaDataReader

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

Functional interface used by Database.readDatabaseMetaData(DatabaseMetaDataReader), which permits callers to examine a transient DatabaseMetaData instance.
Since:
3.0.0
Author:
Mark Allen
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    read(@NonNull DatabaseMetaData databaseMetaData)
    Examines a JDBC DatabaseMetaData, which provides comprehensive vendor-specific information about this database as a whole.
  • Method Details