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