@exasol/exasol-driver-ts
Preparing search index...
IStatement
Interface IStatement
interface
IStatement
{
"[asyncDispose]"
()
:
PromiseLike
<
void
>
;
close
()
:
Promise
<
void
>
;
execute
(
...
args
:
unknown
[]
)
:
Promise
<
SQLResponse
<
SQLQueriesResponse
>
>
;
}
Hierarchy
AsyncDisposable
IStatement
Implemented by
Statement
Index
Methods
[async
Dispose]
close
execute
Methods
[async
Dispose]
"[asyncDispose]"
()
:
PromiseLike
<
void
>
Returns
PromiseLike
<
void
>
close
close
()
:
Promise
<
void
>
Close statement
Returns
Promise
<
void
>
execute
execute
(
...
args
:
unknown
[]
)
:
Promise
<
SQLResponse
<
SQLQueriesResponse
>
>
Execute prepared statement with given args
Parameters
...
args
:
unknown
[]
Returns
Promise
<
SQLResponse
<
SQLQueriesResponse
>
>
Throws
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
[async
Dispose]
close
execute
@exasol/exasol-driver-ts
Loading...
Close statement