forked from mario-van-zadel/DoctrineExtensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
oracle.yml
executable file
·21 lines (19 loc) · 941 Bytes
/
oracle.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
doctrine:
orm:
dql:
datetime_functions:
second: DoctrineExtensions\Query\Oracle\Second
minute: DoctrineExtensions\Query\Oracle\Minute
hour: DoctrineExtensions\Query\Oracle\Hour
day: DoctrineExtensions\Query\Oracle\Day
month: DoctrineExtensions\Query\Oracle\Month
year: DoctrineExtensions\Query\Oracle\Year
to_char: DoctrineExtensions\Query\Oracle\ToChar
trunc: DoctrineExtensions\Query\Oracle\Trunc
string_functions:
nvl: DoctrineExtensions\Query\Oracle\Nvl
listagg: DoctrineExtensions\Query\Oracle\Listagg
to_date: DoctrineExtensions\Query\Oracle\ToDate
numeric_functions:
ceil: DoctrineExtensions\Query\Oracle\Ceil
floor: DoctrineExtensions\Query\Oracle\Floor