Package org.jooq.meta

Interface ArrayDefinition

    • Method Detail

      • getPackage

        PackageDefinition getPackage()
        The array's package. null if the UDT is not in a package
        Specified by:
        getPackage in interface Definition
        Returns:
        The package of this object or null if this object is not contained in a package.
      • getElementType

        DataTypeDefinition getElementType()
        Returns:
        The type of the ARRAY's elements