Client code may provide proper {@link QueryPart} implementations extendingthis useful base class. All necessary parts of the {@link QueryPart}interface are already implemented. Only these two methods need further implementation:
Such custom QueryPart
implementations can be useful in any of these scenarios:
QueryPart
in other custom QueryPart
s, e.g. in {@link CustomCondition}, {@link CustomField}, {@link CustomTable}, etc.QueryPart
in plain SQL methods, such as {@link DSL#condition(String,QueryPart)}, {@link DSL#field(String,QueryPart)}, {@link DSL#table(String,QueryPart)}
|
|