@exasol/exasol-driver-ts
Preparing search index...
Statement
Class Statement
Implements
IStatement
Index
Constructors
constructor
Methods
[async
Dispose]
close
execute
Constructors
constructor
new
Statement
(
connection
:
Connection
,
pool
:
ConnectionPool
<
Connection
>
,
statementHandle
:
number
,
columns
:
SQLQueryColumn
[]
,
)
:
Statement
Parameters
connection
:
Connection
pool
:
ConnectionPool
<
Connection
>
statementHandle
:
number
columns
:
SQLQueryColumn
[]
Returns
Statement
Methods
[async
Dispose]
"[asyncDispose]"
()
:
Promise
<
void
>
Returns
Promise
<
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
Constructors
constructor
Methods
[async
Dispose]
close
execute
@exasol/exasol-driver-ts
Loading...
Close statement