You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/writeDDL.R
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,8 @@
20
20
#' dialect. By default the @cdmDatabaseSchema parameter is kept in the SQL file and needs to be replaced before
21
21
#' execution.
22
22
#'
23
-
#' @param targetDialect The dialect of the target database. Choices are "oracle", "postgresql", "pdw", "redshift", "impala", "netezza", "bigquery", "sql server"
23
+
#' @param targetDialect The dialect of the target database. Choices are "oracle", "postgresql", "pdw", "redshift", "impala", "netezza", "bigquery", "sql server",
24
+
#' "spark", "snowflake", "synapse"
24
25
#' @param cdmVersion The version of the CDM you are creating, e.g. 5.3, 5.4
25
26
#' @param outputfolder The directory or folder where the SQL file should be saved.
26
27
#' @param cdmDatabaseSchema The schema of the CDM instance where the DDL will be run. For example, this would be "ohdsi.dbo" when testing on sql server.
0 commit comments