@exasol/exasol-driver-ts
Preparing search index...
SQLQueryResponse
Interface SQLQueryResponse
interface
SQLQueryResponse
{
resultSet
?:
ResultSet
;
resultType
:
"resultSet"
|
"rowCount"
;
rowCount
?:
number
;
}
Index
Properties
result
Set?
result
Type
row
Count?
Properties
Optional
result
Set
resultSet
?:
ResultSet
result
Type
resultType
:
"resultSet"
|
"rowCount"
Optional
row
Count
rowCount
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
result
Set
result
Type
row
Count
@exasol/exasol-driver-ts
Loading...