On Sep 11, 2011, at 3:43 PM, Krishnakant Mane wrote:

> On 12/09/11 00:56, Michael Bayer wrote:
>> You use the "func" construct to invoke a function.  This can be passed to an 
>> execute() method directly where it should embed itself into a SELECT:
>> 
>>      from sqlalchemy import func
>> 
>>      result = engine.execute(func.name_of_my_pg_function(1, 2, 3))
>> So does it mean that name_of_my_pg_function is should be the name of the 
>> concerned stored procedure?
> And let's say if I am using an ide for Python like pydev with eclipse, will 
> func. give me list of those procedures which are available for calling?
> happy hacking.
> Krishnakant.

no func. doesn't do any kind of inspection of existing database functions, 
sorry.


-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@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