public interface QueryPart extends Attachable, Serializable
All QueryPart implementations can be cast to
QueryPartInternal in order to access the internal API.
A QueryPart essentially combines the Attachable
interface with SQL code generation and variable binding functionality.
Note that with jOOQ 3.0, QueryPart will no longer implement
Attachable.
| Modifier and Type | Method and Description |
|---|---|
void |
attach(Configuration configuration)
Deprecated.
- 2.5.0 [#1544] - The Attachable type will no longer be part
of the QueryPart hierarchy. Please do not attach any
QueryPart objects anymore, except for
Query objects |
internalAPI@Deprecated void attach(Configuration configuration)
QueryPart objects anymore, except for
Query objectsConfigurationattach in interface Attachableconfiguration - A configuration or null, if you wish to
detach this Attachable from its previous
configuration.Copyright © 2013. All Rights Reserved.