Doctrine\DBAL\Platforms\PostgreSqlPlatform::hasNativeGuidType PHP Method

hasNativeGuidType() public method

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