Package org.jooq.meta

Interface TypedElementDefinition<T extends Definition>

    • Method Detail

      • getType

        DataTypeDefinition getType()
        The column / parameter / attribute type after applying forced types.
      • getDefinedType

        DataTypeDefinition getDefinedType()
        The column / parameter type as declared in the database (prior to applying forced types).
      • getContainer

        T getContainer()
        The container that contains this typed element.
      • getDomain

        DomainDefinition getDomain()
        The column / parameter / attribute domain type, or null, if it does not reference a domain.