MCPcopy
hub / github.com/jOOQ/jOOQ / createUDTPathTableField

Method createUDTPathTableField

jOOQ/src/main/java/org/jooq/impl/Internal.java:144–151  ·  view source on GitHub ↗
(
        Name name,
        DataType<? extends T> type,
        Table<R> table,
        Class<P> returnType
    )

Source from the content-addressed store, hash-verified

142 private static final JooqLogger log = JooqLogger.getLogger(Internal.class);
143
144 public static final <R extends Record, T, P extends UDTPathTableField<R, ?, T>> P createUDTPathTableField(
145 Name name,
146 DataType<? extends T> type,
147 Table<R> table,
148 Class<P> returnType
149 ) {
150 return createUDTPathTableField(name, type, table, null, returnType, null, null, null);
151 }
152
153 public static final <R extends Record, T, P extends UDTPathTableField<R, ?, T>> P createUDTPathTableField(
154 Name name,

Callers

nothing calls this directly

Calls 6

newBindingMethod · 0.95
newInstanceMethod · 0.95
asConvertedDataTypeMethod · 0.65
generationLocationMethod · 0.65
generatedAlwaysAsMethod · 0.65
addMethod · 0.65

Tested by

no test coverage detected