Module: TypedDag::Sql::InsertClosureOfDepth

Defined in:
lib/typed_dag/sql/insert_closure_of_depth.rb

Defined Under Namespace

Classes: Sql

Class Method Summary collapse

Class Method Details

.sql(configuration, depth) ⇒ Object



4
5
6
# File 'lib/typed_dag/sql/insert_closure_of_depth.rb', line 4

def self.sql(configuration, depth)
  Sql.new(configuration).sql(depth)
end