Uses of Interface
org.jooq.impl.QOM.ArrayPrepend
Packages that use QOM.ArrayPrepend
-
Uses of QOM.ArrayPrepend in org.jooq.impl
Subinterfaces with type arguments of type QOM.ArrayPrepend in org.jooq.implModifier and TypeInterfaceDescriptionstatic interfaceTheARRAY PREPENDfunction.Methods in org.jooq.impl that return QOM.ArrayPrependModifier and TypeMethodDescriptiondefault @NotNull QOM.ArrayPrepend<T> The array to which to prepend an element.default @NotNull QOM.ArrayPrepend<T> The element to prepend to the array.