spec_result_roundtrip {DBItest}R Documentation

spec_result_roundtrip

Description

spec_result_roundtrip

Specification

The column types of the returned data frame depend on the data returned:

If dates and timestamps are supported by the backend, the following R types are used:

R has no built-in type with lossless support for the full range of 64-bit or larger integers. If 64-bit integers are returned from a query, the following rules apply:

See Also

Other result specifications: spec_result_clear_result, spec_result_create_table_with_data_type, spec_result_execute, spec_result_fetch, spec_result_get_query, spec_result_send_query, spec_result_send_statement


[Package DBItest version 1.8.1 Index]