MCPcopy Index your code
hub / github.com/jOOQ/jOOQ / supportedUntil

Method supportedUntil

jOOQ/src/main/java/org/jooq/SQLDialect.java:1253–1256  ·  view source on GitHub ↗

Get a set of supported dialect versions and predecessors given a dialect version. The resulting set of dialects contain all the families and dialect versions that precede the argument dialect, including the argument dialect.

(SQLDialect dialect)

Source from the content-addressed store, hash-verified

1251 * dialect.
1252 */
1253 @NotNull
1254 public static final Set<SQLDialect> supportedUntil(SQLDialect dialect) {
1255 return predecessors(dialect);
1256 }
1257
1258 /**
1259 * Get a set of supported dialect versions and predecessors given a dialect

Callers 15

RegrSyyClass · 0.95
BitOrAggClass · 0.95
AbstractDMLQueryClass · 0.95
SortFieldImplClass · 0.95
JSONBKeysClass · 0.95
UpdateQueryImplClass · 0.95
BitNorAggClass · 0.95
DropViewImplClass · 0.95
CreateIndexImplClass · 0.95
EmptyGroupingSetClass · 0.95
BitXorAggClass · 0.95
DropDatabaseImplClass · 0.95

Calls 1

predecessorsMethod · 0.95

Tested by

no test coverage detected