prepare_drop_table


Description:

[ 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.

Parameters:

cnc

an opened connection

table_name

name of the table to drop

Returns:

a new ServerOperation or null if couldn't create the opereration.