Class MariaDBJdbcCustomization
java.lang.Object
com.github.kagkarlsson.scheduler.jdbc.DefaultJdbcCustomization
com.github.kagkarlsson.scheduler.jdbc.MariaDBJdbcCustomization
- All Implemented Interfaces:
JdbcCustomization
-
Field Summary
Fields inherited from class com.github.kagkarlsson.scheduler.jdbc.DefaultJdbcCustomization
UTC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateGenericSelectForUpdateQuery(String tableName, int limit, String requiredAndCondition, boolean orderByPriority) getName()getQueryLimitPart(int limit) booleanMethods inherited from class com.github.kagkarlsson.scheduler.jdbc.DefaultJdbcCustomization
createSelectDueQuery, getInstant, getTaskData, lockAndFetchSingleStatement, setInstant, setTaskData, supportsExplicitQueryLimitPart, supportsSingleStatementLockAndFetch
-
Constructor Details
-
MariaDBJdbcCustomization
public MariaDBJdbcCustomization(boolean persistTimestampInUTC)
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceJdbcCustomization- Overrides:
getNamein classDefaultJdbcCustomization
-
getQueryLimitPart
- Specified by:
getQueryLimitPartin interfaceJdbcCustomization- Overrides:
getQueryLimitPartin classDefaultJdbcCustomization
-
supportsGenericLockAndFetch
public boolean supportsGenericLockAndFetch()- Specified by:
supportsGenericLockAndFetchin interfaceJdbcCustomization- Overrides:
supportsGenericLockAndFetchin classDefaultJdbcCustomization
-
createGenericSelectForUpdateQuery
public String createGenericSelectForUpdateQuery(String tableName, int limit, String requiredAndCondition, boolean orderByPriority) - Specified by:
createGenericSelectForUpdateQueryin interfaceJdbcCustomization- Overrides:
createGenericSelectForUpdateQueryin classDefaultJdbcCustomization
-