Interface NativeQueryHandler.DatabaseInfo

  • Enclosing interface:
    NativeQueryHandler

    public static interface NativeQueryHandler.DatabaseInfo
    Information about the underlying database engine and JDBC driver
    • Method Detail

      • getDriverName

        String getDriverName()
      • getDriverVersion

        String getDriverVersion()
      • getProductName

        String getProductName()
      • getProductVersion

        String getProductVersion()