EXADataType: Generic for conversion to an EXASOL data type.

EXADataTypeR Documentation

Generic for conversion to an EXASOL data type.

Description

Generic for conversion to an EXASOL data type.

Usage

EXADataType(x)

## S4 method for signature 'data.frame'
EXADataType(x)

## S4 method for signature 'integer'
EXADataType(x)

## S4 method for signature 'numeric'
EXADataType(x)

## S4 method for signature 'logical'
EXADataType(x)

## S4 method for signature 'Date'
EXADataType(x)

## S4 method for signature 'POSIXct'
EXADataType(x)

## S4 method for signature 'character'
EXADataType(x)

## S4 method for signature 'factor'
EXADataType(x)

## S4 method for signature 'list'
EXADataType(x)

## S4 method for signature 'raw'
EXADataType(x)

## S4 method for signature 'ANY'
EXADataType(x)

Methods (by class)

  • data.frame: Generic method for conversion of a dataframe to an EXASOL data type.

  • integer: Generic method for conversion of an integer to an EXASOL "INT".

  • numeric: Generic method for conversion of all other numerics to an EXASOL "DECIMAL(36,15)".

  • logical: Generic method for conversion of a logical to an EXASOL "BOOLEAN".

  • Date: Generic method for conversion of a Date to an EXASOL "DATE".

  • POSIXct: Generic method for conversion of a POSIXCT to an EXASOL "TIMESTAMP".

  • character: Generic method for conversion of a string to an EXASOL SQL string.

  • factor: Generic method for conversion of a factor to an EXASOL SQL string.

  • list: Generic method for conversion of a list to an EXASOL SQL string.

  • raw: Generic method for conversion of a "raw" to an EXASOL SQL string.

  • ANY: Generic method for conversion of "ANY" to an EXASOL SQL string.


EXASOL/r-exasol documentation built on Aug. 28, 2023, 2:32 a.m.