Module org.jooq
Package org.jooq

Interface ColumnElement

All Superinterfaces:
QueryPart, Serializable
All Known Subinterfaces:
Comment

public sealed interface ColumnElement extends QueryPart permits Comment
A common base type for Comment and other, potential future types where DSL API accepts all types alike.

This is useful for DDL statements.

Instances of this type cannot be created directly, only of its subtypes.

Author:
Lukas Eder