[ Version ( since = "6.0" ) ]
public ServerOperation? prepare_operation_drop_table (string table_name) throws Error
This is just a convenient function to create a ServerOperation to drop a table in an opened connection.
| this |
an opened connection |
| table_name |
name of the table to drop |
|
a new ServerOperation or null if couldn't create the opereration. |