File: spec-driver.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 (9 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#' @format NULL
spec_driver <- c(
  spec_driver_constructor,
  spec_driver_data_type,
  spec_driver_get_info,
  spec_driver_connect,
  #
  NULL
)