DisBot
Preparing search index...
prisma/runtime/library
DynamicClientExtensionThisBuiltin
Type Alias DynamicClientExtensionThisBuiltin<TypeMap, TypeMapCb, ExtArgs>
type
DynamicClientExtensionThisBuiltin
<
TypeMap
extends
TypeMapDef
,
TypeMapCb
extends
TypeMapCbDef
,
ExtArgs
extends
Record
<
string
,
any
>
,
>
=
{
$extends
:
ExtendsHook
<
"extends"
,
TypeMapCb
,
ExtArgs
,
Call
<
TypeMapCb
,
{
extArgs
:
ExtArgs
}
>
,
>
;
$connect
()
:
Promise
<
void
>
;
$disconnect
()
:
Promise
<
void
>
;
$transaction
<
P
extends
PrismaPromise
<
any
>
[]
>
(
arg
:
[
...
P
[]
]
,
options
?:
{
isolationLevel
?:
TypeMap
[
"meta"
]
[
"txIsolationLevel"
]
}
,
)
:
Promise
<
UnwrapTuple
<
P
>
>
;
$transaction
<
R
>
(
fn
:
(
client
:
Omit
<
DynamicClientExtensionThis
<
TypeMap
,
TypeMapCb
,
ExtArgs
>
,
ITXClientDenyList
,
>
,
)
=>
Promise
<
R
>
,
options
?:
{
isolationLevel
?:
TypeMap
[
"meta"
]
[
"txIsolationLevel"
]
;
maxWait
?:
number
;
timeout
?:
number
;
}
,
)
:
Promise
<
R
>
;
}
Type Parameters
TypeMap
extends
TypeMapDef
TypeMapCb
extends
TypeMapCbDef
ExtArgs
extends
Record
<
string
,
any
>
Index
Properties
$extends
Methods
$connect
$disconnect
$transaction
Properties
$extends
$extends
:
ExtendsHook
<
"extends"
,
TypeMapCb
,
ExtArgs
,
Call
<
TypeMapCb
,
{
extArgs
:
ExtArgs
}
>
,
>
Methods
$connect
$connect
()
:
Promise
<
void
>
Returns
Promise
<
void
>
$disconnect
$disconnect
()
:
Promise
<
void
>
Returns
Promise
<
void
>
$transaction
$transaction
<
P
extends
PrismaPromise
<
any
>
[]
>
(
arg
:
[
...
P
[]
]
,
options
?:
{
isolationLevel
?:
TypeMap
[
"meta"
]
[
"txIsolationLevel"
]
}
,
)
:
Promise
<
UnwrapTuple
<
P
>
>
Type Parameters
P
extends
PrismaPromise
<
any
>
[]
Parameters
arg
:
[
...
P
[]
]
Optional
options
:
{
isolationLevel
?:
TypeMap
[
"meta"
]
[
"txIsolationLevel"
]
}
Returns
Promise
<
UnwrapTuple
<
P
>
>
$transaction
<
R
>
(
fn
:
(
client
:
Omit
<
DynamicClientExtensionThis
<
TypeMap
,
TypeMapCb
,
ExtArgs
>
,
ITXClientDenyList
,
>
,
)
=>
Promise
<
R
>
,
options
?:
{
isolationLevel
?:
TypeMap
[
"meta"
]
[
"txIsolationLevel"
]
;
maxWait
?:
number
;
timeout
?:
number
;
}
,
)
:
Promise
<
R
>
Type Parameters
R
Parameters
fn
:
(
client
:
Omit
<
DynamicClientExtensionThis
<
TypeMap
,
TypeMapCb
,
ExtArgs
>
,
ITXClientDenyList
,
>
,
)
=>
Promise
<
R
>
Optional
options
:
{
isolationLevel
?:
TypeMap
[
"meta"
]
[
"txIsolationLevel"
]
;
maxWait
?:
number
;
timeout
?:
number
;
}
Returns
Promise
<
R
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
$extends
Methods
$connect
$disconnect
$transaction
DisBot
Loading...