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

getNowExpression() 공개 메소드

{@inheritDoc}
public getNowExpression ( )
    public function getNowExpression()
    {
        return 'LOCALTIMESTAMP(0)';
    }
PostgreSqlPlatform