Re: operator creation?

2006-03-10 Thread Peter Otten
Gerardo Herzig wrote: > Lets say i have an DB object, who implements the querys to the database > trough a method called DBObject.doQuery. > > On the other hand, i have 50 sql functions stored in the database. So i > can call DBObject.doQuery('select * from my_sql_function()')...Ok, what > do i w

operator creation?

2006-03-10 Thread Gerardo Herzig
Hi all. Ill try to explain mi situation: Lets say i have an DB object, who implements the querys to the database trough a method called DBObject.doQuery. On the other hand, i have 50 sql functions stored in the database. So i can call DBObject.doQuery('select * from my_sql_function()')...Ok, what