Documentation

Operator : string
in package

Table of Contents

Cases

BETWEEN  = 'BETWEEN'
EQ  = '='
GT  = '>'
GTE  = '>='
IN  = 'IN'
IS_NOT_NULL  = 'IS NOT NULL'
IS_NULL  = 'IS NULL'
LIKE  = 'LIKE'
LT  = '<'
LTE  = '<='
NE  = '<>'
NOT_BETWEEN  = 'NOT BETWEEN'
NOT_IN  = 'NOT IN'
NOT_LIKE  = 'NOT LIKE'

Methods

values()  : array<string|int, mixed>

Cases

Methods

values()

public static values() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results