@exasol/exasol-driver-ts
Preparing search index...
ExecutePreparedStatementCommand
Class ExecutePreparedStatementCommand
Hierarchy (
View Summary
)
Command
ExecutePreparedStatementCommand
Index
Constructors
constructor
Properties
attributes?
columns
command
data
num
Columns
num
Rows
statement
Handle
Constructors
constructor
new
ExecutePreparedStatementCommand
(
options
:
{
columns
:
SQLQueryColumn
[]
;
data
:
(
string
|
number
|
boolean
|
null
)
[]
[]
;
numColumns
:
number
;
numRows
:
number
;
statementHandle
:
number
;
}
,
attributes
?:
Partial
<
Attributes
>
,
)
:
ExecutePreparedStatementCommand
Parameters
options
:
{
columns
:
SQLQueryColumn
[]
;
data
:
(
string
|
number
|
boolean
|
null
)
[]
[]
;
numColumns
:
number
;
numRows
:
number
;
statementHandle
:
number
;
}
Optional
attributes
:
Partial
<
Attributes
>
Returns
ExecutePreparedStatementCommand
Properties
Optional
attributes
attributes
?:
Partial
<
Attributes
>
columns
columns
:
SQLQueryColumn
[]
command
command
:
string
= 'executePreparedStatement'
data
data
:
(
string
|
number
|
boolean
|
null
)
[]
[]
num
Columns
numColumns
:
number
num
Rows
numRows
:
number
statement
Handle
statementHandle
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
attributes
columns
command
data
num
Columns
num
Rows
statement
Handle
@exasol/exasol-driver-ts
Loading...