Class used to ouput the PostgreSQL compatable DDL and/or data to the specified output file from a MySQL server.
| Parameters : |
|
|---|
Closes the output file
Write DDL to truncate the specified table
| Parameters : |
|
|---|
Returns None
Write DDL of table constraints to the output file
| Parameters : |
|
|---|
Returns None
Write the data contents of table to the output file.
| Parameters : |
|
|---|
Returns None
Write DDL of table indexes to the output file
| Parameters : |
|
|---|
Returns None
Write DDL to create the specified table.
| Parameters : |
|
|---|
Returns None