Class MySQLJdbcCustomization
java.lang.Object
com.github.kagkarlsson.scheduler.jdbc.DefaultJdbcCustomization
com.github.kagkarlsson.scheduler.jdbc.MySQLJdbcCustomization
- All Implemented Interfaces:
JdbcCustomization
-
Field Summary
Fields inherited from class com.github.kagkarlsson.scheduler.jdbc.DefaultJdbcCustomization
UTC -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.kagkarlsson.scheduler.jdbc.DefaultJdbcCustomization
createGenericSelectForUpdateQuery, createSelectDueQuery, getInstant, getTaskData, lockAndFetchSingleStatement, setInstant, setTaskData, supportsExplicitQueryLimitPart, supportsGenericLockAndFetch, supportsSingleStatementLockAndFetch
-
Constructor Details
-
MySQLJdbcCustomization
public MySQLJdbcCustomization(boolean persistTimestampInUTC)
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceJdbcCustomization- Overrides:
getNamein classDefaultJdbcCustomization
-
getQueryLimitPart
- Specified by:
getQueryLimitPartin interfaceJdbcCustomization- Overrides:
getQueryLimitPartin classDefaultJdbcCustomization
-