kysely
Preparing search index...
<internal>
CTEBuilder
Class CTEBuilder<N>
Type Parameters
N
extends
string
Implements
OperationNodeSource
Index
Constructors
constructor
Methods
materialized
not
Materialized
to
Operation
Node
Constructors
constructor
new
CTEBuilder
<
N
extends
string
>
(
props
:
CTEBuilderProps
)
:
CTEBuilder
<
N
>
Type Parameters
N
extends
string
Parameters
props
:
CTEBuilderProps
Returns
CTEBuilder
<
N
>
Methods
materialized
materialized
()
:
CTEBuilder
<
N
>
Makes the common table expression materialized.
Returns
CTEBuilder
<
N
>
not
Materialized
notMaterialized
()
:
CTEBuilder
<
N
>
Makes the common table expression not materialized.
Returns
CTEBuilder
<
N
>
to
Operation
Node
toOperationNode
()
:
CommonTableExpressionNode
Returns
CommonTableExpressionNode
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
materialized
not
Materialized
to
Operation
Node
kysely
Loading...
Makes the common table expression materialized.