Class Queries
java.lang.Object
com.github.kagkarlsson.scheduler.jdbc.Queries
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringansiSqlLimitPart(int limit) static StringansiSqlOrderPart(boolean orderByPriority) static StringpostgresSqlLimitPart(int limit) static StringselectForUpdate(String tableName, String orderPart, String limitPart, String requiredAndCondition, String postgresOracleStyleForUpdate, String sqlServerStyleForUpdate, String mysqlOracleStyleForUpdate)
-
Constructor Details
-
Queries
public Queries()
-
-
Method Details
-
selectForUpdate
-
postgresSqlLimitPart
-
ansiSqlLimitPart
-
ansiSqlOrderPart
-