@exasol/exasol-driver-ts
Preparing search index...
CreatePreparedStatementCommand
Class CreatePreparedStatementCommand
Hierarchy (
View Summary
)
Command
CreatePreparedStatementCommand
Index
Constructors
constructor
Properties
attributes?
command
sql
Text
Constructors
constructor
new
CreatePreparedStatementCommand
(
sqlText
:
string
,
attributes
?:
Partial
<
Attributes
>
,
)
:
CreatePreparedStatementCommand
Parameters
sqlText
:
string
Optional
attributes
:
Partial
<
Attributes
>
Returns
CreatePreparedStatementCommand
Properties
Optional
attributes
attributes
?:
Partial
<
Attributes
>
command
command
:
string
= 'createPreparedStatement'
sql
Text
sqlText
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
attributes
command
sql
Text
@exasol/exasol-driver-ts
Loading...