and

Function: and()

Call Signature

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

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

Parameters

left

any

any

Returns

BasicExpression<boolean>

Call Signature

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

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

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.