Preparing search index...
The search index is not available
Vlodia ORM - v0.1.0
Vlodia ORM
WhereCondition
Interface WhereCondition
interface
WhereCondition
{
$and
?:
WhereCondition
[]
;
$or
?:
WhereCondition
[]
;
$in
?:
any
[]
;
$notIn
?:
any
[]
;
$like
?:
string
;
$notLike
?:
string
;
$between
?:
[
any
,
any
]
;
$notBetween
?:
[
any
,
any
]
;
$isNull
?:
boolean
;
$isNotNull
?:
boolean
;
$gt
?:
any
;
$gte
?:
any
;
$lt
?:
any
;
$lte
?:
any
;
$ne
?:
any
;
[
key
:
string
]
:
any
;
}
Indexable
[
key:
string
]:
any
Index
Properties
$and?
$or?
$in?
$not
In?
$like?
$not
Like?
$between?
$not
Between?
$is
Null?
$is
Not
Null?
$gt?
$gte?
$lt?
$lte?
$ne?
Properties
Optional
$and
$and
?:
WhereCondition
[]
Optional
$or
$or
?:
WhereCondition
[]
Optional
$in
$in
?:
any
[]
Optional
$not
In
$not
In
?:
any
[]
Optional
$like
$like
?:
string
Optional
$not
Like
$not
Like
?:
string
Optional
$between
$between
?:
[
any
,
any
]
Optional
$not
Between
$not
Between
?:
[
any
,
any
]
Optional
$is
Null
$is
Null
?:
boolean
Optional
$is
Not
Null
$is
Not
Null
?:
boolean
Optional
$gt
$gt
?:
any
Optional
$gte
$gte
?:
any
Optional
$lt
$lt
?:
any
Optional
$lte
$lte
?:
any
Optional
$ne
$ne
?:
any
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
$and
$or
$in
$not
In
$like
$not
Like
$between
$not
Between
$is
Null
$is
Not
Null
$gt
$gte
$lt
$lte
$ne
Vlodia ORM - v0.1.0
Loading...