|
| 1 | +# Generated by using Rcpp::compileAttributes() -> do not edit by hand |
| 2 | +# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393 |
| 3 | + |
| 4 | +exaWsConnect <- function(host, port, useTls, username, password, protocolVersion) { |
| 5 | + .Call(`_exasol_exaWsConnect`, host, port, useTls, username, password, protocolVersion) |
| 6 | +} |
| 7 | + |
| 8 | +exaWsExecute <- function(connPtr, sql) { |
| 9 | + .Call(`_exasol_exaWsExecute`, connPtr, sql) |
| 10 | +} |
| 11 | + |
| 12 | +exaWsFetch <- function(connPtr, resultSetHandle, startPosition, numBytes) { |
| 13 | + .Call(`_exasol_exaWsFetch`, connPtr, resultSetHandle, startPosition, numBytes) |
| 14 | +} |
| 15 | + |
| 16 | +exaWsCloseResultSet <- function(connPtr, resultSetHandle) { |
| 17 | + .Call(`_exasol_exaWsCloseResultSet`, connPtr, resultSetHandle) |
| 18 | +} |
| 19 | + |
| 20 | +exaWsDisconnect <- function(connPtr) { |
| 21 | + .Call(`_exasol_exaWsDisconnect`, connPtr) |
| 22 | +} |
| 23 | + |
| 24 | +exaWsSetAttributes <- function(connPtr, attrJson) { |
| 25 | + .Call(`_exasol_exaWsSetAttributes`, connPtr, attrJson) |
| 26 | +} |
| 27 | + |
| 28 | +exaWsGetAttributes <- function(connPtr) { |
| 29 | + .Call(`_exasol_exaWsGetAttributes`, connPtr) |
| 30 | +} |
| 31 | + |
| 32 | +exaWsIsConnected <- function(connPtr) { |
| 33 | + .Call(`_exasol_exaWsIsConnected`, connPtr) |
| 34 | +} |
| 35 | + |
| 36 | +asyncRODBCIOStart <- function(host, port, protocol) { |
| 37 | + .Call(`_exasol_asyncRODBCIOStart`, host, port, protocol) |
| 38 | +} |
| 39 | + |
| 40 | +asyncRODBCProxyHost <- function() { |
| 41 | + .Call(`_exasol_asyncRODBCProxyHost`) |
| 42 | +} |
| 43 | + |
| 44 | +asyncRODBCProxyPort <- function() { |
| 45 | + .Call(`_exasol_asyncRODBCProxyPort`) |
| 46 | +} |
| 47 | + |
| 48 | +asyncRODBCQueryStart <- function(chan, query, protocol, writer) { |
| 49 | + .Call(`_exasol_asyncRODBCQueryStart`, chan, query, protocol, writer) |
| 50 | +} |
| 51 | + |
| 52 | +asyncRODBCQueryFinish <- function(checkWasDone) { |
| 53 | + .Call(`_exasol_asyncRODBCQueryFinish`, checkWasDone) |
| 54 | +} |
| 55 | + |
| 56 | +asyncEnableTracing <- function(tracefile) { |
| 57 | + .Call(`_exasol_asyncEnableTracing`, tracefile) |
| 58 | +} |
| 59 | + |
0 commit comments