Top "User-defined-types" questions

User-Defined Type (UDT) is a type that customize by user.

Self Inspection of VB6 UDTs

I have a feeling the answer to this is going to be "not possible", but I'll give it a shot... …

vb6 user-defined-types tlbinf32
How to use User Defined Types in Spark 2.0?

In Spark 2.0, the one example I've found of creating a UDT in Scala seems to no longer be applicable. The …

scala apache-spark user-defined-types
How to override a structure constructor in fortran

Is it currently possible to override the structure constructor in Fortran? I have seen proposed examples like this (such as …

constructor fortran gfortran user-defined-types
How to use a user-defined-type in a Fortran interface

In a Fortran 2003 module I'm defining a type called t_savepoint and, later, I want to define an interface for …

interface fortran user-defined-types
PostgreSQL: find information about user defined types

Where is information about user-defined types stored? Are there some tables which contain information about the fields of a user-defined …

postgresql user-defined-types system-tables