toggle menu
flatInvoker
js
switch theme
search in API
reaktor-core
/
dev.shibasis.reaktor.core.server.cloudflare
/
D1PreparedStatement
D1Prepared
Statement
js
open
external
class
D1PreparedStatement
Members
Constructors
D1Prepared
Statement
Link copied to clipboard
js
constructor
(
)
Functions
all
Link copied to clipboard
js
open
fun
<
T
>
all
(
)
:
Promise
<
D1Result
<
Array
<
T
>
>
>
bind
Link copied to clipboard
js
open
fun
bind
(
vararg
values
:
Any
)
:
D1PreparedStatement
first
Link copied to clipboard
js
open
fun
<
T
:
Any
>
first
(
)
:
Promise
<
Record
<
String
,
T
>
?
>
open
fun
<
T
>
first
(
colName
:
String
)
:
Promise
<
T
?
>
raw
Link copied to clipboard
js
open
fun
<
T
>
raw
(
)
:
Promise
<
Array
<
T
>
>
run
Link copied to clipboard
js
open
fun
<
T
>
run
(
)
:
Promise
<
D1Result
<
T
>
>