File: spec-meta.R

package info (click to toggle)
r-cran-dbitest 1.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,216 kB
  • sloc: sh: 10; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 403 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#' @format NULL
spec_meta <- c(
  spec_meta_bind_formals,
  spec_meta_bind,
  spec_meta_arrow_bind,
  spec_meta_stream_bind,
  spec_meta_arrow_stream_bind,
  spec_meta_is_valid,
  spec_meta_has_completed,
  spec_meta_get_statement,
  spec_meta_column_info,
  spec_meta_get_row_count,
  spec_meta_get_rows_affected,
  spec_meta_get_info_result,
  #
  # no 64-bit or time input data type yet
  #
  NULL
)