Uses of Enum Class
top.magstar.framework.database.connections.DatabaseType
Packages that use DatabaseType
-
Uses of DatabaseType in top.magstar.framework.database.connections
Methods in top.magstar.framework.database.connections that return DatabaseTypeModifier and TypeMethodDescriptionDatabaseConfig.getType()获取数据库类型。static DatabaseTypeReturns the enum constant of this class with the specified name.static DatabaseType[]DatabaseType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in top.magstar.framework.database.connections with parameters of type DatabaseTypeModifier and TypeMethodDescriptionstatic DatabaseConfigDatabaseConfig.create(DatabaseType type) 创建指定类型的数据库配置。DatabaseConfig.type(DatabaseType type) 设置数据库类型。