@exasol/exasol-driver-ts
Preparing search index...
SQLResponse
Interface SQLResponse<T>
interface
SQLResponse
<
T
>
{
exception
:
SQLException
|
undefined
;
responseData
:
T
;
status
:
"ok"
|
"error"
;
}
Type Parameters
T
Index
Properties
exception
response
Data
status
Properties
exception
exception
:
SQLException
|
undefined
response
Data
responseData
:
T
status
status
:
"ok"
|
"error"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
exception
response
Data
status
@exasol/exasol-driver-ts
Loading...