Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
orb
master
Orb
Combine
Queries
Query
Clauses
CombineClause
Delete
Distinct
Fragment
From
GroupBy
Helpers
IncludedRelations
Insert
Join
Joins
Limit
LogicalOperator
MultiInsert
Offset
OrderBy
Result
Select
SelectDistinct
Special
Update
Where
Relation
Repo
TYPES
RelationQuery
Built with Crystal 1.9.2
2023-10-07 16:18:22 UTC
enum
Orb::Query::Joins
Defined in:
query.cr
Enum Members
Left
=
0
Right
=
1
Inner
=
2
Full
=
3
Cross
=
4
Instance Method Summary
#cross?
#full?
#inner?
#left?
#right?
Instance Method Detail
def
cross?
#
[
View source
]
def
full?
#
[
View source
]
def
inner?
#
[
View source
]
def
left?
#
[
View source
]
def
right?
#
[
View source
]