File: spec-sql.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 (18 lines) | stat: -rw-r--r-- 375 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#' @format NULL
spec_sql <- c(
  spec_sql_quote_string,
  spec_sql_quote_literal,
  spec_sql_quote_identifier,
  spec_sql_unquote_identifier,
  spec_sql_read_table,
  spec_sql_create_table,
  spec_sql_append_table,
  spec_sql_write_table,
  spec_sql_list_tables,
  spec_sql_exists_table,
  spec_sql_remove_table,
  spec_sql_list_objects,
  spec_sql_list_fields,
  #
  NULL
)