Class used to stream DDL and/or data from a MySQL server to a PostgreSQL.
| Parameters : |
|
|---|
A file-like class to support streaming table data directly to pscopg2.copy_from().
| Parameters : |
|
|---|
Closes connection to the PostgreSQL server
Send DDL to truncate the specified table
| Parameters : |
|
|---|
Returns None
Send DDL to create the specified table constraints
| Parameters : |
|
|---|
Returns None
Write the contents of table
| Parameters : |
|
|---|
Returns None
Send DDL to create the specified table indexes
| Parameters : |
|
|---|
Returns None
Send DDL to create the specified table
| Parameters : |
|
|---|
Returns None