Mysql
Table of Contents
Classes
- Binary
- "BINARY" "(" stringPrimary ")"
- CharLength
- "CHAR_LENGTH" "(" SimpleArithmeticExpression ")"
- Crc32
- "CRC32" "(" StringPrimary ")"
- Date
- "DATE" "(" SimpleArithmeticExpression ")".
- Day
- "DAY" "(" SimpleArithmeticExpression ")". Modified from DoctrineExtensions\Query\Mysql\Year
- Hour
- "HOUR" "(" SimpleArithmeticExpression ")".
- Md5
- "MD5" "(" StringPrimary ")"
- Month
- "MONTH" "(" SimpleArithmeticExpression ")". Modified from DoctrineExtensions\Query\Mysql\Year
- Sha1
- "SHA1" "(" StringPrimary ")"
- Sha2
- "SHA2" "(" StringPrimary "," SimpleArithmeticExpression ")"
- Week
- "WEEK" "(" SimpleArithmeticExpression " [, " Literal "])". Modified from DoctrineExtensions\Query\Mysql\Year
- Year
- "YEAR" "(" SimpleArithmeticExpression ")"