OMOP/docs/man/writeConstraints.Rd

17 lines
549 B
Plaintext
Raw Normal View History

2019-08-28 15:33:33 +00:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/writeConstraints.R
\name{writeConstraints}
\alias{writeConstraints}
\title{Write constraint script}
\usage{
writeConstraints(targetdialect, cdmVersion, cdmDatabaseSchema)
}
\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 constraints for}
}
\description{
Write constraint script
}