prepare_operation_drop_table
Description:
[ Version ( since = "6.0" ) ]
public ServerOperation? prepare_operation_drop_table (string table_name) throws Error
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.
Parameters:
this |
an opened connection |
table_name |
name of the table to drop |
Returns:
a new ServerOperation or null if couldn't create the opereration. |