Doctrine\DBAL\Platforms\PostgreSqlPlatform::hasNativeGuidType PHP Метод

hasNativeGuidType() публичный Метод

{@inheritDoc}
public hasNativeGuidType ( )
    public function hasNativeGuidType()
    {
        return true;
    }
PostgreSqlPlatform