Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
データを選択しているときに、postgresDBに保存されている自分の関数を呼び出すにはどうすればよいですか?
Doctrine_Query::create() ->select('schema.my_function(id)')
このスレッドはいくつかのオプションを示しています。関数を実行するだけでよい場合は、RawSQLが機能するはずです。結果を取り戻す必要がある場合は、別のオプションが必要になる場合があります。