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