prorm API Reference
← Documentation
GitLab
Preparing search index...
query-builders/functions
JsonExprArg
Type Alias JsonExprArg
JsonExprArg
:
|
string
|
{
__type
:
"col"
;
col
:
string
}
|
{
__type
:
"fn"
;
fn
:
string
;
args
:
any
[]
}
|
{
__type
:
"literal"
;
sql
:
string
}
|
{
$literal
:
string
}
Anything that can be used as the "expression" argument to a json function.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
← Documentation
GitLab
prorm API Reference
Loading...
Anything that can be used as the "expression" argument to a json function.