Doctrine\DBAL\Platforms\PostgreSqlPlatform::supportsCommentOnStatement PHP 메소드

supportsCommentOnStatement() 공개 메소드

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