I have a database with an Oracle Text index and I would like to use an access layer with the Object Query Language (OQL).
I would like to use statements as

SELECT id FROM table WHERE CONTAINS(column, 'search term') > 0;

in my OQL access layer.

Is this possible or does the OQL standard not support it?

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.