1
0
mirror of synced 2024-12-14 15:16:04 +03:00
doctrine2/manual/docs/Working with objects - Component overview - RawSql - Introduction.php

8 lines
371 B
PHP
Raw Normal View History

2007-04-14 01:49:11 +04:00
In Doctrine you may express your queries in the native SQL dialect of your database.
This is useful if you want to use the full power of your database vendor's features (like query hints or the CONNECT keyword in Oracle).
It should be noted that not all the sql is portable. So when you make database portable applications you might want to use the DQL API instead.