public class Functions
extends Object
- Since:
- 1.0
- Author:
- Christian Chevalley
-
Method Summary
static org.jooq.Field
apply(Object function,
org.jooq.TableField<?,?>... tableField)
static <T> org.jooq.Field<T>
inline(org.jooq.Field<T> field)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
apply
public static org.jooq.Field apply(Object function,
org.jooq.TableField<?,?>... tableField)
-
inline
public static <T> org.jooq.Field<T> inline(org.jooq.Field<T> field)