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

getGuidExpression() public method

{@inheritDoc}
public getGuidExpression ( )
    public function getGuidExpression()
    {
        return 'SYS_GUID()';
    }
OraclePlatform