Close current connection
Execute single SQL statement
Optionalattributes: Partial<Attributes>OptionalgetCancel: CetCancelFunctionOptionalattributes: Partial<Attributes>OptionalgetCancel: CetCancelFunctionOptionalresponseType: "default"Execute single SQL statement and get raw result back
Optionalattributes: Partial<Attributes>OptionalgetCancel: CetCancelFunctionOptionalresponseType: "raw"Executes multiple SQL statements sequentially as a batch.
Array of sql statements
Optionalattributes: Partial<Attributes>OptionalgetCancel: CetCancelFunctionExport an Exasol table or parenthesized query result to a new local CSV file.
Node.js only.
Source table name (optionally schema-qualified) or parenthesized query
Path to the new local CSV file
OptionalcsvOptions: CsvExportFormatOptions
Optional CSV format options
Optionaloptions: CsvExportOptions
Optional export control options
Number of rows exported
Import data from a local CSV file into an Exasol table.
Node.js only.
Target table name (optionally schema-qualified)
Path to the local CSV file
OptionalcsvOptions: CsvFormatOptions
Optional CSV format options
Optionaloptions: CsvImportOptions
Optional import control options
Number of rows imported
Query single SQL statement
Optionalattributes: Partial<Attributes>OptionalgetCancel: CetCancelFunctionOptionalattributes: Partial<Attributes>OptionalgetCancel: CetCancelFunctionOptionalresponseType: "default"Query single SQL statement and get raw result
Optionalattributes: Partial<Attributes>OptionalgetCancel: CetCancelFunctionOptionalresponseType: "raw"Send commands and wait for result, while a command is executed all other commands will be rejected till the current command finished.
Cancel the last active job