Module org.jooq
Package org.jooq.impl

Class SQLDataType


  • public final class SQLDataType
    extends Object
    The SQL standard data types, as described in Types.

    These types are usually the ones that are referenced by generated source code. Most RDBMS have an almost 1:1 mapping between their vendor-specific types and the ones in this class (except Oracle). Some RDBMS also have extensions, e.g. for geospacial data types. See the dialect-specific data type classes for more information.

    Author:
    Lukas Eder