Class MssqlJdbcCustomization
- java.lang.Object
-
- com.github.kagkarlsson.scheduler.jdbc.DefaultJdbcCustomization
-
- com.github.kagkarlsson.scheduler.jdbc.MssqlJdbcCustomization
-
- All Implemented Interfaces:
JdbcCustomization
public class MssqlJdbcCustomization extends DefaultJdbcCustomization
-
-
Constructor Summary
Constructors Constructor Description MssqlJdbcCustomization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()voidsetInstant(PreparedStatement p, int index, Instant value)-
Methods inherited from class com.github.kagkarlsson.scheduler.jdbc.DefaultJdbcCustomization
getInstant, getQueryLimitPart, getTaskData, lockAndFetch, setTaskData, supportsExplicitQueryLimitPart, supportsLockAndFetch
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceJdbcCustomization- Overrides:
getNamein classDefaultJdbcCustomization
-
setInstant
public void setInstant(PreparedStatement p, int index, Instant value) throws SQLException
- Specified by:
setInstantin interfaceJdbcCustomization- Overrides:
setInstantin classDefaultJdbcCustomization- Throws:
SQLException
-
-