A base class for custom {@link Condition} implementations in client code.
Client code may provide proper {@link Condition} implementations extendingthis useful base class. All necessary parts of the {@link Condition}interface are already implemented. Only these two methods need further implementation:
{@link #toSQL(org.jooq.RenderContext)}
{@link #bind(org.jooq.BindContext)}
Refer to those methods' Javadoc for further details about their expected behaviour.
@author Lukas Eder
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.