Re: row description, protocol 3 - Mailing list pgsql-interfaces

From John DeSoi
Subject Re: row description, protocol 3
Date
Msg-id 3F471D6F-68A9-4AC9-BB48-9E4C1C6AD8C0@pgedit.com
Whole thread Raw
In response to Re: row description, protocol 3  ("Josh Close" <narshe@gmail.com>)
List pgsql-interfaces
On Feb 28, 2006, at 8:13 PM, Josh Close wrote:

> So, after a select is done, and I get a row description back, I  
> need to do another query to find out what the actual type was?
>
> I'm writing a dataprovider, so I need to map the types back to .NET  
> types. It seems kinda odd that you'd have to do a second query to  
> find out the type.


The majority will correspond to fixed types in PostgreSQL. I just  
used this type list to build a program that parses the data into the  
native type of the application. Or if you just need to know the name  
of the type, build some kind of lookup table in the application. You  
could also do the lookup once and then cache the result.

John



John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL



pgsql-interfaces by date:

Previous
From: "Josh Close"
Date:
Subject: Re: row description, protocol 3
Next
From: Bruce Momjian
Date:
Subject: Re: LibPqEasy, binary cursor, x86-64, fetch(int4) problem?