Preparing search index...
The search index is not available
Typegres API Reference - v0.0.1
Typegres API Reference
ValuesExpression
Class ValuesExpression
Hierarchy (
View Summary
)
SelectableExpression
ValuesExpression
Index
Constructors
constructor
Properties
schema
values
Methods
compile
table
Column
Alias
Constructors
constructor
new
ValuesExpression
(
values
:
[
RowLike
,
...
RowLike
[]
]
)
:
ValuesExpression
Parameters
values
:
[
RowLike
,
...
RowLike
[]
]
Returns
ValuesExpression
Properties
schema
schema
:
RowLike
values
values
:
[
RowLike
,
...
RowLike
[]
]
Methods
compile
compile
(
ctx
:
Context
)
:
RawBuilder
<
unknown
>
Parameters
ctx
:
Context
Returns
RawBuilder
<
unknown
>
table
Column
Alias
tableColumnAlias
()
:
RawBuilder
<
unknown
>
Returns
RawBuilder
<
unknown
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
schema
values
Methods
compile
table
Column
Alias
Typegres API Reference - v0.0.1
Loading...