Class ActiveRecord::QueryMethods::WithChain
In: lib/postgres_ext/active_record/relation/query_methods.rb
Parent: Object

WithChain objects act as placeholder for queries in which with does not have any parameter. In this case, with must be chained with recursive to return a new relation.

Methods

new   recursive  

Public Class methods

Public Instance methods

Returns a new relation expressing WITH RECURSIVE

[Validate]