Fixed NAMESPACE
This commit is contained in:
parent
2680b2ca47
commit
227ecc531a
|
@ -4,3 +4,4 @@ export(parseWiki)
|
||||||
export(writeConstraints)
|
export(writeConstraints)
|
||||||
export(writeDDL)
|
export(writeDDL)
|
||||||
export(writeIndex)
|
export(writeIndex)
|
||||||
|
export(writePrimaryKeys)
|
||||||
|
|
|
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue