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