6 lines
186 B
Plaintext
6 lines
186 B
Plaintext
ExportStatement <- 'EXPORT' 'DATABASE' ExportSource? StringLiteral Parens(GenericCopyOptionList)?
|
|
|
|
ExportSource <- CatalogName 'TO'
|
|
|
|
ImportStatement <- 'IMPORT' 'DATABASE' StringLiteral
|