Uses of Enum Class
net.javacrumbs.shedlock.provider.sql.DatabaseProduct
Packages that use DatabaseProduct
-
Uses of DatabaseProduct in net.javacrumbs.shedlock.provider.sql
Subclasses with type arguments of type DatabaseProduct in net.javacrumbs.shedlock.provider.sqlFields in net.javacrumbs.shedlock.provider.sql declared as DatabaseProductModifier and TypeFieldDescriptionprotected @Nullable DatabaseProductSqlConfiguration.SqlConfigurationBuilder.databaseProductMethods in net.javacrumbs.shedlock.provider.sql that return DatabaseProductModifier and TypeMethodDescription@Nullable DatabaseProductSqlConfiguration.getDatabaseProduct()static DatabaseProductDatabaseProduct.matchProductName(@Nullable String jdbcProductName) Searches for the right DatabaseProduct based on the ProductName returned from JDBC Connection Metadatastatic DatabaseProductReturns the enum constant of this class with the specified name.static DatabaseProduct[]DatabaseProduct.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.javacrumbs.shedlock.provider.sql with parameters of type DatabaseProductModifier and TypeMethodDescriptionSqlConfiguration.SqlConfigurationBuilder.withDatabaseProduct(@Nullable DatabaseProduct databaseProduct) This is only needed if your database product can't be automatically detected.Constructors in net.javacrumbs.shedlock.provider.sql with parameters of type DatabaseProductModifierConstructorDescriptionprotectedSqlConfiguration(@Nullable DatabaseProduct databaseProduct, boolean dbUpperCase, String tableName, @Nullable TimeZone timeZone, SqlConfiguration.ColumnNames columnNames, String lockedByValue, boolean useDbTime)