On Feb 19, 2010, at 1:01 AM, anusha kadambala wrote:

> hello,
> 
> I want to know how to find the cursor description i.e equivalent to 
> cursor.description in dbapi.I also want to know whether it is supported in 
> all types of databases?

"result.cursor" is the DBAPI cursor.  cursor.description can only be relied 
upon for column names, i.e. the first element of each tuple.  the second 
element, the type, is available to varying degrees depending on backend and 
specific query scenario.



> 
> -- 
> 
> 
> Njoy the share of Freedom :)
> Anusha Kadambala
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "sqlalchemy" group.
> To post to this group, send email to sqlalch...@googlegroups.com.
> To unsubscribe from this group, send email to 
> sqlalchemy+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/sqlalchemy?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to