definition: |
innerJoin :: Constraint -> Join innerJoin constraint = Inner constraint |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Constructorfunction for an inner join ---@param constraint |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {Inner}} |
name: |
innerJoin |
precedence: |
no precedence defined |
result-values: |
{Inner} |
signature: |
Database.CDBI.Criteria.Constraint -> Join |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |