Uses of Enum Class
com.pyranid.DatabaseType
-
Uses of DatabaseType in com.pyranid
Methods in com.pyranid that return DatabaseTypeModifier and TypeMethodDescriptionstatic DatabaseTypeDatabaseType.fromDataSource(DataSource dataSource) Determines the type of database to which the givendataSourceconnects.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.Constructors in com.pyranid with parameters of type DatabaseTypeModifierConstructorDescriptionDefaultPreparedStatementBinder(DatabaseType databaseType) Creates aPreparedStatementBinderfor the givendatabaseType.DefaultPreparedStatementBinder(DatabaseType databaseType, ZoneId timeZone) Creates aPreparedStatementBinderfor the givendatabaseType.DefaultResultSetMapper(DatabaseType databaseType) Creates aResultSetMapperfor the givendatabaseType.DefaultResultSetMapper(DatabaseType databaseType, ZoneId timeZone) Creates aResultSetMapperfor the givendatabaseTypeandtimeZone.