SQL özel malzeme ile özel Setter itmek

0 Cevap php

Ben PostgreSQL db ile, bir Symfony 1.0 projesinde Propel 1.2 kullanıyorum. Ben bu (tam metin arama) gibi Postgrees fonksiyonlarını kullanmak için Kriterleri :: SELECT ifadelerine ÖZEL kullanabilirsiniz:

`$ C = new Ölçütleri ();

$ C-> ekle (. MyTablePeer :: FULLTEXT_COLUMN, MyTablePeer :: FULLTEXT_COLUMN "@ to_tsquery @ ('İngilizce', 'text arama')", Ölçüt :: ÖZEL); `

That's ok for selecting records, but what about INSERTing? I'm using raw SQL queries at the moment, but I would like to do it in a more elegant way. I saw this snippet on the Symfony website but it's a lot of code and it does not fit my needs. Performance is very important so maybe there isn't any solution better than writing raw SQL.

Nasıl $ object-> setFulltextColumn ($ parametreler) gibi özel ayarlayıcı yazabilirim?

Şimdiden teşekkürler

0 Cevap