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

Method AbstractField

jOOQ/src/main/java/org/jooq/impl/AbstractField.java:98–100  ·  view source on GitHub ↗
(Name name, DataType<T> type)

Source from the content-addressed store, hash-verified

96 private static final Clause[] CLAUSES = { FIELD };
97
98 AbstractField(Name name, DataType<T> type) {
99 this(name, type, null);
100 }
101
102 AbstractField(Name name, DataType<T> type, Comment comment) {
103 this(name, type, comment, type.getBinding());

Callers

nothing calls this directly

Calls 2

getBindingMethod · 0.65
asConvertedDataTypeMethod · 0.65

Tested by

no test coverage detected