Preparing search index...
The search index is not available
Typegres API Reference - v0.0.1
Typegres API Reference
BinaryOperatorExpression
Class BinaryOperatorExpression
Hierarchy (
View Summary
)
Expression
BinaryOperatorExpression
Index
Constructors
constructor
Properties
args
operator
Methods
compile
Constructors
constructor
new
BinaryOperatorExpression
(
operator
:
string
,
args
:
[
Expression
,
Expression
]
,
)
:
BinaryOperatorExpression
Parameters
operator
:
string
args
:
[
Expression
,
Expression
]
Returns
BinaryOperatorExpression
Properties
args
args
:
[
Expression
,
Expression
]
operator
operator
:
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
operator
Methods
compile
Typegres API Reference - v0.0.1
Loading...