Preparing search index...
The search index is not available
Typegres API Reference - v0.0.1
Typegres API Reference
FunctionExpression
Class FunctionExpression
Hierarchy (
View Summary
)
Expression
FunctionExpression
Index
Constructors
constructor
Properties
args
is
Reserved
name
Methods
compile
Constructors
constructor
new
FunctionExpression
(
name
:
string
,
args
:
Expression
[]
,
isReserved
?:
boolean
,
)
:
FunctionExpression
Parameters
name
:
string
args
:
Expression
[]
isReserved
:
boolean
= false
Returns
FunctionExpression
Properties
args
args
:
Expression
[]
is
Reserved
isReserved
:
boolean
= false
name
name
:
string
Methods
compile
compile
(
ctx
:
Context
)
:
RawBuilder
<
unknown
>
Parameters
ctx
:
Context
Returns
RawBuilder
<
unknown
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
args
is
Reserved
name
Methods
compile
Typegres API Reference - v0.0.1
Loading...