1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/manual/docs/Basic Components - RawSql - Introduction.php
2006-08-30 23:02:12 +00:00

5 lines
384 B
PHP

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).
<br \><br \>
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.