@exasol/exasol-driver-ts
Preparing search index...
SQLSingleCommand
Class SQLSingleCommand
Hierarchy (
View Summary
)
Command
SQLSingleCommand
Index
Constructors
constructor
Properties
attributes?
command
sql
Text
Constructors
constructor
new
SQLSingleCommand
(
sqlText
:
string
,
attributes
?:
Partial
<
Attributes
>
,
)
:
SQLSingleCommand
Parameters
sqlText
:
string
Optional
attributes
:
Partial
<
Attributes
>
Returns
SQLSingleCommand
Properties
Optional
attributes
attributes
?:
Partial
<
Attributes
>
command
command
:
string
= 'execute'
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...