Doctrine\DBAL\Platforms\OraclePlatform::getReservedKeywordsClass PHP Method

getReservedKeywordsClass() protected method

{@inheritDoc}
protected getReservedKeywordsClass ( )
    protected function getReservedKeywordsClass()
    {
        return 'Doctrine\\DBAL\\Platforms\\Keywords\\OracleKeywords';
    }
OraclePlatform