MCPcopy Create free account
hub / github.com/jOOQ/jOOQ / fields

Method fields

jOOQ/src/main/java/org/jooq/impl/Tools.java:1859–1861  ·  view source on GitHub ↗
(int length)

Source from the content-addressed store, hash-verified

1857 }
1858
1859 static final Field<?>[] fields(int length) {
1860 return fields(length, SQLDataType.OTHER);
1861 }
1862
1863 @SuppressWarnings("unchecked")
1864 static final <T> Field<T>[] fields(int length, DataType<T> type) {

Callers 15

concatWsMethod · 0.95
arrayMethod · 0.95
acceptDefaultMethod · 0.95
valuesMethod · 0.95
acceptInsertSelectMethod · 0.95
compareMethod · 0.95
acceptMethod · 0.95
pgNewRecordMethod · 0.95
valuesMethod · 0.95
asEnumMethod · 0.95
inMethod · 0.95
notInMethod · 0.95

Calls 5

fieldMethod · 0.95
fieldNameMethod · 0.95
fieldsArrayMethod · 0.95
mapMethod · 0.95
fieldMethod · 0.95

Tested by

no test coverage detected