DumpTableStatement ::= |
dumpTable Expr ( using IDENTIFIER | into Expr | limit Expr | prompt Expr )* ( where Mixture )? |
Used by: |
Dumps whole or part of a database table into a file. The first parameter is the table name.
The using clause specifies the database connection; if not specified, use the default
connection
The table dump file is handled by the TableDump object, which is returned by the system function openTableDump().