Class PostgresDialect
java.lang.Object
org.jobrunr.storage.sql.common.db.AnsiDialect
org.jobrunr.storage.sql.postgres.PostgresDialect
- All Implemented Interfaces:
Dialect
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AnsiDialect
limit, limitAndOffsetMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Dialect
escape, isUniqueConstraintException, setBoolean, setDouble, setDuration, setEnum, setInt, setLong, setNull, setParam, setString, setTimestamp, setUUIDModifier and TypeMethodDescriptiondefault Stringdefault booleandefault voidsetBoolean(PreparedStatement ps, int i, String paramName, boolean boolValue) default voidsetDouble(PreparedStatement ps, int i, String paramName, Double doubleValue) default voidsetDuration(PreparedStatement ps, int i, String paramName, Duration duration) default voidsetEnum(PreparedStatement ps, int i, String paramName, Enum<?> enumValue) default voidsetInt(PreparedStatement ps, int i, String paramName, Integer intValue) default voidsetLong(PreparedStatement ps, int i, String paramName, Long longValue) default voidsetNull(PreparedStatement ps, int i, String paramName) default voidsetParam(PreparedStatement ps, int i, String paramName, Object o) default voidsetString(PreparedStatement ps, int i, String paramName, String stringValue) default voidsetTimestamp(PreparedStatement ps, int i, String paramName, Instant instant) default voidsetUUID(PreparedStatement ps, int i, String paramName, UUID uuidValue)
-
Constructor Details
-
PostgresDialect
public PostgresDialect()
-
-
Method Details
-
selectForUpdateSkipLocked
-