2021-06-09 00:19:01 +00:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/writeIndex.R
\name{writeIndex}
\alias{writeIndex}
\title{Write Index script}
\usage{
writeIndex(targetdialect, cdmVersion, cdmDatabaseSchema, sqlFilename)
}
\arguments{
\item{targetdialect}{The dialect of the target database. Choices are "oracle", "postgresql", "pdw", "redshift", "impala", "netezza", "bigquery", "sql server"}
\item{cdmVersion}{The version of the CDM that you are creating the primary keys for}
\item{cdmDatabaseSchema}{The name of the schema where the cdm sits.}
2021-08-18 17:42:01 +00:00
\item{sqlFilename}{The name of the file that should be rendered and translated to a different dbms. This is either "OMOP CDM indices v5.3.1.sql" or "OMOP CDM indices v6.0.sql".}
2021-06-09 00:19:01 +00:00
}
\description{
Write Index script
}