Cuttlefish SDK Reference - v0.1.0
Preparing search index...
@cuttlefish-sync/core
RawNode
Type Alias RawNode
Internal
RawNode
:
Readonly
<
{
create
(
sqlFragments
:
readonly
string
[]
,
parameters
:
readonly
OperationNode
[]
,
)
:
RawNode
;
createWithChild
(
child
:
OperationNode
)
:
RawNode
;
createWithChildren
(
children
:
readonly
OperationNode
[]
)
:
RawNode
;
createWithSql
(
sql
:
string
)
:
RawNode
;
is
(
node
:
OperationNode
)
:
node
is
RawNode
;
}
,
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Cuttlefish SDK Reference - v0.1.0
Loading...