2021-06-09 00:19:01 +00:00
|
|
|
# Generated by roxygen2: do not edit by hand
|
|
|
|
|
2021-08-20 16:10:41 +00:00
|
|
|
export(buildRelease)
|
2021-08-19 19:43:34 +00:00
|
|
|
export(buildReleaseZip)
|
2021-08-18 19:30:04 +00:00
|
|
|
export(createDdl)
|
|
|
|
export(createForeignKeys)
|
|
|
|
export(createPrimaryKeys)
|
2021-06-09 00:19:01 +00:00
|
|
|
export(downloadCurrentDdl)
|
2021-08-19 15:49:36 +00:00
|
|
|
export(executeDdl)
|
2021-08-19 19:43:34 +00:00
|
|
|
export(listSupportedDialects)
|
2021-08-18 19:30:04 +00:00
|
|
|
export(listSupportedVersions)
|
2021-06-09 00:19:01 +00:00
|
|
|
export(parseWiki)
|
2021-08-19 15:49:36 +00:00
|
|
|
export(writeDdl)
|
2021-08-18 19:30:04 +00:00
|
|
|
export(writeForeignKeys)
|
2021-06-09 00:19:01 +00:00
|
|
|
export(writeIndex)
|
|
|
|
export(writePrimaryKeys)
|
2021-08-19 20:22:08 +00:00
|
|
|
importFrom(utils,download.file)
|
|
|
|
importFrom(utils,read.csv)
|
|
|
|
importFrom(utils,write.csv)
|