@ckir/corelib - v0.1.13
Preparing search index...
PreparedDriverStatement
Interface PreparedDriverStatement
Interface for prepared statements in the driver.
interface
PreparedDriverStatement
{
close
()
:
Promise
<
void
>
;
execute
<
T
=
any
>
(
params
?:
QueryParams
,
)
:
Promise
<
DatabaseResult
<
QueryResponse
<
T
>
>
>
;
}
Index
Methods
close
execute
Methods
close
close
()
:
Promise
<
void
>
Returns
Promise
<
void
>
execute
execute
<
T
=
any
>
(
params
?:
QueryParams
,
)
:
Promise
<
DatabaseResult
<
QueryResponse
<
T
>
>
>
Type Parameters
T
=
any
Parameters
Optional
params
:
QueryParams
Returns
Promise
<
DatabaseResult
<
QueryResponse
<
T
>
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
close
execute
@ckir/corelib - v0.1.13
Loading...
Interface for prepared statements in the driver.