Fixed NAMESPACE

This commit is contained in:
clairblacketer 2017-12-01 12:36:10 -05:00
parent 2680b2ca47
commit 227ecc531a
2 changed files with 15 additions and 0 deletions

View File

@ -4,3 +4,4 @@ export(parseWiki)
export(writeConstraints)
export(writeDDL)
export(writeIndex)
export(writePrimaryKeys)

View File

@ -0,0 +1,14 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/writePrimaryKeys.R
\name{writePrimaryKeys}
\alias{writePrimaryKeys}
\title{Write primary key script}
\usage{
writePrimaryKeys(targetdialect)
}
\arguments{
\item{targetdialect}{The dialect of the target database. Choices are "oracle", "postgresql", "pdw", "redshift", "impala", "netezza", "bigquery", "sql server"}
}
\description{
Write primary key script
}