or

Function: or()

Call Signature

ts
function or(left, right): BasicExpression<boolean>
function or(left, right): BasicExpression<boolean>

Defined in: packages/db/src/query/builder/functions.ts:99

Parameters

left

any

any

Returns

BasicExpression<boolean>

Call Signature

ts
function or(
   left, 
   right, ...
rest): BasicExpression<boolean>
function or(
   left, 
   right, ...
rest): BasicExpression<boolean>

Defined in: packages/db/src/query/builder/functions.ts:103

Parameters

left

any

right

any

rest

...any[]

Returns

BasicExpression<boolean>

Our Partners
Electric
Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.