Module org.jooq
Package org.jooq.impl

Class BuiltInDataType<T>

java.lang.Object
org.jooq.impl.DefaultDataType<T>
org.jooq.impl.BuiltInDataType<T>
All Implemented Interfaces:
Serializable, DataType<T>, Named, QueryPart, QueryPartInternal

@Internal public class BuiltInDataType<T> extends DefaultDataType<T>
An internal marker subtype of DefaultDataType, to be used only by built-in data types in SQLDataType and dialect specific data type classes, such as e.g. PostgresDataType.
Author:
Lukas Eder
See Also:
Serialized Form