Interface RegType.Unresolved

All Superinterfaces:
CatalogObject, CatalogObject.AccessControlled<org.postgresql.pljava.model.CatalogObject.USAGE>, CatalogObject.Addressed<RegType>, CatalogObject.Named<Lexicals.Identifier.Simple>, CatalogObject.Namespaced<Lexicals.Identifier.Simple>, CatalogObject.Owned, RegType, SQLType
Enclosing interface:
RegType

public static interface RegType.Unresolved extends RegType
Interface additionally implemented by an instance that represents a type (such as the PostgreSQL polymorphic pseudotypes or the even wilder "any" type) needing resolution to an actual type used at a given call site.
  • Method Details

    • needsResolution

      default boolean needsResolution()
      Returns true, indicating resolution to an actual type is needed.
      Specified by:
      needsResolution in interface RegType
      See Also: