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