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

getNowExpression() public method

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