Module org.jooq
Package org.jooq.impl

Class CustomField<T>

java.lang.Object
org.jooq.impl.CustomField<T>
All Implemented Interfaces:
Serializable, Field<T>, FieldOrConstraint, FieldOrRow, GroupField, Named, OrderField<T>, QueryPart, QueryPartInternal, SelectField<T>, SelectFieldOrAsterisk, Typed<T>

public abstract class CustomField<T> extends Object
A base class for custom Field implementations in client code.

Client code may provide proper Condition implementations extending this useful base class. All necessary parts of the Condition interface are already implemented. Only this method needs further implementation: accept(Context).

Refer to that methods' Javadoc for further details about their expected behaviour.

Author:
Lukas Eder
See Also:
Serialized Form