Interface Database

All Known Implementing Classes:
CacheDbDatabase, MariadbDatabase, MySqlDatabase, OracleDatabase, PostgreSqlDatabase, SqlServerDatabase

public interface Database
数据库接口
Since:
Java 17+
Author:
Kimi Liu
  • Method Summary

    Modifier and Type
    Method
    Description
    获取数据库名称
  • Method Details

    • getDatabase

      String getDatabase()
      获取数据库名称
      Returns:
      String