Class: Babik::QuerySet::Join::LeftJoin

Inherits:
AbstractJoin show all
Defined in:
lib/babik/queryset/lib/join/join.rb

Overview

Left join between tables

Constant Summary collapse

JOIN_TYPE =
'LEFT'

Instance Attribute Summary

Attributes inherited from AbstractJoin

#origin_table, #sql, #target_table

Method Summary

Methods inherited from AbstractJoin

#_init_sql, #initialize, #target_alias

Constructor Details

This class inherits a constructor from Babik::QuerySet::Join::AbstractJoin