@exasol/exasol-driver-ts
Preparing search index...
FetchCommand
Class FetchCommand
Hierarchy (
View Summary
)
Command
FetchCommand
Index
Constructors
constructor
Properties
attributes?
command
num
Bytes
result
Set
Handle
start
Position
Constructors
constructor
new
FetchCommand
(
options
:
{
numBytes
:
number
;
resultSetHandle
:
number
;
startPosition
:
number
;
}
,
attributes
?:
Partial
<
Attributes
>
,
)
:
FetchCommand
Parameters
options
:
{
numBytes
:
number
;
resultSetHandle
:
number
;
startPosition
:
number
}
Optional
attributes
:
Partial
<
Attributes
>
Returns
FetchCommand
Properties
Optional
attributes
attributes
?:
Partial
<
Attributes
>
command
command
:
string
= 'fetch'
num
Bytes
numBytes
:
number
result
Set
Handle
resultSetHandle
:
number
start
Position
startPosition
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
attributes
command
num
Bytes
result
Set
Handle
start
Position
@exasol/exasol-driver-ts
Loading...