[ Version ( since = "4.2.3" ) ]
public static ServerOperation? prepare_drop_table (Connection cnc, string table_name) throws Error
This is just a convenient function to create a ServerOperation to drop a table in an opened connection.
cnc |
an opened connection |
table_name |
name of the table to drop |
a new ServerOperation or |