Uses of Enum Class
com.pyranid.DatabaseType
-
Uses of DatabaseType in com.pyranid
Subclasses with type arguments of type DatabaseType in com.pyranidModifier and TypeClassDescriptionenumIdentifies different types of databases, which allows for special platform-specific handling.Methods in com.pyranid that return DatabaseTypeModifier and TypeMethodDescriptionstatic DatabaseTypeDatabaseType.fromDataSource(DataSource dataSource) Determines the type of database to which the givendataSourceconnects.Database.getDatabaseType()StatementContext.getDatabaseType()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.