Interface JdbcCustomization
- All Known Implementing Classes:
AutodetectJdbcCustomization,DefaultJdbcCustomization,MssqlJdbcCustomization,PostgreSqlJdbcCustomization
public interface JdbcCustomization
-
Method Summary
Modifier and TypeMethodDescriptiongetInstant(ResultSet rs, String columnName) getName()getQueryLimitPart(int limit) lockAndFetch(com.github.kagkarlsson.scheduler.jdbc.JdbcTaskRepositoryContext ctx, Instant now, int limit) voidsetInstant(PreparedStatement p, int index, Instant value) booleanboolean
-
Method Details
-
getName
String getName() -
setInstant
- Throws:
SQLException
-
getInstant
- Throws:
SQLException
-
supportsExplicitQueryLimitPart
boolean supportsExplicitQueryLimitPart() -
getQueryLimitPart
-
supportsLockAndFetch
boolean supportsLockAndFetch() -
lockAndFetch
-