Used to get a TPgRowType object for composite type by its name.
function GetRowType(const TypeName: string): TPgRowType; overload;
Use the GetRowType function to set the RowType property of TPgRow when you know the name of the composite type. You can also use a TPgRowType object to get a list of composite type attributes.